Home
last modified time | relevance | path

Searched refs:foreach_bit (Results 1 – 9 of 9) sorted by relevance

/third_party/mtdev/src/
Dcore.c102 foreach_bit(i, touch) { in solve()
127 foreach_bit(i, state->used) { in assign_tracking_id()
232 foreach_bit(i, prop) { in filter_data()
254 foreach_bit(i, prop) in push_slot_changes()
268 foreach_bit(i, prop) { in push_slot_changes()
297 foreach_bit(slot, state->used) { in apply_typeA_changes()
315 foreach_bit(slot, state->used & ~used) { in apply_typeA_changes()
Dcommon.h84 #define foreach_bit(i, m) \ macro
/third_party/mesa3d/src/amd/
D.clang-format55 - foreach_bit
/third_party/mesa3d/src/gallium/drivers/i915/
D.clang-format66 - foreach_bit
/third_party/mesa3d/src/gallium/drivers/freedreno/
D.clang-format78 - foreach_bit
/third_party/mesa3d/src/freedreno/
D.clang-format78 - foreach_bit
/third_party/mesa3d/src/amd/compiler/
D.clang-format61 - foreach_bit
/third_party/mesa3d/docs/relnotes/
D21.1.0.rst4119 - radv: for_each_bit -> foreach_bit
4120 - freedreno/vulkan: for_each_bit -> foreach_bit
4121 - anv: for_each_bit -> foreach_bit
4896 - freedreno/ir3: Drop foreach_bit() macro
4897 - freedreno: Drop foreach_bit() macro
4898 - etnaviv: Drop foreach_bit() macro
4899 - v3d: Drop foreach_bit() macro
D20.2.0.rst4140 - freedreno: make foreach_bit() declare it's cursor