Home
last modified time | relevance | path

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

/third_party/libevdev/libevdev/
H A Dlibevdev-int.h280 #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(SN in type_to_mask_const()
332 #undef max_mask global() macro
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi_soa.c3956 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()
H A Dlp_bld_nir_soa.c1972 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()

Completed in 13 milliseconds