Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationFragShaderSideEffectsTests.cpp175 …const auto colorFormatProperties = vk::getPhysicalDeviceFormatProperties(vki, physicalDevice, kCol… in checkSupport() local
176 if ((colorFormatProperties.optimalTilingFeatures & kNeededColorFeatures) != kNeededColorFeatures) in checkSupport()