Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCaps.cpp301 auto ycbcrFeatures = in init() local
305 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp338 auto ycbcrFeatures = in init() local
342 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp1984 VkPhysicalDeviceSamplerYcbcrConversionFeatures ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures() local
1987 deMemset(&ycbcrFeatures, 0, sizeof(ycbcrFeatures)); in getPhysicalDeviceSamplerYcbcrConversionFeatures()
1990 coreFeatures.pNext = &ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
1991 ycbcrFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
1995 return ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
2018 …const VkPhysicalDeviceSamplerYcbcrConversionFeatures ycbcrFeatures = getPhysicalDeviceSamplerYcbcr… in isYcbcrConversionSupported() local
2020 return (ycbcrFeatures.samplerYcbcrConversion == VK_TRUE); in isYcbcrConversionSupported()