Home
last modified time | relevance | path

Searched refs:mod_mask (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
H A Dagx_opcodes.py228 mod_mask = 0 if is_float else (0x3 << 26) | (0x3 << 38) variable
233 mask = 0x7F | (0x3 << 9) | mod_mask | (0x3 << 44)
/third_party/libinput/src/
H A Devdev-mt-touchpad.h481 unsigned long mod_mask[NLONGS(KEY_CNT)]; member
H A Devdev-mt-touchpad.c2311 long_clear_bit(tp->dwt.mod_mask, key); in tp_keyboard_event()
2325 long_set_bit(tp->dwt.mod_mask, key); in tp_keyboard_event()
2335 if (long_any_bit_set(tp->dwt.mod_mask, in tp_keyboard_event()
2336 ARRAY_LENGTH(tp->dwt.mod_mask))) in tp_keyboard_event()

Completed in 8 milliseconds