Lines Matching refs:ShaderInterface
579 struct ShaderInterface
581 ShaderInterface(Shader::STAGES stage);
643 ShaderInterface& GetShaderInterface(Shader::STAGES stage);
644 const ShaderInterface& GetShaderInterface(Shader::STAGES stage) const;
664 ShaderInterface m_compute;
665 ShaderInterface m_vertex;
666 ShaderInterface m_tess_ctrl;
667 ShaderInterface m_tess_eval;
668 ShaderInterface m_geometry;
669 ShaderInterface m_fragment;
1172 virtual void prepareSSBs(glw::GLuint test_case_index, Utils::ShaderInterface& si, Utils::Program& program,
1182 virtual void prepareUniforms(glw::GLuint test_case_index, Utils::ShaderInterface& si, Utils::Program& program,
2650 const glw::GLchar* interpolation, Utils::ShaderInterface& si,