Home
last modified time | relevance | path

Searched refs:ycbcr_conversion (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/freedreno/vulkan/
Dtu_image.c160 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_image_view_init() local
162 const struct tu_sampler_ycbcr_conversion *conversion = ycbcr_conversion ? in tu_image_view_init()
163 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL; in tu_image_view_init()
Dtu_descriptor_set.c1355 TU_FROM_HANDLE(tu_sampler_ycbcr_conversion, ycbcr_conversion, ycbcrConversion); in tu_DestroySamplerYcbcrConversion()
1357 if (!ycbcr_conversion) in tu_DestroySamplerYcbcrConversion()
1360 vk_object_free(&device->vk, pAllocator, ycbcr_conversion); in tu_DestroySamplerYcbcrConversion()
Dtu_device.c2729 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_init_sampler() local
2795 sampler->ycbcr_sampler = ycbcr_conversion ? in tu_init_sampler()
2796 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL; in tu_init_sampler()
/third_party/mesa3d/src/amd/vulkan/
Dradv_descriptor_set.c1669 RADV_FROM_HANDLE(radv_sampler_ycbcr_conversion, ycbcr_conversion, ycbcrConversion); in radv_DestroySamplerYcbcrConversion()
1671 if (!ycbcr_conversion) in radv_DestroySamplerYcbcrConversion()
1674 vk_object_base_finish(&ycbcr_conversion->base); in radv_DestroySamplerYcbcrConversion()
1675 vk_free2(&device->vk.alloc, pAllocator, ycbcr_conversion); in radv_DestroySamplerYcbcrConversion()
Dradv_device.c6990 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in radv_CreateSampler() local
7005 ycbcr_conversion ? radv_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) in radv_CreateSampler()