Searched refs:VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME (Results 1 – 6 of 6) sorted by relevance
47 VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, in CanHandlePrecisionQualifierWithYuvSampler()
182 if (e == std::string(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in Load()
870 extensionsSupported(deviceExts, {VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME}); in createGlobalVkEmulation()1066 selectedDeviceExtensionNames_.emplace(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME); in createGlobalVkEmulation()
162 VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME,1604 !hasDeviceExtension(properties, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in on_vkEnumerateDeviceExtensionProperties()1606 strncpy(ycbcr_props.extensionName, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME, in on_vkEnumerateDeviceExtensionProperties()6857 if (hasDeviceExtension(properties, VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME)) { in filteredDeviceExtensionNames()6858 res.push_back(VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME); in filteredDeviceExtensionNames()
6850 …INLINE auto KHRSamplerYcbcrConversionExtensionName = VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAM…
9406 #define VK_KHR_SAMPLER_YCBCR_CONVERSION_EXTENSION_NAME "VK_KHR_sampler_ycbcr_conversion" macro