Searched refs:samplerYcbcrConversionFeatures (Results 1 - 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2683 VkPhysicalDeviceSamplerYcbcrConversionFeatures samplerYcbcrConversionFeatures[count]; local
2691 deMemset(&samplerYcbcrConversionFeatures[ndx], 0xFF*ndx, sizeof(VkPhysicalDeviceSamplerYcbcrConversionFeatures));
2701 protectedMemoryFeatures[ndx].pNext = &samplerYcbcrConversionFeatures[ndx];
2703 samplerYcbcrConversionFeatures[ndx].sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SAMPLER_YCBCR_CONVERSION_FEATURES;
2704 samplerYcbcrConversionFeatures[ndx].pNext = &variablePointerFeatures[ndx].sType;
2740 if (sampler_ycbcr_conversion && samplerYcbcrConversionFeatures[0].samplerYcbcrConversion != samplerYcbcrConversionFeatures[1].samplerYcbcrConversion)
2759 log << TestLog::Message << toString(samplerYcbcrConversionFeatures[0]) << TestLog::EndMessage;

Completed in 100 milliseconds