Lines Matching refs:counts
74 int counts[] = {1, 256};
80 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
102 spec.drawCount = counts[countNdx];
140 // Test strides with different input types, component counts and storage, Usage(?)
143 int counts[] = {1, 256};
152 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
172 spec.drawCount = counts[countNdx];
210 // Test strides with different input types, component counts and storage, Usage(?)
212 int counts[] = {5, 256};
221 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
243 spec.drawCount = counts[countNdx];
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
281 // Test strides with different input types, component counts and storage, Usage(?)
283 int counts[] = {1, 256};
291 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
311 spec.drawCount = counts[countNdx];