Searched refs:s_shaders (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderFunctionTests.cpp | 138 static const glu::ShaderType s_shaders[] = member 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_floatTypes[dataTypeNdx], glu::TYPE_INT, glu::TYPE_INT)); 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[shaderNd in bitfield_extract_invalid_offset_type() [all...] |
H A D | es31fNegativeAtomicCounterTests.cpp | 58 static const glu::ShaderType s_shaders[] = member 159 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_shaders); ndx++) 161 if (ctx.isShaderSupported(s_shaders[ndx])) 163 ctx.beginSection(std::string("Verify shader: ") + glu::getShaderTypeName(s_shaders[ndx])); 164 const glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], genShaderSource(ctx, testCase, s_shaders[ndx]))); 165 if (program.getShaderInfo(s_shaders[ndx]).compileOk)
|
H A D | es31fNegativeShaderImageLoadStoreTests.cpp | 75 static const glu::ShaderType s_shaders[] = member 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[ndx])); in testShader() 380 const glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ShaderSource(s_shaders[ndx], shaderSource)); in testShader() 381 if (program.getShaderInfo(s_shaders[ndx]).compileOk) in testShader()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cES31CompatibilityTests.cpp | 94 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) / sizeo [all...] |
H A D | gl4cES31CompatibilityTests.hpp | 97 } s_shaders[]; //!< Test cases shaders. member in gl4cts::es31compatibility::ShaderCompilationCompatibilityTests 133 } s_shaders[]; //!< Template parameter cases. member in gl4cts::es31compatibility::ShaderFunctionalCompatibilityTest
|
Completed in 6 milliseconds