Home
last modified time | relevance | path

Searched refs:specNdx (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp656 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); specNdx++) in createFboNoAttachmentTests()
658 const FboSpec& baseSpec = specs[specNdx][0]; in createFboNoAttachmentTests()
659 const FboSpec& altSpec = specs[specNdx][1]; in createFboNoAttachmentTests()
H A Des31fDrawTests.cpp1986 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); ++specNdx)
1991 + "_grid_" + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize)
1992 + "_drawcount_" + de::toString(specs[specNdx].numDrawCommands);
1997 + " Grid size is " + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize)
1998 + ", draw count is " + de::toString(specs[specNdx].numDrawCommands);
2003 largeGroup->addChild(new ComputeShaderGeneratedSeparateCase(m_context, name.c_str(), desc.c_str(), methods[methodNdx].method, false, true, computeIndices, specs[specNdx]
[all...]
H A Des31fNegativeShaderFunctionTests.cpp4345 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(testSpecs); ++specNdx)
4347 const std::string shaderSource(genShaderSourceTextureGatherOffsets(ctx, s_shaders[shaderNdx], testSpecs[specNdx]));
/third_party/vk-gl-cts/modules/glshared/
H A DglsDrawTest.cpp3178 const int specNdx = (m_iteration / 2); in iterate() local
3179 const DrawTestSpec& spec = m_specs[specNdx]; in iterate()
3193 const bool updateProgram = (m_iteration == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); // try to use the same shader in all iterations in iterate()
3194 IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[specNdx], drawStep && m_specs.size()!=1); in iterate()

Completed in 15 milliseconds