Searched refs:ac_build_ballot (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 486 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_ballot() function 534 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() 535 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_all() 541 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_any() 548 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() 549 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_eq() 3843 result = ac_build_ballot(ctx, src); in ac_build_inclusive_scan() 3866 result = ac_build_ballot(ctx, src); in ac_build_exclusive_scan()
|
D | ac_llvm_build.h | 183 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
|
D | ac_nir_to_llvm.c | 3087 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation() 3590 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
|