Home
last modified time | relevance | path

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

/external/mesa3d/src/amd/common/
Dac_llvm_build.c365 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()
Dac_llvm_build.h129 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
Dac_nir_to_llvm.c4319 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0])); in visit_intrinsic()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c4242 tmp = ac_build_ballot(&ctx->ac, tmp); in ballot_emit()