Home
last modified time | relevance | path

Searched refs:bitmask_t (Results 1 – 7 of 7) sorted by relevance

/third_party/mtdev/src/
Dcore.c86 bitmask_t touch) in solve()
122 struct mtdev_slot *data, bitmask_t *prop, in assign_tracking_id()
123 int size, bitmask_t touch) in assign_tracking_id()
157 struct mtdev_slot *data, bitmask_t *prop) in process_typeA()
228 struct mtdev_slot *data, bitmask_t prop, in filter_data()
249 const struct mtdev_slot *data, bitmask_t prop, in push_slot_changes()
289 struct mtdev_slot *data, const bitmask_t *prop, in apply_typeA_changes()
292 bitmask_t unused = ~state->used; in apply_typeA_changes()
293 bitmask_t used = 0; in apply_typeA_changes()
317 bitmask_t tprop = BITMASK(mtdev_abs2mt(ABS_MT_TRACKING_ID)); in apply_typeA_changes()
[all …]
Dstate.h83 bitmask_t used;
84 bitmask_t slot;
85 bitmask_t lastid;
Dcommon.h47 typedef unsigned int bitmask_t; typedef
/third_party/mesa3d/src/compiler/isaspec/
Ddecode.h103 bitmask_t val; /* if type==ASSERT */
142 bitmask_t match;
143 bitmask_t dontcare;
144 bitmask_t mask;
Ddecode.c80 bitmask_t val;
251 push_scope(struct decode_state *state, const struct isa_bitset *bitset, bitmask_t val) in push_scope()
309 bitmask_t val) in find_bitset()
319 bitmask_t m = { 0 }; in find_bitset()
320 bitmask_t not_dontcare; in find_bitset()
348 bitmask_t m = { 0 }; in find_bitset()
400 static bitmask_t
403 bitmask_t val, mask; in extract_field()
432 bitmask_t val; in find_display()
462 display_bitset_field(struct decode_scope *scope, const struct isa_field *field, bitmask_t val) in display_bitset_field()
[all …]
/third_party/mesa3d/src/freedreno/isa/
Dencode.c342 const bitmask_t encoded = encode__instruction(&s, NULL, instr); in isa_assemble()
/third_party/mesa3d/docs/relnotes/
D21.3.0.rst850 - freedreno/isa: add bitmask_t to encode.py
856 - freedreno/isa: decode: switch bitmask_t to BITSET_WORD's
857 - freedreno/isa: encode: switch bitmask_t to BITSET_WORD's