Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp3889 const uint32_t outRemainder = maxTescOutComp % 4; in TEST_F() local
3890 if (outRemainder != 0) { in TEST_F()
3891 if (outRemainder == 1) { in TEST_F()
3895 …cation=" + std::to_string(outLocation) + ") out vec" + std::to_string(outRemainder) + " vnOut[3];\… in TEST_F()
3993 const uint32_t outRemainder = maxTeseOutComp % 4; in TEST_F() local
3994 if (outRemainder != 0) { in TEST_F()
3995 if (outRemainder == 1) { in TEST_F()
3999 …ocation=" + std::to_string(outLocation) + ") out vec" + std::to_string(outRemainder) + " vnOut;\n"; in TEST_F()
4096 const uint32_t outRemainder = maxGeomOutComp % 4; in TEST_F() local
4097 if (outRemainder != 0) { in TEST_F()
[all …]