Home
last modified time | relevance | path

Searched defs:GlslSource (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkShaderProgram.hpp105 struct GlslSource struct
107 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_GLSL;
108 std::vector<std::string> sources[glu::SHADERTYPE_LAST];
109 ShaderBuildOptions buildOptions;
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp160 struct GlslSource struct
162 std::vector<std::string> sources[glu::SHADERTYPE_LAST];
164 GlslSource& operator<< (const glu::ShaderSource& shaderSource) in operator <<()