[roll] Roll fuchsia [vkext] Early return on image memory allocation failure; Skip fast clear test on FEMU.

If InitializeDirectImage() or InitializeDirectImageMemory() fails,
the test should exit immediately; otherwise we may bind the image
to invalid memory handles or create command buffers using these
invalid images / memory objects, which could cause the ICD to crash.

This CL changes the return type of InitializeDirectImage() to bool,
and return type of InitializeDirectImageMemory() to
std::optional<uint32_t> so that the caller could know if image/memory
initialization succeeds.

Also we disabled FastClear tests on FEMU, since it requests host-visible
linear tiling images with ColorAttachment usage flags, which is not
supported on FEMU.

Original-Bug: 93576
Test: vkext_buffer_collection (w/ aosp/2101452 patched)
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/681223
Original-Revision: d82698812695c63fcf59308ebe7c0df2a676bf22
GitOrigin-RevId: 173f550beb553f098ac4ecc9d93d1940dd0db50c
Change-Id: Ibcab4e316a2c7231852c5668bd884ce6e0216bc7
1 file changed
tree: 2a25f7776060ab9e9ff43d58290dc0d51faab867
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. fortune-teller
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.