Home
last modified time | relevance | path

Searched refs:BITSET_COUNT (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_nir_optim.c174 if (BITSET_COUNT(shader->info.textures_used) == 0 || in si_nir_is_output_const_if_tex_is_const()
/third_party/mesa3d/src/util/
Dbitset.h257 #define BITSET_COUNT(x) \ macro
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.c351 if (BITSET_COUNT(m.bitset)) { in find_bitset()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dagx_pipe.c525 BITSET_COUNT(batch->bo_list) + in agx_flush()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst367 - util/bitset: Add BITSET_COUNT helper