Home
last modified time | relevance | path

Searched refs:VK_YCBCR_CONVERSION_DO_NOTHING (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_private_defs.h22 #define VK_YCBCR_CONVERSION_DO_NOTHING ((VkSamplerYcbcrConversion)0x1111111111111111) macro
DResourceTracker.cpp4369 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversion()
4381 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversion()
4394 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversion()
4415 *pYcbcrConversion = VK_YCBCR_CONVERSION_DO_NOTHING; in on_vkCreateSamplerYcbcrConversionKHR()
4427 if (*pYcbcrConversion == VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSamplerYcbcrConversionKHR()
4440 if (ycbcrConversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkDestroySamplerYcbcrConversionKHR()
4458 if (samplerYcbcrConversionInfo->conversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateSampler()
6894 if (samplerYcbcrConversionInfo->conversion != VK_YCBCR_CONVERSION_DO_NOTHING) { in on_vkCreateImageView()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_private_defs.h46 #define VK_YCBCR_CONVERSION_DO_NOTHING ((VkSamplerYcbcrConversion)0x1111111111111111) macro