Searched defs:glslVersion (Results 1 - 25 of 48) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderExecutor.hpp53 glu::GLSLVersion glslVersion; member in struct:vkt::shaderexecutor::ShaderSpec
61 : glslVersion(glu::GLSL_VERSION_310_ES)
/external/deqp/external/openglcts/modules/common/
H A DglcShaderSwitchTests.cpp98 static tcu::TestCase* makeSwitchCase(Context& context, glu::GLSLVersion glslVersion, const char* name, const char* desc, argument
105 vtx << glu::getGLSLVersionDeclaration(glslVersion) << "\n"
108 frag << glu::getGLSLVersionDeclaration(glslVersion) << "\n"
170 static void makeSwitchCases(TestCaseGroup* group, glu::GLSLVersion glslVersion, const char* name, const char* desc, argument
178 group->addChild(makeSwitchCase(group->getContext(), glslVersion,
181 group->addChild(makeSwitchCase(group->getContext(), glslVersion,
187 ShaderSwitchTests::ShaderSwitchTests(Context& context, glu::GLSLVersion glslVersion) argument
188 : TestCaseGroup(context, "switch", "Switch statement tests"), m_glslVersion(glslVersion)
190 DE_ASSERT(glslVersion == glu::GLSL_VERSION_300_ES || glslVersion
[all...]
H A DglcSeparableProgramsTransformFeedbackTests.cpp178 GLSLVersion glslVersion = getContextTypeGLSLVersion(contextType); local
199 specializationMap["VERSION"] = glu::getGLSLVersionDeclaration(glslVersion);
H A DglcShaderNegativeTests.cpp58 GLSLVersion glslVersion)
59 : TestCase(context, name, description), m_glslVersion(glslVersion)
131 GLSLVersion glslVersion)
133 , m_glslVersion(glslVersion)
222 GLSLVersion glslVersion)
223 : TestCase(context, name, description), m_glslVersion(glslVersion)
280 ShaderNegativeTests::ShaderNegativeTests(Context& context, GLSLVersion glslVersion) argument
281 : TestCaseGroup(context, "negative", "Shader Negative tests"), m_glslVersion(glslVersion)
57 ShaderUniformInitializeGlobalCase(Context& context, const char* name, const char* description, GLSLVersion glslVersion) argument
129 ShaderUniformPrecisionLinkCase(Context& context, const char* name, const char* description, const ShaderVariants* shaderVariants, unsigned int shaderVariantsCount, GLSLVersion glslVersion) argument
221 ShaderConstantSequenceExpressionCase(Context& context, const char* name, const char* description, GLSLVersion glslVersion) argument
H A DglcShaderStructTests.cpp127 glu::GLSLVersion glslVersion, bool isVertexCase, bool usesTextures,
131 const std::string versionDecl = glu::getGLSLVersionDeclaration(glslVersion);
185 LocalStructTests(Context& context, glu::GLSLVersion glslVersion) argument
186 : TestCaseGroup(context, "local", "Local structs"), m_glslVersion(glslVersion)
959 UniformStructTests(Context& context, glu::GLSLVersion glslVersion) argument
960 : TestCaseGroup(context, "uniform", "Uniform structs"), m_glslVersion(glslVersion)
1653 ShaderStructTests::ShaderStructTests(Context& context, glu::GLSLVersion glslVersion) argument
1654 : TestCaseGroup(context, "struct", "Struct Tests"), m_glslVersion(glslVersion)
126 createStructCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, bool isVertexCase, bool usesTextures, ShaderEvalFunc evalFunc, SetupUniformsFunc setupUniforms, const LineStream& shaderSrc) argument
H A DglcFragDepthTests.cpp112 FragDepthCompareCase(Context& context, const char* name, const char* desc, glu::GLSLVersion glslVersion,
126 glu::GLSLVersion glslVersion, const char* fragSrc,
129 , m_glslVersion(glslVersion)
271 FragDepthWriteCase(Context& context, const char* name, const char* desc, glu::GLSLVersion glslVersion,
284 glu::GLSLVersion glslVersion, const char* fragSrc, EvalFragDepthFunc evalFunc)
285 : TestCase(context, name, desc), m_glslVersion(glslVersion), m_fragSrc(fragSrc), m_evalFunc(evalFunc)
407 FragDepthTests::FragDepthTests(Context& context, glu::GLSLVersion glslVersion) argument
408 : TestCaseGroup(context, "fragdepth", "gl_FragDepth tests"), m_glslVersion(glslVersion)
125 FragDepthCompareCase(Context& context, const char* name, const char* desc, glu::GLSLVersion glslVersion, const char* fragSrc, EvalFragDepthFunc evalFunc, deUint32 compareFunc) argument
283 FragDepthWriteCase(Context& context, const char* name, const char* desc, glu::GLSLVersion glslVersion, const char* fragSrc, EvalFragDepthFunc evalFunc) argument
H A DglcSampleVariablesTests.cpp90 glu::GLSLVersion glslVersion);
100 glu::GLSLVersion glslVersion)
101 : TestCase(context, name, description), m_glslVersion(glslVersion)
103 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES);
181 SampleShadingMaskCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
206 glu::GLSLVersion glslVersion, GLenum internalFormat,
210 , m_glslVersion(glslVersion)
218 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES || glslVersion >= glu::GLSL_VERSION_400);
544 SampleShadingPositionCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
99 SampleShadingExtensionCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion) argument
205 SampleShadingMaskCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, GLenum internalFormat, tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLint samples, GLint sampleMask) argument
563 SampleShadingPositionCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, GLint samples, GLboolean fixedSampleLocations) argument
846 SampleVariablesTests(Context& context, glu::GLSLVersion glslVersion) argument
[all...]
H A DglcShaderIntegerMixTests.cpp49 ShaderIntegerMixCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion) argument
50 : TestCase(context, name, description), m_glslVersion(glslVersion)
78 glu::GLSLVersion glslVersion)
79 : ShaderIntegerMixCase(context, name, description, glslVersion)
149 glu::GLSLVersion glslVersion, bool _use_extension, bool _is_negative_testing)
150 : ShaderIntegerMixCase(context, name, description, glslVersion)
277 glu::GLSLVersion glslVersion, const char* _type)
278 : ShaderIntegerMixCase(context, name, description, glslVersion), type(_type)
540 ShaderIntegerMixTests::ShaderIntegerMixTests(Context& context, glu::GLSLVersion glslVersion) argument
541 : TestCaseGroup(context, "shader_integer_mix", "Shader Integer Mix tests"), m_glslVersion(glslVersion)
77 ShaderIntegerMixDefineCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion) argument
148 ShaderIntegerMixPrototypesCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, bool _use_extension, bool _is_negative_testing) argument
276 ShaderIntegerMixRenderCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, const char* _type) argument
[all...]
H A DglcShaderIndexingTests.cpp245 glu::GLSLVersion glslVersion, DataType varType,
248 DE_ASSERT(glslVersion == glu::GLSL_VERSION_300_ES || glslVersion == glu::GLSL_VERSION_310_ES ||
249 glslVersion >= glu::GLSL_VERSION_330);
252 vtx << glu::getGLSLVersionDeclaration(glslVersion) << "\n";
300 frag << glu::getGLSLVersionDeclaration(glslVersion) << "\n";
366 glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType,
369 DE_ASSERT(glslVersion == glu::GLSL_VERSION_300_ES || glslVersion == glu::GLSL_VERSION_310_ES ||
370 glslVersion >
244 createVaryingArrayCase(Context& context, const char* caseName, const char* description, glu::GLSLVersion glslVersion, DataType varType, IndexAccessType vertAccess, IndexAccessType fragAccess) argument
365 createUniformArrayCase(Context& context, const char* caseName, const char* description, glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, IndexAccessType readAccess) argument
477 createTmpArrayCase(Context& context, const char* caseName, const char* description, glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) argument
655 createVectorSubscriptCase(Context& context, const char* caseName, const char* description, glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, VectorAccessType writeAccess, VectorAccessType readAccess) argument
918 createMatrixSubscriptCase(Context& context, const char* caseName, const char* description, glu::GLSLVersion glslVersion, bool isVertexCase, DataType varType, IndexAccessType writeAccess, IndexAccessType readAccess) argument
1094 ShaderIndexingTests(Context& context, glu::GLSLVersion glslVersion) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp57 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType()); local
60 specializationMap["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glslVersion);
H A Des31fBasicComputeShaderTests.cpp93 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
96 src << getGLSLVersionDeclaration(glslVersion) << "\n"
132 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
135 src << getGLSLVersionDeclaration(glslVersion) << "\n"
254 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
257 src << getGLSLVersionDeclaration(glslVersion) << "\n"
378 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
381 src << getGLSLVersionDeclaration(glslVersion) << "\n"
482 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
485 src << getGLSLVersionDeclaration(glslVersion) << "\
613 const GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType()); local
[all...]
H A Des31fNegativeShaderDirectiveTests.cpp505 void executeAccessingBoundingBoxType (NegativeTestContext& ctx, const std::string builtInTypeName, glu::GLSLVersion glslVersion) argument
512 if (glslVersion == glu::GLSL_VERSION_310_ES)
518 else if (glslVersion >= glu::GLSL_VERSION_320_ES)
H A Des31fPrimitiveBoundingBoxTests.cpp126 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType()); local
129 specializationMap["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glslVersion);
H A Des31fSynchronizationTests.cpp117 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType()); local
120 specializationMap["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glslVersion);
H A Des31fProgramInterfaceQueryTests.cpp214 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType()); local
217 specializationMap["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glslVersion);
1692 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType());
1696 shader = m_program->addShader(glu::SHADERTYPE_COMPUTE, glslVersion);
2173 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType());
2176 shader = m_program->addShader(glu::SHADERTYPE_COMPUTE, glslVersion);
2717 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(m_context.getRenderContext().getType());
2733 m_program->addShader((glu::ShaderType)shaderType, glslVersion)->getDefaultBlock().variables.push_back(atomicVar);
2735 m_program->addShader((glu::ShaderType)shaderType, glslVersion);
2874 glu::GLSLVersion glslVersion
[all...]
H A Des31fProgramStateQueryTests.cpp67 const glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(context.getRenderContext().getType()); local
70 specializationMap["GLSL_VERSION_DECL"] = glu::getGLSLVersionDeclaration(glslVersion);
/external/deqp/modules/glshared/
H A DglsLongStressTestUtil.cpp82 ProgramLibrary::ProgramLibrary (const glu::GLSLVersion glslVersion) argument
83 : m_glslVersion (glslVersion)
85 DE_ASSERT(glslVersion == glu::GLSL_VERSION_100_ES || glslVersion == glu::GLSL_VERSION_300_ES);
H A DglsFragmentOpUtil.cpp110 static const char* getVertSrc (glu::GLSLVersion glslVersion) argument
112 if (glslVersion == glu::GLSL_VERSION_100_ES)
114 else if (glslVersion == glu::GLSL_VERSION_300_ES)
116 else if (glslVersion == glu::GLSL_VERSION_330)
123 static const char* getFragSrc (glu::GLSLVersion glslVersion) argument
125 if (glslVersion == glu::GLSL_VERSION_100_ES)
127 else if (glslVersion == glu::GLSL_VERSION_300_ES)
129 else if (glslVersion == glu::GLSL_VERSION_330)
136 QuadRenderer::QuadRenderer (const glu::RenderContext& context, glu::GLSLVersion glslVersion) argument
142 , m_blendFuncExt (!glu::glslVersionIsES(glslVersion)
[all...]
H A DglsRandomUniformBlockCase.cpp41 glu::GLSLVersion glslVersion,
47 : UniformBlockCase (testCtx, renderCtx, name, description, glslVersion, bufferMode)
39 RandomUniformBlockCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, glu::GLSLVersion glslVersion, const char* name, const char* description, BufferMode bufferMode, deUint32 features, deUint32 seed) argument
H A DglsTextureTestUtil.cpp66 ProgramLibrary::ProgramLibrary (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) argument
69 , m_glslVersion (glslVersion)
280 TextureRenderer::TextureRenderer (const glu::RenderContext& context, tcu::TestLog& log, glu::GLSLVersion glslVersion, glu::Precision texCoordPrecision) argument
283 , m_programLibrary (context, log, glslVersion, texCoordPrecision)
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayETC2Support.cpp167 glu::GLSLVersion glslVersion = glu::getContextTypeGLSLVersion(contextType); local
168 std::string shaderSource(glu::getGLSLVersionDeclaration(glslVersion));
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferSparseResidency.cpp67 const glu::GLSLVersion glslVersion,
85 const glu::GLSLVersion glslVersion,
90 , m_glslVersion (glslVersion)
81 BufferSparseResidencyCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) argument
H A DvktSparseResourcesBufferMemoryAliasing.cpp86 const glu::GLSLVersion glslVersion,
102 const glu::GLSLVersion glslVersion,
106 , m_glslVersion (glslVersion)
98 BufferSparseMemoryAliasingCase(tcu::TestContext& testCtx, const std::string& name, const std::string& description, const deUint32 bufferSize, const glu::GLSLVersion glslVersion, const bool useDeviceGroups) argument
/external/deqp/external/openglcts/modules/gles31/
H A Des31cSampleShadingTests.cpp79 SampleShadingApiCaseGroup(Context& context, glu::GLSLVersion glslVersion) argument
80 : TestCaseGroup(context, "api", "Basic API verification"), m_glslVersion(glslVersion)
93 SampleShadingApiCase(Context& context, glu::GLSLVersion glslVersion);
106 SampleShadingApiCaseGroup::SampleShadingApiCase::SampleShadingApiCase(Context& context, glu::GLSLVersion glslVersion) argument
107 : TestCase(context, "verify", ""), m_glslVersion(glslVersion)
109 DE_ASSERT(glslVersion == glu::GLSL_VERSION_310_ES || glslVersion >= glu::GLSL_VERSION_400);
169 SampleShadingRenderCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion,
201 glu::GLSLVersion glslVersion, GLenum internalFormat,
206 , m_glslVersion(glslVersion)
200 SampleShadingRenderCase(Context& context, const char* name, const char* description, glu::GLSLVersion glslVersion, GLenum internalFormat, tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLfloat min, GLfloat max, const char* extension, GLfloat sampleShading) argument
495 SampleShadingRenderFormatTests(Context& context, glu::GLSLVersion glslVersion, GLenum internalFormat, const char* format, tcu::TextureFormat const& texFormat, const char* sampler, const char* outType, GLfloat min, GLfloat max, const char* extension) argument
547 SampleShadingRenderTests(Context& context, glu::GLSLVersion glslVersion) argument
580 SampleShadingTests(Context& context, glu::GLSLVersion glslVersion) argument
[all...]
/external/deqp/external/openglcts/modules/glesext/
H A DesextcTestCaseBase.hpp94 glu::GLSLVersion glslVersion; member in struct:glcts::ExtParameters
97 ExtParameters(glu::GLSLVersion _glslVersion, ExtensionType _extType) : glslVersion(_glslVersion), extType(_extType)

Completed in 454 milliseconds

12