Searched refs:ycbcr_conversion (Results 1 – 5 of 5) sorted by relevance
160 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_image_view_init() local162 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()
1355 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()
2729 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_init_sampler() local2795 sampler->ycbcr_sampler = ycbcr_conversion ? in tu_init_sampler()2796 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL; in tu_init_sampler()
1669 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()
6990 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in radv_CreateSampler() local7005 ycbcr_conversion ? radv_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) in radv_CreateSampler()