Searched refs:ac_build_ballot (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/amd/common/ |
D | ac_llvm_build.c | 365 ac_build_ballot(struct ac_llvm_context *ctx, in ac_build_ballot() function 393 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_all() 394 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_all() 401 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_any() 409 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1); in ac_build_vote_eq() 410 LLVMValueRef vote_set = ac_build_ballot(ctx, value); in ac_build_vote_eq()
|
D | ac_llvm_build.h | 129 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
|
D | ac_nir_to_llvm.c | 4319 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_shader.c | 4242 tmp = ac_build_ballot(&ctx->ac, tmp); in ballot_emit()
|