Searched refs:__gpu_ballot (Results 1 – 5 of 5) sorted by relevance
268 __active_mask = __gpu_ballot(__lane_mask, !__done)) { in __gpu_match_any_u32_impl()288 __active_mask = __gpu_ballot(__lane_mask, !__done)) { in __gpu_match_any_u64_impl()305 uint64_t __ballot = __gpu_ballot(__lane_mask, __x == __first); in __gpu_match_all_u32_impl()314 uint64_t __ballot = __gpu_ballot(__lane_mask, __x == __first); in __gpu_match_all_u64_impl()
116 _DEFAULT_FN_ATTRS static __inline__ uint64_t __gpu_ballot(uint64_t __lane_mask, in __gpu_ballot() function
121 _DEFAULT_FN_ATTRS static __inline__ uint64_t __gpu_ballot(uint64_t __lane_mask, in __gpu_ballot() function
83 return __gpu_ballot(lane_mask, x); in ballot()
234 return __gpu_ballot(lane_mask, x);