Lines Matching refs:counts

73 	int					counts[]		= {1, 256};
79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
101 spec.drawCount = counts[countNdx];
139 // Test strides with different input types, component counts and storage, Usage(?)
142 int counts[] = {1, 256};
151 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
171 spec.drawCount = counts[countNdx];
209 // Test strides with different input types, component counts and storage, Usage(?)
211 int counts[] = {5, 256};
220 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
242 spec.drawCount = counts[countNdx];
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
280 // Test strides with different input types, component counts and storage, Usage(?)
282 int counts[] = {1, 256};
290 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
310 spec.drawCount = counts[countNdx];
347 // Test normalization with different input types, component counts and storage
350 int counts[] = {1, 256};
358 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
373 spec.drawCount = counts[countNdx];
409 // Test output types with different input types, component counts and storage, Usage?, Precision?, float?
413 int counts[] = {1, 256};
423 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
438 spec.drawCount = counts[countNdx];
499 : TestCaseGroup(context, "attribute_count", "Attribute counts")
518 // Test attribute counts