Home
last modified time | relevance | path

Searched refs:ac_build_ballot (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/amd/llvm/
Dac_llvm_build.c478 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()
Dac_llvm_build.h182 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_nir_to_llvm.c3057 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()