Searched refs:max_mask (Results 1 – 4 of 4) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev-int.h | 297 #define max_mask(uc, lc) \ macro 309 max_mask(ABS, abs); in type_to_mask_const() 310 max_mask(REL, rel); in type_to_mask_const() 311 max_mask(KEY, key); in type_to_mask_const() 312 max_mask(LED, led); in type_to_mask_const() 313 max_mask(MSC, msc); in type_to_mask_const() 314 max_mask(SW, sw); in type_to_mask_const() 315 max_mask(FF, ff); in type_to_mask_const() 316 max_mask(REP, rep); in type_to_mask_const() 317 max_mask(SND, snd); in type_to_mask_const() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 1767 LLVMValueRef max_mask = lp_build_cmp(int_bld, PIPE_FUNC_LESS, in clamp_mask_to_max_output_vertices() local 1771 return LLVMBuildAnd(builder, current_mask_vec, max_mask, ""); in clamp_mask_to_max_output_vertices()
|
D | lp_bld_tgsi_soa.c | 3949 LLVMValueRef max_mask = lp_build_cmp(int_bld, PIPE_FUNC_LESS, in clamp_mask_to_max_output_vertices() local 3953 return LLVMBuildAnd(builder, current_mask_vec, max_mask, ""); in clamp_mask_to_max_output_vertices()
|
/third_party/pulseaudio/vala/ |
D | libpulse.vapi | 303 public Volume max_mask(ChannelMap map, ChannelPositionMask mask);
|