Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3796 const uint32_t maxVsOutComp = m_device->props.limits.maxVertexOutputComponents + overflow; in TEST_F() local
3798 const uint32_t numVec4 = maxVsOutComp / 4; in TEST_F()
3804 const uint32_t remainder = maxVsOutComp % 4; in TEST_F()