Searched refs:ycbcr_props (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_formats.c308 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:lvp_GetPhysicalDeviceImageFormatProperties2
332 ycbcr_props = (void *) s;
365 if (ycbcr_props)
366 ycbcr_props->combinedImageSamplerDescriptorCount = 0;
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_formats.c367 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:panvk_GetPhysicalDeviceImageFormatProperties2
402 ycbcr_props = (void *) s;
439 if (ycbcr_props)
440 ycbcr_props->combinedImageSamplerDescriptorCount = 1;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_formats.c553 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:tu_GetPhysicalDeviceImageFormatProperties2
587 ycbcr_props = (void *) s;
623 if (ycbcr_props)
624 ycbcr_props->combinedImageSamplerDescriptorCount = 1;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_formats.c1333 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:radv_GetPhysicalDeviceImageFormatProperties2
1359 ycbcr_props = (void *) s;
1395 if (ycbcr_props) {
1396 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(base_info->format);
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_formats.c1026 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:anv_GetPhysicalDeviceImageFormatProperties2
1049 ycbcr_props = (void *) s;
1061 &base_props->imageFormatProperties, ycbcr_props);
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_formats.c1336 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:anv_GetPhysicalDeviceImageFormatProperties2
1365 ycbcr_props = (void *) s;
1377 &base_props->imageFormatProperties, ycbcr_props);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_formats.c1740 VkSamplerYcbcrConversionImageFormatProperties *ycbcr_props = NULL; local in function:radv_GetPhysicalDeviceImageFormatProperties2
1770 ycbcr_props = (void *)s;
1817 if (ycbcr_props) {
1818 ycbcr_props->combinedImageSamplerDescriptorCount = vk_format_get_plane_count(format);

Completed in 12 milliseconds