Home
last modified time | relevance | path

Searched refs:SubroutineUniformRemapTable (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlinker_util.cpp384 if (p->sh.SubroutineUniformRemapTable[j] == INACTIVE_UNIFORM_EXPLICIT_LOCATION) in link_util_calculate_subroutine_compat()
387 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[j]; in link_util_calculate_subroutine_compat()
Dgl_nir_link_uniforms.c332 p->sh.SubroutineUniformRemapTable[element_loc] = in nir_setup_uniform_remap_tables()
365 p->sh.SubroutineUniformRemapTable = in nir_setup_uniform_remap_tables()
367 p->sh.SubroutineUniformRemapTable, in nir_setup_uniform_remap_tables()
372 p->sh.SubroutineUniformRemapTable[p->sh.NumSubroutineUniformRemapTable + k] = in nir_setup_uniform_remap_tables()
Dgl_nir_linker.c2986 p->sh.SubroutineUniformRemapTable = in reserve_subroutine_explicit_locations()
2987 reralloc(p, p->sh.SubroutineUniformRemapTable, in reserve_subroutine_explicit_locations()
2991 if (!p->sh.SubroutineUniformRemapTable) { in reserve_subroutine_explicit_locations()
2998 p->sh.SubroutineUniformRemapTable[i] = NULL; in reserve_subroutine_explicit_locations()
3007 if (p->sh.SubroutineUniformRemapTable[loc] == INACTIVE_UNIFORM_EXPLICIT_LOCATION) { in reserve_subroutine_explicit_locations()
3024 p->sh.SubroutineUniformRemapTable[loc] = INACTIVE_UNIFORM_EXPLICIT_LOCATION; in reserve_subroutine_explicit_locations()
Dserialize.cpp631 sh->Program->sh.SubroutineUniformRemapTable); in write_uniform_remap_tables()
685 glprog->sh.SubroutineUniformRemapTable = in read_uniform_remap_tables()
/external/mesa3d/src/mesa/main/
Dshader_types.h562 struct gl_uniform_storage **SubroutineUniformRemapTable; member
Dshaderapi.c3027 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_UniformSubroutinesuiv()
3756 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_shader_write_subroutine_index()
3799 struct gl_uniform_storage *uni = p->sh.SubroutineUniformRemapTable[i]; in _mesa_program_init_subroutine_defaults()