Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h393 VkSamplerYcbcrConversion ycbcr_conversion);
972 VkSamplerYcbcrConversion ycbcr_conversion);
973 …troySamplerYcbcrConversionANDROID(layer_data* dev_data, VkSamplerYcbcrConversion ycbcr_conversion);
Dcore_validation.cpp3659 … VkSamplerYcbcrConversion ycbcr_conversion) { in RecordCreateSamplerYcbcrConversionANDROID() argument
3662 …dev_data->ycbcr_conversion_ahb_fmt_map.emplace(ycbcr_conversion, ext_format_android->externalForma… in RecordCreateSamplerYcbcrConversionANDROID()
3666 …roySamplerYcbcrConversionANDROID(layer_data *dev_data, VkSamplerYcbcrConversion ycbcr_conversion) { in RecordDestroySamplerYcbcrConversionANDROID() argument
3667 dev_data->ycbcr_conversion_ahb_fmt_map.erase(ycbcr_conversion); in RecordDestroySamplerYcbcrConversionANDROID()
3689 … VkSamplerYcbcrConversion ycbcr_conversion){}; in RecordCreateSamplerYcbcrConversionANDROID() argument
3691 …oySamplerYcbcrConversionANDROID(layer_data *dev_data, VkSamplerYcbcrConversion ycbcr_conversion){}; in RecordDestroySamplerYcbcrConversionANDROID() argument
13407 … VkSamplerYcbcrConversion ycbcr_conversion) { in RecordCreateSamplerYcbcrConversionState() argument
13409 RecordCreateSamplerYcbcrConversionANDROID(device_data, create_info, ycbcr_conversion); in RecordCreateSamplerYcbcrConversionState()