Home
last modified time | relevance | path

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

/external/skqp/src/gpu/vk/
DGrVkCaps.cpp340 auto ycbcrFeatures = in init() local
344 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/skia/src/gpu/vk/
DGrVkCaps.cpp363 auto ycbcrFeatures = in init() local
366 if (ycbcrFeatures && ycbcrFeatures->samplerYcbcrConversion && in init()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp3195 VkPhysicalDeviceSamplerYcbcrConversionFeatures ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures() local
3198 deMemset(&ycbcrFeatures, 0, sizeof(ycbcrFeatures)); in getPhysicalDeviceSamplerYcbcrConversionFeatures()
3201 coreFeatures.pNext = &ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
3202 ycbcrFeatures.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
3206 return ycbcrFeatures; in getPhysicalDeviceSamplerYcbcrConversionFeatures()
3229 …const VkPhysicalDeviceSamplerYcbcrConversionFeatures ycbcrFeatures = getPhysicalDeviceSamplerYcbcr… in isYcbcrConversionSupported() local
3231 return (ycbcrFeatures.samplerYcbcrConversion == VK_TRUE); in isYcbcrConversionSupported()