Home
last modified time | relevance | path

Searched refs:firstNdx (Results 1 - 16 of 16) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp225 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
244 spec.first = firsts[firstNdx]; in init()
247 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp289 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
296 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()
312 spec.first = firsts[firstNdx]; in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDrawTests.cpp400 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init()
402 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init()
403 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
406 spec.first = firsts[firstNdx]; in init()
H A Des2fVertexTextureTests.cpp249 int firstNdx = (int)m_positions.size(); in PosTexCoordQuadGrid() local
254 m_indices.push_back(deUint16(firstNdx + 0)); in PosTexCoordQuadGrid()
255 m_indices.push_back(deUint16(firstNdx + 1)); in PosTexCoordQuadGrid()
256 m_indices.push_back(deUint16(firstNdx + 2)); in PosTexCoordQuadGrid()
258 m_indices.push_back(deUint16(firstNdx + 1)); in PosTexCoordQuadGrid()
259 m_indices.push_back(deUint16(firstNdx + 3)); in PosTexCoordQuadGrid()
260 m_indices.push_back(deUint16(firstNdx + 2)); in PosTexCoordQuadGrid()
H A Des2fVertexArrayTest.cpp224 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
243 spec.first = firsts[firstNdx]; in init()
246 std::string name = Array::inputTypeToString(inputTypes[inputTypeNdx]) + "_first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp286 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); firstNdx++) in init()
293 std::string name = "first" + typeToString(firsts[firstNdx]) + "_offset" + typeToString(offsets[offsetNdx]) + "_stride" + typeToString(stride) + "_quads" + typeToString(counts[countNdx]); in init()
309 spec.first = firsts[firstNdx]; in init()
H A Des3fDrawTests.cpp501 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init()
503 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init()
504 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
507 spec.first = firsts[firstNdx]; in init()
H A Des3fVertexTextureTests.cpp298 int firstNdx = (int)m_positions.size(); in PosTexCoordQuadGrid() local
303 m_indices.push_back(deUint16(firstNdx + 0)); in PosTexCoordQuadGrid()
304 m_indices.push_back(deUint16(firstNdx + 1)); in PosTexCoordQuadGrid()
305 m_indices.push_back(deUint16(firstNdx + 2)); in PosTexCoordQuadGrid()
307 m_indices.push_back(deUint16(firstNdx + 1)); in PosTexCoordQuadGrid()
308 m_indices.push_back(deUint16(firstNdx + 3)); in PosTexCoordQuadGrid()
309 m_indices.push_back(deUint16(firstNdx + 2)); in PosTexCoordQuadGrid()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferTests.cpp599 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind) in createBufferUsageCases() argument
617 for (deUint32 currentNdx = firstNdx; currentNdx < DE_LENGTH_OF_ARRAY(bufferUsageModes); currentNdx++) in createBufferUsageCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferTests.cpp601 void createBufferUsageCases (tcu::TestCaseGroup& testGroup, const deUint32 firstNdx, const deUint32 bufferUsageFlags, const AllocationKind allocationKind) in createBufferUsageCases() argument
619 for (deUint32 currentNdx = firstNdx; currentNdx < DE_LENGTH_OF_ARRAY(bufferUsageModes); currentNdx++) in createBufferUsageCases()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fDrawTests.cpp636 for (int firstNdx = 0; firstNdx < DE_LENGTH_OF_ARRAY(firsts); ++firstNdx) in init()
638 const std::string name = std::string("first_") + de::toString(firsts[firstNdx]); in init()
639 const std::string desc = std::string("first ") + de::toString(firsts[firstNdx]); in init()
642 spec.first = firsts[firstNdx]; in init()
H A Des31fPrimitiveBoundingBoxTests.cpp4274 int firstNdx;
4423 drawObject.firstNdx = (int)m_objectVertices.size();
4520 const int objectVertexStartNdx = (m_drawTriangles) ? (m_drawObjects[drawObjNdx].firstNdx) : (0);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp1798 void createMultipleAttributeCases (PipelineConstructionType pipelineConstructionType, deUint32 depth, deUint32 firstNdx, CompatibleFormats* compatibleFormats, de::Random& randomFunc, tcu::TestCaseGroup& testGroup, VertexInputTest::BindingMapping bindingMapping, VertexInputTest::AttributeLayout attributeLayout, VertexInputTest::LayoutSkip layoutSkip, VertexInputTest::LayoutOrder layoutOrder, const std::vector<VertexInputTest::AttributeInfo>& attributeInfos = std::vector<VertexInputTest::AttributeInfo>(0)) in createMultipleAttributeCases() argument
1803 for (deUint32 currentNdx = firstNdx; currentNdx < VertexInputTest::GLSL_TYPE_DOUBLE - depth; currentNdx++) in createMultipleAttributeCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineVertexInputTests.cpp1954 void createMultipleAttributeCases (PipelineConstructionType pipelineConstructionType, deUint32 depth, deUint32 firstNdx, CompatibleFormats* compatibleFormats, de::Random& randomFunc, tcu::TestCaseGroup& testGroup, VertexInputTest::BindingMapping bindingMapping, VertexInputTest::AttributeLayout attributeLayout, VertexInputTest::LayoutSkip layoutSkip, VertexInputTest::LayoutOrder layoutOrder, const std::vector<VertexInputTest::AttributeInfo>& attributeInfos = std::vector<VertexInputTest::AttributeInfo>(0)) in createMultipleAttributeCases() argument
1959 for (deUint32 currentNdx = firstNdx; currentNdx < VertexInputTest::GLSL_TYPE_DOUBLE - depth; currentNdx++) in createMultipleAttributeCases()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp20441 const deUint32 firstNdx = 100u;
20514 deUint32 lastId = firstNdx;
20524 const deUint32 sequenceId = sequenceNdx + firstNdx;
20535 specs["zeroth_id"] = de::toString(firstNdx - 1);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmInstructionTests.cpp20346 const deUint32 firstNdx = 100u;
20419 deUint32 lastId = firstNdx;
20429 const deUint32 sequenceId = sequenceNdx + firstNdx;
20440 specs["zeroth_id"] = de::toString(firstNdx - 1);

Completed in 84 milliseconds