Searched refs:vk_find_struct (Results 1 - 15 of 15) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_formats.c | 300 vk_find_struct(pFormatProperties->pNext, FORMAT_PROPERTIES_3); in tu_GetPhysicalDeviceFormatProperties2() 314 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in tu_GetPhysicalDeviceFormatProperties2()
|
H A D | tu_descriptor_set.c | 297 vk_find_struct( in tu_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_android.c | 265 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID() 287 vk_find_struct(pProperties->pNext, in anv_GetAndroidHardwareBufferPropertiesANDROID()
|
H A D | anv_descriptor_set.c | 385 vk_find_struct(pSupport->pNext, in anv_GetDescriptorSetLayoutSupport()
|
/third_party/mesa3d/src/vulkan/util/ |
H A D | vk_util.h | 266 #define vk_find_struct(__start, __sType) \ macro
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_android.c | 624 vk_find_struct(pProperties->pNext, ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_ANDROID); in radv_GetAndroidHardwareBufferPropertiesANDROID() 631 vk_find_struct(pProperties->pNext, ANDROID_HARDWARE_BUFFER_FORMAT_PROPERTIES_2_ANDROID); in radv_GetAndroidHardwareBufferPropertiesANDROID()
|
H A D | radv_formats.c | 1451 vk_find_struct(pFormatProperties, FORMAT_PROPERTIES_3); in radv_GetPhysicalDeviceFormatProperties2() 1460 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT)); in radv_GetPhysicalDeviceFormatProperties2() 1463 vk_find_struct(pFormatProperties, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_2_EXT)); in radv_GetPhysicalDeviceFormatProperties2()
|
H A D | radv_descriptor_set.c | 370 VkDescriptorSetVariableDescriptorCountLayoutSupport *variable_count = vk_find_struct( in radv_GetDescriptorSetLayoutSupport()
|
H A D | radv_device.c | 2797 vk_find_struct(pMemoryProperties->pNext, PHYSICAL_DEVICE_MEMORY_BUDGET_PROPERTIES_EXT); in radv_GetPhysicalDeviceMemoryProperties2()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
H A D | panvk_formats.c | 126 vk_find_struct(pFormatProperties->pNext, DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT); in panvk_GetPhysicalDeviceFormatProperties2()
|
/third_party/mesa3d/src/virtio/vulkan/ |
H A D | vn_physical_device.c | 2381 vk_find_struct(pImageFormatProperties->pNext, in vn_GetPhysicalDeviceImageFormatProperties2() 2392 VkExternalImageFormatProperties *img_props = vk_find_struct( in vn_GetPhysicalDeviceImageFormatProperties2()
|
H A D | vn_android.c | 1005 vk_find_struct(pProperties->pNext, in vn_GetAndroidHardwareBufferPropertiesANDROID()
|
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_vulkan.c | 246 static const void *vk_find_struct(const void *chain, VkStructureType stype) in vk_find_struct() function 2135 vk_find_struct(hwctx->create_pnext, in try_export_flags() 2289 modifier_info = vk_find_struct(hwctx->create_pnext, in vulkan_frames_init()
|
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 2209 vk_find_struct(begin_info, COMMAND_BUFFER_INHERITANCE_INFO); in overlay_BeginCommandBuffer() 2524 vk_find_struct(device_info, PHYSICAL_DEVICE_FEATURES_2); in overlay_CreateDevice()
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_display.c | 949 vk_find_struct( caps->pNext, WSI_SURFACE_SUPPORTED_COUNTERS_MESA); in wsi_display_surface_get_capabilities2()
|
Completed in 42 milliseconds