Searched refs:ac_build_ballot (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h155 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
H A Dac_llvm_build.c440 ac_build_ballot(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
483 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1);
484 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
491 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
499 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1);
500 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
3776 result = ac_build_ballot(ctx, src);
3801 result = ac_build_ballot(ctx, src);
H A Dac_nir_to_llvm.c2859 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1);
3138 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0]));
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_build.c478 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value) function in typeref:typename:LLVMValueRef
526 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1);
527 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
533 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
540 LLVMValueRef active_set = ac_build_ballot(ctx, ctx->i32_1);
541 LLVMValueRef vote_set = ac_build_ballot(ctx, value);
4079 result = ac_build_ballot(ctx, src);
4102 result = ac_build_ballot(ctx, src);
H A Dac_llvm_build.h182 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
H A Dac_nir_to_llvm.c3057 LLVMValueRef active_set = ac_build_ballot(&ctx->ac, ctx->ac.i32_1);
3564 result = ac_build_ballot(&ctx->ac, get_src(ctx, instr->src[0]));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c4138 tmp = ac_build_ballot(&ctx->ac, tmp);

Completed in 41 milliseconds