Lines Matching defs:first
101 deUint32 first;
190 spec.first = 0;
273 spec.first = 0;
310 spec.first = 0;
358 spec.first = 0;
420 spec.first = 0;
528 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
639 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
642 spec.first = firsts[firstNdx];
691 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
906 command.first = 0;
1214 << " uint first;\n"
1259 buf << " commands[gl_GlobalInvocationID.x].first = firstTri*3u;\n";
1362 data.first = firstTri*3;
2175 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
2690 drawCommand.first = 0;