Home
last modified time | relevance | path

Searched refs:image_view_info (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_formats.c363 const VkPhysicalDeviceImageViewImageFormatInfoEXT *image_view_info = NULL; in panvk_GetPhysicalDeviceImageFormatProperties2() local
384 image_view_info = (const void *) s; in panvk_GetPhysicalDeviceImageFormatProperties2()
428 if ((image_view_info->imageViewType == VK_IMAGE_VIEW_TYPE_2D || in panvk_GetPhysicalDeviceImageFormatProperties2()
429 image_view_info->imageViewType == VK_IMAGE_VIEW_TYPE_2D_ARRAY) && in panvk_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_formats.c546 const VkPhysicalDeviceImageViewImageFormatInfoEXT *image_view_info = NULL; in tu_GetPhysicalDeviceImageFormatProperties2() local
566 image_view_info = (const void *) s; in tu_GetPhysicalDeviceImageFormatProperties2()
609 if ((image_view_info->imageViewType == VK_IMAGE_VIEW_TYPE_2D || in tu_GetPhysicalDeviceImageFormatProperties2()
610 image_view_info->imageViewType == VK_IMAGE_VIEW_TYPE_2D_ARRAY) && in tu_GetPhysicalDeviceImageFormatProperties2()
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_meta_copy.c2092 VkImageViewCreateInfo image_view_info = { in texel_buffer_shader_copy() local
2106 result = v3dv_CreateImageView(_device, &image_view_info, in texel_buffer_shader_copy()