mesa/src/gfxstream/guest/vulkan
Manuel Dun 5cf2d8efa3 gfxstream: Using DETECT_OS_FUCHSIA from util instead of __Fushsia__
The DETECT_OS_FUCHSIA constant defined in util/detect_os.h allows
replacing the ocurrences of defined(__Fushsia__) and __Fuschsia__. They
are equivalent in functionality but the util's one is easier to read and
write. Also it does not require the define() syntax.

The change involve replacing every ocurrence of defined(__Fuchsia__) with
DETECT_OS_FUCHSIA. Then replacing every ocurrence of #ifdef __Fuchsia__
with #if DETECT_OS_FUCHSIA.

Reviewed-by: Gurchetan Singh <gurchetansingh@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32286>
2024-11-25 19:04:59 +00:00
..
stubs gfxstream: re-license files 2024-09-19 20:06:04 +00:00
gfxstream_icd.json Promote testing framework to a proper platform backend 2024-09-19 20:05:59 +00:00
gfxstream_vk_android.cpp gfxstream: re-license files 2024-09-19 20:06:04 +00:00
gfxstream_vk_cmd.cpp gfxstream: re-license files 2024-09-19 20:06:04 +00:00
gfxstream_vk_device.cpp gfxstream: Using DETECT_OS_FUCHSIA from util instead of __Fushsia__ 2024-11-25 19:04:59 +00:00
gfxstream_vk_fuchsia.cpp gfxstream: re-license files 2024-09-19 20:06:04 +00:00
gfxstream_vk_wsi.cpp gfxstream: re-license files 2024-09-19 20:06:04 +00:00
gfxstream_vk_wsi_stub.cpp gfxstream: re-license files 2024-09-19 20:06:04 +00:00
meson.build gfxstream: use canonical Mesa dependencies 2024-11-12 19:21:10 +00:00