Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkShaderProgram.hpp109 struct GlslSource struct
111 static const ShaderLanguage shaderLanguage = SHADER_LANGUAGE_GLSL;
112 std::vector<std::string> sources[glu::SHADERTYPE_LAST];
113 ShaderBuildOptions buildOptions;
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.hpp189 struct GlslSource struct
191 std::vector<std::string> sources[glu::SHADERTYPE_LAST];
193 GlslSource &operator<<(const glu::ShaderSource &shaderSource) in operator <<()