Home
last modified time | relevance | path

Searched refs:subroutine_index (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_subroutine.cpp91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); in visit_leave()
Dir_clone.cpp273 copy->subroutine_index = this->subroutine_index; in clone()
Dglsl_parser_extras.cpp1907 while (state->subroutines[j]->subroutine_index == -1) { in assign_subroutine_indexes()
1909 if (state->subroutines[k]->subroutine_index == index) in assign_subroutine_indexes()
1912 state->subroutines[j]->subroutine_index = index; in assign_subroutine_indexes()
Dlinker.cpp4540 assert(fn->subroutine_index != -1); in link_assign_subroutine_types()
4563 p->sh.SubroutineFunctions[j].index == fn->subroutine_index) { in link_assign_subroutine_types()
4570 fn->subroutine_index; in link_assign_subroutine_types()
4572 if (fn->subroutine_index > (int)p->sh.MaxSubroutineFunctionIndex) in link_assign_subroutine_types()
4573 p->sh.MaxSubroutineFunctionIndex = fn->subroutine_index; in link_assign_subroutine_types()
Dir.h1362 int subroutine_index; variable
Dir.cpp1868 this->subroutine_index = -1; in ir_function()
Dast_to_hir.cpp6024 f->subroutine_index = qual_index; in hir()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp6102 bool FunctionalTest12::testAtomicDraw(GLuint subroutine_index, const GLuint expected_results[3]) co… in testAtomicDraw() argument
6107 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testAtomicDraw()
6306 bool FunctionalTest12::testImageDraw(GLuint subroutine_index, Utils::texture& left, Utils::texture&… in testImageDraw() argument
6312 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testImageDraw()
6508 bool FunctionalTest12::testSSBODraw(GLuint subroutine_index, const GLuint expected_results[4]) const in testSSBODraw() argument
6513 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testSSBODraw()
Dgl4cShaderSubroutineTests.hpp724 bool testImageDraw(glw::GLuint subroutine_index, Utils::texture& left, Utils::texture& right,