Searched refs:specNdx (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fFboNoAttachmentTests.cpp | 629 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); specNdx++) in createFboNoAttachmentTests() local 631 const FboSpec& baseSpec = specs[specNdx][0]; in createFboNoAttachmentTests() 632 const FboSpec& altSpec = specs[specNdx][1]; in createFboNoAttachmentTests()
|
D | es31fDrawTests.cpp | 1982 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(specs); ++specNdx) in init() local 1987 … + "_grid_" + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gridSize) in init() 1988 + "_drawcount_" + de::toString(specs[specNdx].numDrawCommands); in init() 1993 …+ " Grid size is " + de::toString(specs[specNdx].gridSize) + "x" + de::toString(specs[specNdx].gri… in init() 1994 + ", draw count is " + de::toString(specs[specNdx].numDrawCommands); in init() 1999 …thods[methodNdx].method, false, true, computeIndices, specs[specNdx].gridSize, specs[specNdx].numD… in init() 2001 …thods[methodNdx].method, false, true, computeIndices, specs[specNdx].gridSize, specs[specNdx].numD… in init()
|
D | es31fNegativeShaderFunctionTests.cpp | 4335 for (int specNdx = 0; specNdx < DE_LENGTH_OF_ARRAY(testSpecs); ++specNdx) in texture_gather_offsets() local 4337 …g shaderSource(genShaderSourceTextureGatherOffsets(ctx, s_shaders[shaderNdx], testSpecs[specNdx])); in texture_gather_offsets()
|
/external/deqp/modules/glshared/ |
D | glsDrawTest.cpp | 3158 const int specNdx = (m_iteration / 2); in iterate() local 3159 const DrawTestSpec& spec = m_specs[specNdx]; in iterate() 3172 …ation == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); //… in iterate() 3173 …tionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[… in iterate()
|