Home
last modified time | relevance | path

Searched refs:vk_foreach_struct_const (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/vulkan/util/
Dvk_util.h38 #define vk_foreach_struct_const(__iter, __start) \ macro
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_formats.c756 vk_foreach_struct_const(s, base_info->pNext) { in v3dv_GetPhysicalDeviceImageFormatProperties2()
Dv3dv_device.c1661 vk_foreach_struct_const(ext, pAllocateInfo->pNext) { in v3dv_AllocateMemory()
/external/mesa3d/src/freedreno/vulkan/
Dtu_formats.c746 vk_foreach_struct_const(s, base_info->pNext) in tu_GetPhysicalDeviceImageFormatProperties2()
Dtu_device.c996 vk_foreach_struct_const(ext, pCreateInfo->pNext) { in tu_CreateDevice()
/external/mesa3d/src/amd/vulkan/
Dradv_formats.c1425 vk_foreach_struct_const(s, base_info->pNext) { in radv_GetPhysicalDeviceImageFormatProperties2()
Dradv_device.c2688 vk_foreach_struct_const(ext, pCreateInfo->pNext) { in radv_CreateDevice()
/external/mesa3d/src/intel/vulkan/
Danv_formats.c1117 vk_foreach_struct_const(s, base_info->pNext) { in anv_GetPhysicalDeviceImageFormatProperties2()
Danv_device.c2743 vk_foreach_struct_const(ext, pCreateInfo->pNext) { in anv_CreateDevice()
3492 vk_foreach_struct_const(ext, pAllocateInfo->pNext) { in anv_AllocateMemory()
4039 vk_foreach_struct_const(ext, pInfo->pNext) { in anv_GetImageMemoryRequirements2()
Danv_image.c1088 vk_foreach_struct_const(s, bind_info->pNext) { in anv_BindImageMemory2()
/external/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp295 vk_foreach_struct_const(item, chain) { in clone_chain()