Home
last modified time | relevance | path

Searched refs:program_interface (Results 1 – 4 of 4) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cEnhancedLayoutsTests.hpp978 bool checkProgramInterface(const ProgramInterface& program_interface, Program& program, std::string…
1144 …l void getProgramInterface(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1150 …ing getVerificationSnippet(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1156 …ual void prepareAttributes(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1159 …al void prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_interface);
1161 …l void prepareFragmentDataLoc(Utils::Program& program, Utils::ProgramInterface& program_interface);
1170 virtual void prepareSSBs(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1173 virtual void prepareSSBs(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1180 …rtual void prepareUniforms(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
1183 …rtual void prepareUniforms(glw::GLuint test_case_index, Utils::ProgramInterface& program_interface,
[all …]
Dgl4cEnhancedLayoutsTests.cpp1316 bool checkProgramStage(Program& program, const ProgramInterface& program_interface, Utils::Shader::… in checkProgramStage() argument
1322 const ShaderInterface& interface = program_interface.GetShaderInterface(stage); in checkProgramStage()
1393 …checkMonolithicComputeProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicComputeProgramInterface() argument
1398 …if (false == checkProgramStage(program, program_interface, Shader::COMPUTE, false, false, true, tr… in checkMonolithicComputeProgramInterface()
1415 …ol checkMonolithicDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkMonolithicDrawProgramInterface() argument
1420 …if (false == checkProgramStage(program, program_interface, Shader::VERTEX, true, false, true, true… in checkMonolithicDrawProgramInterface()
1437 bool checkSeparableDrawProgramInterface(Program& program, const ProgramInterface& program_interface, in checkSeparableDrawProgramInterface() argument
1442 if (false == checkProgramStage(program, program_interface, stage, true, true, true, true, stream)) in checkSeparableDrawProgramInterface()
6317 …estBase::prepareAttribLocation(Utils::Program& program, Utils::ProgramInterface& program_interface) in test() argument
6319 Utils::ShaderInterface& si = program_interface.GetShaderInterface(Utils::Shader::VERTEX); in test()
[all …]
Dgl4cShaderSubroutineTests.hpp269 static const glw::GLchar* programInterfaceToStr(glw::GLenum program_interface);
422 glw::GLenum program_interface; member
430 …bool checkProgramResourceiv(glw::GLuint program_id, glw::GLenum program_interface, glw::GLenum pro…
433 …bool checkProgramInterfaceiv(glw::GLuint program_id, glw::GLenum program_interface, glw::GLenum pn…
439 glw::GLuint getProgramResourceIndex(glw::GLuint program_id, glw::GLenum program_interface,
Dgl4cShaderSubroutineTests.cpp1308 const GLchar* Utils::programInterfaceToStr(glw::GLenum program_interface) in programInterfaceToStr() argument
1312 switch (program_interface) in programInterfaceToStr()
3077 bool FunctionalTest3_4::checkProgramResourceiv(GLuint program_id, GLenum program_interface, GLenum … in checkProgramResourceiv() argument
3081 GLuint index = gl.getProgramResourceIndex(program_id, program_interface, resource_name); in checkProgramResourceiv()
3089 gl.getProgramResourceiv(program_id, program_interface, index, 1, &pname, 1, 0, &value); in checkProgramResourceiv()
3096 << "Program interface: " << Utils::programInterfaceToStr(program_interface) << ". " in checkProgramResourceiv()
3119 bool FunctionalTest3_4::checkProgramInterfaceiv(GLuint program_id, GLenum program_interface, GLenum… in checkProgramInterfaceiv() argument
3125 gl.getProgramInterfaceiv(program_id, program_interface, pname, &value); in checkProgramInterfaceiv()
3132 << "Program interface: " << Utils::programInterfaceToStr(program_interface) << ". " in checkProgramInterfaceiv()
3188 GLuint FunctionalTest3_4::getProgramResourceIndex(GLuint program_id, GLenum program_interface, in getProgramResourceIndex() argument
[all …]