Searched refs:vk_foreach_struct (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_util.h | 104 #define vk_foreach_struct(__e, __start) \ macro 270 vk_foreach_struct(s, start) { in __vk_find_struct() 289 vk_foreach_struct(s, start) { in __vk_append_struct()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_util.h | 44 #define vk_foreach_struct(__iter, __start) \ macro 187 vk_foreach_struct(s, start) { in __vk_find_struct()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_util.h | 63 #define vk_foreach_struct(__iter, __start) \ macro 198 vk_foreach_struct(s, start) { in __vk_find_struct() 271 vk_foreach_struct(current, vk_struct) { in vk_struct_chain_remove()
|
/hardware/google/gfxstream/guest/mesa/src/ |
D | .clang-format | 172 - vk_foreach_struct
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 127 vk_foreach_struct(ext, caps->pNext) { in wsi_headless_surface_get_capabilities2()
|
D | wsi_common_win32.cpp | 242 vk_foreach_struct(ext, caps->pNext) { in wsi_win32_surface_get_capabilities2()
|
D | wsi_common_display.c | 823 vk_foreach_struct(ext, pCapabilities->pNext) { in wsi_GetDisplayPlaneCapabilities2KHR() 954 vk_foreach_struct(ext, caps->pNext) { in wsi_display_surface_get_capabilities2()
|
D | wsi_common_wayland.c | 1116 vk_foreach_struct(ext, caps->pNext) { in wsi_wl_surface_get_capabilities2()
|
D | wsi_common_x11.c | 768 vk_foreach_struct(ext, caps->pNext) { in x11_surface_get_capabilities2()
|