Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/llvm/
Dac_llvm_build.c437 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value) in ac_build_ballot() function
491 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all()
492 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_all()
498 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_any()
505 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq()
506 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_eq()
3996 result = ac_build_ballot(ctx, src); in ac_build_inclusive_scan()
4019 result = ac_build_ballot(ctx, src); in ac_build_exclusive_scan()
Dac_llvm_build.h179 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_nir_to_llvm.c2862 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1); in visit_first_invocation()
3275 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()