Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp2802 const auto maxPrimitiveOverestimationSizeVal = m_testConfig.maxPrimitiveOverestimationSize.get(); in checkSupport() local
2803 if (conservativeRasterModeProps.primitiveOverestimationSize > maxPrimitiveOverestimationSizeVal) in checkSupport()
2807 << ") too big for this test (max " << maxPrimitiveOverestimationSizeVal << ")"; in checkSupport()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp3362 const auto maxPrimitiveOverestimationSizeVal = m_testConfig.maxPrimitiveOverestimationSize.get(); in checkSupport() local
3363 if (conservativeRasterModeProps.primitiveOverestimationSize > maxPrimitiveOverestimationSizeVal) in checkSupport()
3367 << ") too big for this test (max " << maxPrimitiveOverestimationSizeVal << ")"; in checkSupport()

Completed in 29 milliseconds