Home
last modified time | relevance | path

Searched refs:vk_find_struct (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
Dvk_util.h205 #define vk_find_struct(__start, __sType) \ macro
/third_party/mesa3d/src/intel/vulkan/
Danv_android.c265 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID()
287 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID()
Danv_descriptor_set.c324 vk_find_struct(pSupport->pNext, in anv_GetDescriptorSetLayoutSupport()
/third_party/mesa3d/src/amd/vulkan/
Dradv_android.c748 vk_find_struct(pProperties->pNext, ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID); in radv_GetAndroidHardwareBufferPropertiesANDROID()
755 vk_find_struct(pProperties->pNext, ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID); in radv_GetAndroidHardwareBufferPropertiesANDROID()
Dradv_formats.c1441 vk_find_struct(pFormatProperties, FORMAT_PROPERTIES_3_KHR); in radv_GetPhysicalDeviceFormatProperties2()
1450 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT)); in radv_GetPhysicalDeviceFormatProperties2()
1453 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT)); in radv_GetPhysicalDeviceFormatProperties2()
Dradv_descriptor_set.c367 VkDescriptorSetVariableDescriptorCountLayoutSupport *variable_count = vk_find_struct( in radv_GetDescriptorSetLayoutSupport()
Dradv_device.c2511 vk_find_struct(pMemoryProperties->pNext, PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT); in radv_GetPhysicalDeviceMemoryProperties2()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c126 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in panvk_GetPhysicalDeviceFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c301 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in tu_GetPhysicalDeviceFormatProperties2()
Dtu_descriptor_set.c302 vk_find_struct( in tu_GetDescriptorSetLayoutSupport()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_physical_device.c2199 VkExternalImageFormatProperties *img_props = vk_find_struct( in vn_GetPhysicalDeviceImageFormatProperties2()
2222 vk_find_struct(pImageFormatProperties->pNext, in vn_GetPhysicalDeviceImageFormatProperties2()
Dvn_android.c807 vk_find_struct(pProperties->pNext, in vn_GetAndroidHardwareBufferPropertiesANDROID()
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp2209 vk_find_struct(begin_info, COMMAND_BUFFER_INHERITANCE_INFO); in overlay_BeginCommandBuffer()
2484 vk_find_struct(device_info, PHYSICAL_DEVICE_FEATURES_2); in overlay_CreateDevice()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c891 vk_find_struct( caps->pNext, WSI_SURFACE_SUPPORTED_COUNTERS_MESA); in wsi_display_surface_get_capabilities2()