Lines Matching defs:vertex
125 // we used an atomicly incremented counter to note how many subgroups we used for the vertex shader
511 std::ostringstream vertex;
512 vertex << "${VERSION_DECL}\n"
547 programCollection.add("vert") << glu::VertexSource(vertex.str());
750 std::ostringstream vertex;
751 vertex << "${VERSION_DECL}\n"
778 programCollection.add("vert") << glu::VertexSource(vertex.str());
991 std::ostringstream vertex;
992 vertex <<
1027 programCollection.add("vert") << glu::VertexSource(vertex.str());
1376 TCU_THROW(NotSupportedError, "Device does not support vertex stage SSBO writes");