Searched refs:ac_build_ballot (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 478 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_ballot() function 526 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() 527 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_all() 533 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_any() 540 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() 541 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_eq() 4079 result = ac_build_ballot(ctx, src); in ac_build_inclusive_scan() 4102 result = ac_build_ballot(ctx, src); in ac_build_exclusive_scan()
|
D | ac_llvm_build.h | 182 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
|
D | ac_nir_to_llvm.c | 3057 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation() 3564 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
|