HomeSort by relevance Sort by last modified time
    Searched refs:GLSLVersion (Results 26 - 50 of 60) sorted by null

12 3

  /external/deqp/modules/gles31/functional/
es31fNegativeSSBOBlockTests.cpp 359 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
448 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
es31fNegativeSampleVariablesTests.cpp 82 const glu::GLSLVersion version = isES32 ? glu::GLSL_VERSION_320_ES : glu::GLSL_VERSION_310_ES;
es31fProgramInterfaceDefinition.cpp 105 Shader::Shader (glu::ShaderType type, glu::GLSLVersion version)
455 Shader* Program::addShader (glu::ShaderType type, glu::GLSLVersion version)
es31fNegativeShaderDirectiveTests.cpp 505 void executeAccessingBoundingBoxType (NegativeTestContext& ctx, const std::string builtInTypeName, glu::GLSLVersion glslVersion)
512 if (glslVersion == glu::GLSL_VERSION_310_ES)
518 else if (glslVersion >= glu::GLSL_VERSION_320_ES)
es31fSampleShadingTests.cpp 408 const glu::GLSLVersion version = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2))
  /external/deqp/modules/glshared/
glsTextureTestUtil.cpp 66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
69 , m_glslVersion (glslVersion)
280 TextureRenderer::TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision)
283 , m_programLibrary (context, log, glslVersion, texCoordPrecision)
glsShaderConstExprTests.cpp 80 glu::GLSLVersion version,
glsRandomUniformBlockCase.cpp 41 glu::GLSLVersion glslVersion,
47 : UniformBlockCase (testCtx, renderCtx, name, description, glslVersion, bufferMode)
glsAttributeLocationTests.cpp 257 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType());
258 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
259 const bool usesInOutQualifiers = glu::glslVersionUsesInOutQualifiers(glslVersion);
264 parameters["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
288 const glu::GLSLVersion contextGLSLVersion = glu::getContextTypeGLSLVersion(renderCtx.getType());
289 const glu::GLSLVersion glslVersion = (attributeAliasing && glu::glslVersionIsES(contextGLSLVersion) ? glu::GLSL_VERSION_100_ES : contextGLSLVersion);
291 const bool usesInOutQualifiers = glu::glslVersionUsesInOutQualifiers(glslVersion);
295 parameters["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
    [all...]
glsLongStressTestUtil.cpp 82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion)
83 : m_glslVersion (glslVersion)
85 DE_ASSERT(glslVersion == glu::GLSL_VERSION_100_ES || glslVersion == glu::GLSL_VERSION_300_ES);
glsShaderExecUtil.cpp 253 static std::string generateEmptyFragmentSource (glu::GLSLVersion version)
    [all...]
glsBufferTestUtil.cpp 425 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
427 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
430 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
440 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
663 const glu::GLSLVersion glslVersion = glu::isContextTypeES(ctxType) ? glu::GLSL_VERSION_300_ES : glu::GLSL_VERSION_330;
665 DE_ASSERT(glu::isGLSLVersionSupported(ctxType, glslVersion));
668 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n"
678 string(glu::getGLSLVersionDeclaration(glslVersion)) + "\n
    [all...]
glsUniformBlockCase.cpp 56 static bool isSupportedGLSLVersion (glu::GLSLVersion version)
    [all...]
glsTextureBufferCase.cpp 365 string specializeShader (const string& shaderTemplateString, glu::GLSLVersion glslVersion)
370 parameters["VERSION_HEADER"] = glu::getGLSLVersionDeclaration(glslVersion);
375 parameters["HIGHP"] = (glslVersion == glu::GLSL_VERSION_330 ? "" : "highp");
376 parameters["TEXTURE_BUFFER_EXT"] = (glslVersion == glu::GLSL_VERSION_330 ? "" : "#extension GL_EXT_texture_buffer : enable\n");
387 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(renderContext.getType());
389 const string vertexShaderSource = specializeShader(vertexShaderTemplate, glslVersion);
390 const string fragmentShaderSource = specializeShader(fragmentShaderTemplate, glslVersion);
    [all...]
glsScissorTests.cpp 127 glu::ProgramSources genShaders(glu::GLSLVersion version)
  /external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeIndirectComputeDispatchTests.cpp 370 const glu::GLSLVersion glslVersion);
381 const glu::GLSLVersion m_glslVersion;
390 const glu::GLSLVersion glslVersion)
395 , m_glslVersion (glslVersion)
514 const glu::GLSLVersion glslVersion)
515 : IndirectDispatchCaseBufferUpload(testCtx, caseDesc, glslVersion) {}
  /external/mesa3d/src/compiler/glsl/
standalone_scaffolding.cpp 209 ctx->Const.GLSLVersion = 120;
standalone.cpp 142 ctx->Const.GLSLVersion = options->glsl_version;
166 switch (ctx->Const.GLSLVersion) {
glsl_parser_extras.cpp 218 if (known_desktop_glsl_versions[i] <= ctx->Const.GLSLVersion) {
436 this->language_version = this->ctx->Const.GLSLVersion;
    [all...]
  /external/mesa3d/src/mesa/main/
getstring.c 45 switch (ctx->Const.GLSLVersion) {
context.c 632 consts->GLSLVersion = 120;
    [all...]
  /external/deqp/framework/opengl/
gluShaderLibrary.cpp 238 static const glu::GLSLVersion DEFAULT_GLSL_VERSION = glu::GLSL_VERSION_100_ES;
417 void parseGLSLVersion (glu::GLSLVersion& version);
1248 void ShaderParser::parseGLSLVersion (glu::GLSLVersion& version)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/image/
vktImageQualifiersTests.cpp 209 const glu::GLSLVersion glslVersion);
222 const glu::GLSLVersion m_glslVersion;
232 const glu::GLSLVersion glslVersion)
238 , m_glslVersion(glslVersion)
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageMemoryAliasing.cpp 110 const glu::GLSLVersion glslVersion);
120 const glu::GLSLVersion m_glslVersion;
129 const glu::GLSLVersion glslVersion)
134 , m_glslVersion (glslVersion)
    [all...]
vktSparseResourcesImageSparseResidency.cpp 114 const glu::GLSLVersion glslVersion);
123 const glu::GLSLVersion m_glslVersion;
132 const glu::GLSLVersion glslVersion)
137 , m_glslVersion (glslVersion)

Completed in 2904 milliseconds

12 3