Searched refs:s_shaders (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderFunctionTests.cpp | 138 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 …]
|
D | es31fNegativeAtomicCounterTests.cpp | 58 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()
|
D | es31fNegativeShaderImageLoadStoreTests.cpp | 75 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()
|