Searched refs:ycbcr_conversion (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_image.c | 203 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_image_view_init() local 205 const struct tu_sampler_ycbcr_conversion *conversion = ycbcr_conversion ? in tu_image_view_init() 206 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL; in tu_image_view_init()
|
D | tu_descriptor_set.c | 1165 TU_FROM_HANDLE(tu_sampler_ycbcr_conversion, ycbcr_conversion, ycbcrConversion); in tu_DestroySamplerYcbcrConversion() 1167 if (!ycbcr_conversion) in tu_DestroySamplerYcbcrConversion() 1170 vk_object_free(&device->vk, pAllocator, ycbcr_conversion); in tu_DestroySamplerYcbcrConversion()
|
D | tu_device.c | 1802 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in tu_init_sampler() local 1853 sampler->ycbcr_sampler = ycbcr_conversion ? in tu_init_sampler() 1854 tu_sampler_ycbcr_conversion_from_handle(ycbcr_conversion->conversion) : NULL; in tu_init_sampler()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_descriptor_set.c | 1446 RADV_FROM_HANDLE(radv_sampler_ycbcr_conversion, ycbcr_conversion, ycbcrConversion); in radv_DestroySamplerYcbcrConversion() 1448 if (!ycbcr_conversion) in radv_DestroySamplerYcbcrConversion() 1451 vk_object_base_finish(&ycbcr_conversion->base); in radv_DestroySamplerYcbcrConversion() 1452 vk_free2(&device->vk.alloc, pAllocator, ycbcr_conversion); in radv_DestroySamplerYcbcrConversion()
|
D | radv_device.c | 7503 const struct VkSamplerYcbcrConversionInfo *ycbcr_conversion = in radv_CreateSampler() local 7519 …sampler->ycbcr_sampler = ycbcr_conversion ? radv_sampler_ycbcr_conversion_from_handle(ycbcr_conver… in radv_CreateSampler()
|
/external/vulkan-validation-layers/layers/ |
D | core_validation.h | 810 VkSamplerYcbcrConversion ycbcr_conversion); 812 VkSamplerYcbcrConversion ycbcr_conversion); 815 void RecordDestroySamplerYcbcrConversionANDROID(VkSamplerYcbcrConversion ycbcr_conversion);
|
D | core_validation.cpp | 3800 … VkSamplerYcbcrConversion ycbcr_conversion) { in RecordCreateSamplerYcbcrConversionANDROID() argument 3803 ycbcr_conversion_ahb_fmt_map.emplace(ycbcr_conversion, ext_format_android->externalFormat); in RecordCreateSamplerYcbcrConversionANDROID() 3807 …ateTracker::RecordDestroySamplerYcbcrConversionANDROID(VkSamplerYcbcrConversion ycbcr_conversion) { in RecordDestroySamplerYcbcrConversionANDROID() argument 3808 ycbcr_conversion_ahb_fmt_map.erase(ycbcr_conversion); in RecordDestroySamplerYcbcrConversionANDROID() 3828 … VkSamplerYcbcrConversion ycbcr_conversion){}; in RecordCreateSamplerYcbcrConversionANDROID() argument 3830 …teTracker::RecordDestroySamplerYcbcrConversionANDROID(VkSamplerYcbcrConversion ycbcr_conversion){}; in RecordDestroySamplerYcbcrConversionANDROID() argument 14252 … VkSamplerYcbcrConversion ycbcr_conversion) { in RecordCreateSamplerYcbcrConversionState() argument 14254 RecordCreateSamplerYcbcrConversionANDROID(create_info, ycbcr_conversion); in RecordCreateSamplerYcbcrConversionState()
|