Searched refs:max_uniform_location (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c176 unsigned max_uniform_location; member in struct:nir_link_uniforms_state
447 state->max_uniform_location < uniform->remap_location + entries)
448 state->max_uniform_location = uniform->remap_location + entries;
523 prog->NumUniformRemapTable = state.max_uniform_location;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.7.rst58 - glsl/nir: Avoid overflow when setting max_uniform_location
H A D19.2.0.rst157 - glsl/nir: Avoid overflow when setting max_uniform_location
H A D19.3.0.rst646 - glsl/nir: Avoid overflow when setting max_uniform_location
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dgl_nir_link_uniforms.c605 unsigned max_uniform_location; member in struct:nir_link_uniforms_state
1476 state->max_uniform_location < uniform->remap_location + entries)
1477 state->max_uniform_location = uniform->remap_location + entries;
1870 prog->NumUniformRemapTable = state.max_uniform_location;

Completed in 10 milliseconds