Searched refs:element_loc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c74 unsigned element_loc = uniform->remap_location + j; local in function:nir_setup_uniform_remap_tables
75 prog->UniformRemapTable[element_loc] = uniform;
125 unsigned element_loc = uniform->remap_location + j; local in function:nir_setup_uniform_remap_tables
126 prog->UniformRemapTable[element_loc] = uniform;
H A Dlink_uniforms.cpp1212 unsigned element_loc = local in function:link_setup_uniform_remap_tables
1214 assert(prog->UniformRemapTable[element_loc] ==
1216 prog->UniformRemapTable[element_loc] =
1309 unsigned element_loc = local in function:link_setup_uniform_remap_tables
1311 assert(p->sh.SubroutineUniformRemapTable[element_loc] ==
1313 p->sh.SubroutineUniformRemapTable[element_loc] =
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlink_uniforms.cpp1445 unsigned element_loc = local in function:link_setup_uniform_remap_tables
1447 assert(prog->UniformRemapTable[element_loc] ==
1449 prog->UniformRemapTable[element_loc] =
1542 unsigned element_loc = local in function:link_setup_uniform_remap_tables
1544 assert(p->sh.SubroutineUniformRemapTable[element_loc] ==
1546 p->sh.SubroutineUniformRemapTable[element_loc] =
H A Dgl_nir_link_uniforms.c227 unsigned element_loc = uniform->remap_location + j; local in function:nir_setup_uniform_remap_tables
228 prog->UniformRemapTable[element_loc] = uniform;
288 unsigned element_loc = uniform->remap_location + j; local in function:nir_setup_uniform_remap_tables
289 prog->UniformRemapTable[element_loc] = uniform;
332 unsigned element_loc = local in function:nir_setup_uniform_remap_tables
334 p->sh.SubroutineUniformRemapTable[element_loc] =

Completed in 9 milliseconds