Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dmir_promote_uniforms.c137 unsigned last = BITSET_LAST_BIT_SIZED(uses, BITSET_WORDS(MAX_UBO_QWORDS));
/third_party/mesa3d/src/util/
Dbitset.h327 #define BITSET_LAST_BIT_SIZED(x, size) __bitset_last_bit(x, size) macro
/third_party/mesa3d/src/compiler/glsl/
Dgl_nir_link_uniforms.c139 max_array_size = MAX2(BITSET_LAST_BIT_SIZED(ainfo->indices, words), in update_array_sizes()
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst1553 - util/panfrost/glsl: rename BITSET_LAST_BIT to BITSET_LAST_BIT_SIZED