Searched refs:subroutine_index (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_subroutine.cpp | 91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); in visit_leave()
|
D | ir_clone.cpp | 273 copy->subroutine_index = this->subroutine_index; in clone()
|
D | glsl_parser_extras.cpp | 1907 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()
|
D | linker.cpp | 4540 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()
|
D | ir.h | 1362 int subroutine_index; variable
|
D | ir.cpp | 1868 this->subroutine_index = -1; in ir_function()
|
D | ast_to_hir.cpp | 6024 f->subroutine_index = qual_index; in hir()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderSubroutineTests.cpp | 6102 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()
|
D | gl4cShaderSubroutineTests.hpp | 724 bool testImageDraw(glw::GLuint subroutine_index, Utils::texture& left, Utils::texture& right,
|