Searched refs:countNdx (Results 1 – 8 of 8) sorted by relevance
80 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local102 spec.drawCount = counts[countNdx]; in init()152 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local172 spec.drawCount = counts[countNdx]; in init()221 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local243 spec.drawCount = counts[countNdx]; in init()247 …offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()291 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local311 spec.drawCount = counts[countNdx]; in init()
82 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local88 …" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]); in init()103 spec.drawCount = counts[countNdx]; in init()181 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local190 …stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]); in init()208 spec.drawCount = counts[countNdx]; in init()285 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local296 …offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()311 spec.drawCount = counts[countNdx]; in init()388 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local[all …]
79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local101 spec.drawCount = counts[countNdx]; in init()151 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local171 spec.drawCount = counts[countNdx]; in init()220 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local242 spec.drawCount = counts[countNdx]; in init()246 …offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()290 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local310 spec.drawCount = counts[countNdx]; in init()358 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local[all …]
79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local85 …" + Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_quads" + typeToString(counts[countNdx]); in init()100 spec.drawCount = counts[countNdx]; in init()178 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local187 …stride) + "_components" + typeToString(componentCount) + "_quads" + typeToString(counts[countNdx]); in init()205 spec.drawCount = counts[countNdx]; in init()282 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local293 …offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()308 spec.drawCount = counts[countNdx]; in init()385 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local[all …]
660 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(instanceCounts); countNdx++) in init() local662 std::string countName = de::toString(instanceCounts[countNdx]) + "_instances"; in init()668 instanceCounts[countNdx])); in init()
593 for (size_t countNdx = 0; countNdx < imageCountsLength; countNdx++) in createImageCountTests() local596 caseName << "count_" << imageCounts[countNdx]; in createImageCountTests()598 …izeTests(testCtx, allocationKind, samplingType, imageViewType, imageFormat, imageCounts[countNdx]); in createImageCountTests()
695 for (int countNdx = 0; countNdx < (int)counts.size(); countNdx++) in checkUniquenessAndLinearity() local697 if (counts[countNdx] != 1) in checkUniquenessAndLinearity()700 …<< TestLog::Message << "Value " << (minValue + countNdx) << " is not unique. Returned " << counts[… in checkUniquenessAndLinearity()
685 const string countNdx = (isQuaternary) ? "3" : "2"; in getFullOperationWithDifferentInputWidthStr() local693 …str += "%input" + countNdx + "_val_" + de::toString(countWidth) + " = OpSConvert %" + countType + … in getFullOperationWithDifferentInputWidthStr()697 …const string countStr = "%input" + countNdx + "_val" + ((countWidth != 32) ? "_" + de::toString(co… in getFullOperationWithDifferentInputWidthStr()