Searched refs:subroutine_index (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/mesa3d/src/compiler/glsl/ |
H A D | ir_clone.cpp | 273 copy->subroutine_index = this->subroutine_index; in clone()
|
H A D | lower_subroutine.cpp | 91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); in visit_leave()
|
H A D | gl_nir_linker.c | 2227 assert(fn->subroutine_index != -1); in link_assign_subroutine_types() 2251 p->sh.SubroutineFunctions[j].index == fn->subroutine_index) { in link_assign_subroutine_types() 2258 fn->subroutine_index; in link_assign_subroutine_types() 2260 if (fn->subroutine_index > (int)p->sh.MaxSubroutineFunctionIndex) in link_assign_subroutine_types() 2261 p->sh.MaxSubroutineFunctionIndex = fn->subroutine_index; in link_assign_subroutine_types()
|
H A D | glsl_parser_extras.cpp | 2204 while (state->subroutines[j]->subroutine_index == -1) { in assign_subroutine_indexes() 2206 if (state->subroutines[k]->subroutine_index == index) in assign_subroutine_indexes() 2209 state->subroutines[j]->subroutine_index = index; in assign_subroutine_indexes()
|
H A D | ir.h | 1422 int subroutine_index; variable
|
H A D | glsl_to_nir.cpp | 653 func->subroutine_index = ir->function()->subroutine_index; in create_function()
|
H A D | ir.cpp | 2197 this->subroutine_index = -1; in ir_function()
|
H A D | ast_to_hir.cpp | 6426 f->subroutine_index = qual_index; in hir()
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_clone.c | 700 nfxn->subroutine_index = fxn->subroutine_index; in nir_function_clone()
|
H A D | nir_serialize.c | 1970 blob_write_uint32(ctx->blob, fxn->subroutine_index); in write_function() 2003 fxn->subroutine_index = blob_read_uint32(ctx->blob); in read_function()
|
H A D | nir.c | 506 func->subroutine_index = 0; in nir_function_create()
|
H A D | nir.h | 3658 int subroutine_index; member
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cShaderSubroutineTests.cpp | 6110 bool FunctionalTest12::testAtomicDraw(GLuint subroutine_index, const GLuint expected_results[3]) co… in testAtomicDraw() argument 6115 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testAtomicDraw() 6314 bool FunctionalTest12::testImageDraw(GLuint subroutine_index, Utils::texture &left, Utils::texture … in testImageDraw() argument 6320 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testImageDraw() 6513 bool FunctionalTest12::testSSBODraw(GLuint subroutine_index, const GLuint expected_results[4]) const in testSSBODraw() argument 6518 gl.uniformSubroutinesuiv(GL_FRAGMENT_SHADER, 1, &subroutine_index); in testSSBODraw()
|
H A D | gl4cShaderSubroutineTests.hpp | 724 bool testImageDraw(glw::GLuint subroutine_index, Utils::texture &left, Utils::texture &right,
|