Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1499 OptSampleCount colorSampleCount; member
1611 , colorSampleCount (tcu::Nothing) in TestConfig()
1706 , colorSampleCount (other.colorSampleCount) in TestConfig()
2169 ? colorSampleCount.get() in getColorSampleCount()
2573 const auto colorSampleCount = m_testConfig.getColorSampleCount(); in checkSupport() local
2574 const auto colorImageInfo = makeImageCreateInfo(colorFormat, kFramebufferExtent, colorSampleCount, kColorUsage, 0u); in checkSupport()
2582 if ((formatProps.sampleCounts & colorSampleCount) != colorSampleCount) in checkSupport()
3768 const auto colorSampleCount in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1895 OptSampleCount colorSampleCount; member
2049 , colorSampleCount (tcu::Nothing) in TestConfig()
2163 , colorSampleCount (other.colorSampleCount) in TestConfig()
2674 ? colorSampleCount.get() in getColorSampleCount()
3120 const auto colorSampleCount = m_testConfig.getColorSampleCount(); in checkSupport() local
3121 const auto colorImageInfo = makeImageCreateInfo(colorFormat, kFramebufferExtent, colorSampleCount, kColorUsage, 0u); in checkSupport()
3129 if ((formatProps.sampleCounts & colorSampleCount) != colorSampleCount) in checkSupport()
4564 const auto colorSampleCount in iterate() local
[all...]

Completed in 16 milliseconds