Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp302 VkPhysicalDeviceSamplerYcbcrConversionFeatures* ycbcrFeature; in setupDevice() local
303 ycbcrFeature = (VkPhysicalDeviceSamplerYcbcrConversionFeatures*)malloc( in setupDevice()
305 LOG_ALWAYS_FATAL_IF(!ycbcrFeature); in setupDevice()
306 ycbcrFeature->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in setupDevice()
307 ycbcrFeature->pNext = nullptr; in setupDevice()
308 *tailPNext = ycbcrFeature; in setupDevice()
309 tailPNext = &ycbcrFeature->pNext; in setupDevice()