Home
last modified time | relevance | path

Searched refs:countNdx (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp80 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
102 spec.drawCount = counts[countNdx]; in init()
152 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
172 spec.drawCount = counts[countNdx]; in init()
221 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
243 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() local
311 spec.drawCount = counts[countNdx]; in init()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp82 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
88 …" + 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() local
190 …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() local
296 …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 …]
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
101 spec.drawCount = counts[countNdx]; in init()
151 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
171 spec.drawCount = counts[countNdx]; in init()
220 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
242 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() local
310 spec.drawCount = counts[countNdx]; in init()
358 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
[all …]
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp79 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(counts); countNdx++) in init() local
85 …" + 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() local
187 …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() local
293 …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 …]
Des3fInstancedRenderingTests.cpp660 for (int countNdx = 0; countNdx < DE_LENGTH_OF_ARRAY(instanceCounts); countNdx++) in init() local
662 std::string countName = de::toString(instanceCounts[countNdx]) + "_instances"; in init()
668 instanceCounts[countNdx])); in init()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageTests.cpp593 for (size_t countNdx = 0; countNdx < imageCountsLength; countNdx++) in createImageCountTests() local
596 caseName << "count_" << imageCounts[countNdx]; in createImageCountTests()
598 …izeTests(testCtx, allocationKind, samplingType, imageViewType, imageFormat, imageCounts[countNdx]); in createImageCountTests()
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp695 for (int countNdx = 0; countNdx < (int)counts.size(); countNdx++) in checkUniquenessAndLinearity() local
697 if (counts[countNdx] != 1) in checkUniquenessAndLinearity()
700 …<< TestLog::Message << "Value " << (minValue + countNdx) << " is not unique. Returned " << counts[ in checkUniquenessAndLinearity()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp685 const string countNdx = (isQuaternary) ? "3" : "2"; in getFullOperationWithDifferentInputWidthStr() local
693 …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()