Searched refs:vk_find_struct (Results 1 – 14 of 14) sorted by relevance
/third_party/mesa3d/src/vulkan/util/ |
D | vk_util.h | 205 #define vk_find_struct(__start, __sType) \ macro
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_android.c | 265 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID() 287 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID()
|
D | anv_descriptor_set.c | 324 vk_find_struct(pSupport->pNext, in anv_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_android.c | 748 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()
|
D | radv_formats.c | 1441 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()
|
D | radv_descriptor_set.c | 367 VkDescriptorSetVariableDescriptorCountLayoutSupport *variable_count = vk_find_struct( in radv_GetDescriptorSetLayoutSupport()
|
D | radv_device.c | 2511 vk_find_struct(pMemoryProperties->pNext, PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT); in radv_GetPhysicalDeviceMemoryProperties2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_formats.c | 126 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in panvk_GetPhysicalDeviceFormatProperties2()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_formats.c | 301 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in tu_GetPhysicalDeviceFormatProperties2()
|
D | tu_descriptor_set.c | 302 vk_find_struct( in tu_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/virtio/vulkan/ |
D | vn_physical_device.c | 2199 VkExternalImageFormatProperties *img_props = vk_find_struct( in vn_GetPhysicalDeviceImageFormatProperties2() 2222 vk_find_struct(pImageFormatProperties->pNext, in vn_GetPhysicalDeviceImageFormatProperties2()
|
D | vn_android.c | 807 vk_find_struct(pProperties->pNext, in vn_GetAndroidHardwareBufferPropertiesANDROID()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
D | overlay.cpp | 2209 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/ |
D | wsi_common_display.c | 891 vk_find_struct( caps->pNext, WSI_SURFACE_SUPPORTED_COUNTERS_MESA); in wsi_display_surface_get_capabilities2()
|