Searched refs:max_uniform_location (Results 1 – 4 of 4) sorted by relevance
58 - glsl/nir: Avoid overflow when setting max_uniform_location
157 - glsl/nir: Avoid overflow when setting max_uniform_location
646 - glsl/nir: Avoid overflow when setting max_uniform_location
605 unsigned max_uniform_location; member1472 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()