Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp4089 … const uint32_t maxGeomOutComp = m_device->props.limits.maxGeometryOutputComponents + overflow; in TEST_F() local
4090 const uint32_t numOutVec4 = maxGeomOutComp / 4; in TEST_F()
4096 const uint32_t outRemainder = maxGeomOutComp % 4; in TEST_F()
4108 …es = overflow ? (m_device->props.limits.maxGeometryTotalOutputComponents / maxGeomOutComp + 1) : 1; in TEST_F()