Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp4070 const uint32_t maxGeomInComp = m_device->props.limits.maxGeometryInputComponents + overflow; in TEST_F() local
4071 const uint32_t numInVec4 = maxGeomInComp / 4; in TEST_F()
4077 const uint32_t inRemainder = maxGeomInComp % 4; in TEST_F()