Home
last modified time | relevance | path

Searched refs:max_uniform_location (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/docs/relnotes/
D19.1.7.rst58 - glsl/nir: Avoid overflow when setting max_uniform_location
D19.2.0.rst157 - glsl/nir: Avoid overflow when setting max_uniform_location
D19.3.0.rst646 - glsl/nir: Avoid overflow when setting max_uniform_location
/external/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c605 unsigned max_uniform_location; member
1472 state->max_uniform_location < uniform->remap_location + entries) in nir_link_uniform()
1473 state->max_uniform_location = uniform->remap_location + entries; in nir_link_uniform()
1866 prog->NumUniformRemapTable = state.max_uniform_location; in gl_nir_link_uniforms()