Lines Matching defs:counts

73 	int					counts[]		= {1, 256};
79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
85 const std::string name = "stride" + typeToString(stride) + "_" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
100 spec.drawCount = counts[countNdx];
171 int counts[] = {1, 256};
178 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
187 std::string name = Array::storageToString(storages[storageNdx]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
205 spec.drawCount = counts[countNdx];
275 int counts[] = {5, 256};
282 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
308 spec.drawCount = counts[countNdx];
344 // Test offset with different input types, component counts and storage, Usage(?)
379 int counts[] = {1, 256};
385 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
394 const std::string name = "offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]);
409 spec.drawCount = counts[countNdx];
444 // Test offset with different input types, component counts and storage, Usage(?)
479 int counts[] = {1, 256};
483 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
488 std::string name = "components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]);
503 spec.drawCount = counts[countNdx];
536 // Test normalization with different input types, component counts and storage
573 int counts[] = {1, 256};
581 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++)
583 std::string name = "components" + typeToString(componentCount) + "_" + Array::outputTypeToString(outputTypes[outputTypeNdx]) + "_quads" + typeToString(counts[countNdx]);
619 spec.drawCount = counts[countNdx];
654 // Test output types with different input types, component counts and storage, Usage?, Precision?, float?
712 : TestCaseGroup(context, "attribute_count", "Attribute counts")
731 // Test attribute counts