Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dir_clone.cpp273 copy->subroutine_index = this->subroutine_index; in clone()
H A Dlower_subroutine.cpp91 ir_constant *lc = new(mem_ctx)ir_constant(fn->subroutine_index); in visit_leave()
H A Dgl_nir_linker.c2227 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 Dglsl_parser_extras.cpp2204 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 Dir.h1422 int subroutine_index; variable
H A Dglsl_to_nir.cpp653 func->subroutine_index = ir->function()->subroutine_index; in create_function()
H A Dir.cpp2197 this->subroutine_index = -1; in ir_function()
H A Dast_to_hir.cpp6426 f->subroutine_index = qual_index; in hir()
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_clone.c700 nfxn->subroutine_index = fxn->subroutine_index; in nir_function_clone()
H A Dnir_serialize.c1970 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 Dnir.c506 func->subroutine_index = 0; in nir_function_create()
H A Dnir.h3658 int subroutine_index; member
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderSubroutineTests.cpp6110 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 Dgl4cShaderSubroutineTests.hpp724 bool testImageDraw(glw::GLuint subroutine_index, Utils::texture &left, Utils::texture &right,