Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp243 VkPhysicalDeviceSamplerYcbcrConversionFeatures* ycbcrFeature; in setupDevice() local
244 ycbcrFeature = (VkPhysicalDeviceSamplerYcbcrConversionFeatures*)malloc( in setupDevice()
246 LOG_ALWAYS_FATAL_IF(!ycbcrFeature); in setupDevice()
247 ycbcrFeature->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in setupDevice()
248 ycbcrFeature->pNext = nullptr; in setupDevice()
249 *tailPNext = ycbcrFeature; in setupDevice()
250 tailPNext = &ycbcrFeature->pNext; in setupDevice()