Home
last modified time | relevance | path

Searched refs:s_shaders (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeShaderFunctionTests.cpp138 static const glu::ShaderType s_shaders[] = variable
370 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_extract_invalid_value_type()
372 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_extract_invalid_value_type()
374 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_value_type()
377 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_floatTy… in bitfield_extract_invalid_value_type()
378 verifyShader(ctx, s_shaders[shaderNdx], shaderSource); in bitfield_extract_invalid_value_type()
391 for (int shaderNdx = 0; shaderNdx < DE_LENGTH_OF_ARRAY(s_shaders); ++shaderNdx) in bitfield_extract_invalid_offset_type()
393 if (ctx.isShaderSupported(s_shaders[shaderNdx])) in bitfield_extract_invalid_offset_type()
395 ctx.beginSection("Verify shader: " + std::string(getShaderTypeName(s_shaders[shaderNdx]))); in bitfield_extract_invalid_offset_type()
401 …const std::string shaderSource(genShaderSourceBitfieldExtract(ctx, s_shaders[shaderNdx], s_intType… in bitfield_extract_invalid_offset_type()
[all …]
Des31fNegativeAtomicCounterTests.cpp58 static const glu::ShaderType s_shaders[] = variable
159 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaders); ndx++) in iterateShaders()
161 if (ctx.isShaderSupported(s_shaders[ndx])) in iterateShaders()
163 ctx.beginSection(std::string("Verify shader: ") + glu::getShaderTypeName(s_shaders[ndx])); in iterateShaders()
164 …t(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], genShaderSource(ctx, testCase, s_s… in iterateShaders()
165 if (program.getShaderInfo(s_shaders[ndx]).compileOk) in iterateShaders()
Des31fNegativeShaderImageLoadStoreTests.cpp75 static const glu::ShaderType s_shaders[] = variable
374 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaders); ndx++) in testShader()
376 if (ctx.isShaderSupported(s_shaders[ndx])) in testShader()
378 ctx.beginSection(std::string("Verify shader: ") + glu::getShaderTypeName(s_shaders[ndx])); in testShader()
379 …std::string shaderSource(generateShaderSource(function, memory, imageType, format, s_shaders[n… in testShader()
380 …gram(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], shaderSour… in testShader()
381 if (program.getShaderInfo(s_shaders[ndx]).compileOk) in testShader()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilityTests.cpp94 shader = gl.createShader(s_shaders[i].type); in iterate()
103 gl.shaderSource(shader, 1, &(s_shaders[i].source), NULL); in iterate()
141 << s_shaders[i].type_name in iterate()
143 << s_shaders[i].source << "\nCompillation log:\n" in iterate()
204 gl4cts::es31compatibility::ShaderCompilationCompatibilityTests::s_shaders[] = { member in gl4cts::es31compatibility::ShaderCompilationCompatibilityTests
254 sizeof(s_shaders) / sizeof(s_shaders[0]);
292 if (!createProgram(s_shaders[i])) in iterate()
722 gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest::s_shaders[] = { member in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
950 sizeof(s_shaders) / sizeof(s_shaders[0]);
Dgl4cES31CompatibilityTests.hpp97 } s_shaders[]; //!< Test cases shaders. member in gl4cts::es31compatibility::ShaderCompilationCompatibilityTests
133 } s_shaders[]; //!< Template parameter cases. member in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest