Lines Matching defs:first
101 deUint32 first;
190 spec.first = 0;
272 spec.first = 0;
308 spec.first = 0;
355 spec.first = 0;
416 spec.first = 0;
524 const std::string iterationDesc = std::string("first vertex ") + de::toString(indexTest.offsets[iterationNdx] / gls::DrawTestSpec::indexTypeSize(indexTest.type));
635 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]);
638 spec.first = firsts[firstNdx];
686 // First-tests
687 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method));
902 command.first = 0;
1210 << " uint first;\n"
1255 buf << " commands[gl_GlobalInvocationID.x].first = firstTri*3u;\n";
1357 data.first = firstTri*3;
2168 spec.first = random.chooseWeighted<int, const int*, const float*> (DE_ARRAY_BEGIN(firsts), DE_ARRAY_END(firsts), firstWeights);
2675 drawCommand.first = 0;