Searched refs:ycbcrFeature (Results 1 – 1 of 1) sorted by relevance
251 VkPhysicalDeviceSamplerYcbcrConversionFeatures* ycbcrFeature; in setupDevice() local252 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()