Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/renderthread/
H A DVulkanManager.cpp251 VkPhysicalDeviceSamplerYcbcrConversionFeatures* ycbcrFeature; in setupDevice() local
252 ycbcrFeature = (VkPhysicalDeviceSamplerYcbcrConversionFeatures*)malloc( in setupDevice()
254 LOG_ALWAYS_FATAL_IF(!ycbcrFeature); in setupDevice()
255 ycbcrFeature->sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES; in setupDevice()
256 ycbcrFeature->pNext = nullptr; in setupDevice()
257 *tailPNext = ycbcrFeature; in setupDevice()
258 tailPNext = &ycbcrFeature->pNext; in setupDevice()