Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3986 …const uint32_t maxTeseOutComp = m_device->props.limits.maxTessellationEvaluationOutputComponents +… in TEST_F() local
3987 const uint32_t numOutVec4 = maxTeseOutComp / 4; in TEST_F()
3993 const uint32_t outRemainder = maxTeseOutComp % 4; in TEST_F()