Lines Matching defs:count
89 deUint32 count;
99 deUint32 count;
158 test->addIteration(spec, "draw count = 1");
161 test->addIteration(spec, "draw count = 5");
164 test->addIteration(spec, "draw count = 25");
169 test->addIteration(spec, "instance count = 1");
172 test->addIteration(spec, "instance count = 4");
175 test->addIteration(spec, "instance count = 11");
893 command.count = 6;
904 command.count = 6;
1212 << " uint count;\n"
1219 << " uint count;\n"
1254 << " commands[gl_GlobalInvocationID.x].count = numDrawCallTris*3u;\n"
1360 data.count = numDrawCallTris*3;
1382 data.count = numDrawCallTris*3;
1998 + ", draw count is " + de::toString(specs[specNdx].numDrawCommands);
2323 drawCommand.count = 3;
2499 drawCommand.count = 3;
2677 drawCommand.count = 3;
2688 drawCommand.count = 3;
2796 this->addChild(new InstancingGroup(m_context, "instancing", "draw tests with a large instance count."));