Searched refs:max_mask (Results 1 – 4 of 4) sorted by relevance
/third_party/libevdev/libevdev/ |
D | libevdev-int.h | 280 #define max_mask(uc, lc) \ macro 292 max_mask(ABS, abs); in type_to_mask_const() 293 max_mask(REL, rel); in type_to_mask_const() 294 max_mask(KEY, key); in type_to_mask_const() 295 max_mask(LED, led); in type_to_mask_const() 296 max_mask(MSC, msc); in type_to_mask_const() 297 max_mask(SW, sw); in type_to_mask_const() 298 max_mask(FF, ff); in type_to_mask_const() 299 max_mask(REP, rep); in type_to_mask_const() 300 max_mask(SND, snd); in type_to_mask_const() [all …]
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir_soa.c | 1972 LLVMValueRef max_mask = lp_build_cmp(int_bld, PIPE_FUNC_LESS, in clamp_mask_to_max_output_vertices() local 1976 return LLVMBuildAnd(builder, current_mask_vec, max_mask, ""); in clamp_mask_to_max_output_vertices()
|
D | lp_bld_tgsi_soa.c | 3956 LLVMValueRef max_mask = lp_build_cmp(int_bld, PIPE_FUNC_LESS, in clamp_mask_to_max_output_vertices() local 3960 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);
|