Home
last modified time | relevance | path

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

/third_party/glfw/src/
Dwl_platform.h140 xkb_mod_mask_t shift_mask; member
Dwl_init.c221 _glfw.wl.xkb.shift_mask = in keyboardHandleKeymap()
329 if (mask & _glfw.wl.xkb.shift_mask) in keyboardHandleModifiers()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dcharconv.cc387 const uint128 shift_mask = (uint128(1) << shift) - 1; in ShiftRightAndRound() local
390 const uint128 shifted_bits = value & shift_mask; in ShiftRightAndRound()
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c2115 SpvId shift_mask = get_ivec_constant(ctx, shift_bit_size, num_components, bit_size - 1); \ in emit_alu()
2116 SpvId shift_count = emit_binop(ctx, SpvOpBitwiseAnd, shift_type, src[1], shift_mask); \ in emit_alu()