Home | History | Annotate | Download | only in glshared

Lines Matching defs:in

8  * you may not use this file except in compliance with the License.
13 * Unless required by applicable law or agreed to in writing, software
81 const char* in = usesInout ? "in" : "attribute";
91 src << in << " " << glu::declare(input->varType, input->name) << ";\n";
162 src << "layout(points) in;\n"
166 src << "flat in " << glu::declare(input->varType, "geom_" + input->name) << "[];\n";
249 // flat qualifier is not present in earlier versions?
255 << "in highp vec4 a_position;\n";
259 src << "in " << glu::declare(input->varType, inputPrefix + input->name) << ";\n"
286 src << "flat in " << glu::declare(input->varType, input->name) << ";\n";
508 GLU_EXPECT_NO_ERROR(gl.getError(), "Error in TF setup");
517 GLU_EXPECT_NO_ERROR(gl.getError(), "Error in draw");
522 int curOffset = 0; // Offset in buffer in bytes.
776 GLU_EXPECT_NO_ERROR(gl.getError(), "Error in draw");
1203 src << "layout(local_size_x = 1) in;\n"
1224 m_maxWorkSize = tcu::IVec3(128,128,64); // Minimum in 3plus
1349 src << "layout(triangles, ccw) in;\n";
1446 src << "layout(isolines, equal_spacing) in;\n\n";
1486 // \todo [2014-06-26 pyry] Duplicate last value in the buffer to prevent infinite loops for example?