Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationCoordinatesTests.cpp71 bool executionModeInEvaluationShader) in getCaseName() argument
75 if (!executionModeInEvaluationShader) in getCaseName()
378 const bool executionModeInEvaluationShader = true);
391 … const SpacingMode spacingMode, const bool executionModeInEvaluationShader) in TessCoordTest() argument
392 : TestCase(testCtx, getCaseName(primitiveType, spacingMode, executionModeInEvaluationShader)) in TessCoordTest()
395 , m_executionModeInEvaluationShader(executionModeInEvaluationShader) in TessCoordTest()