Searched refs:ac_build_ballot (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_llvm_build.h | 155 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
|
| H A D | ac_llvm_build.c | 440 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 D | ac_nir_to_llvm.c | 2859 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 D | ac_llvm_build.c | 478 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 D | ac_llvm_build.h | 182 LLVMValueRef ac_build_ballot(struct ac_llvm_context *ctx, LLVMValueRef value);
|
| H A D | ac_nir_to_llvm.c | 3057 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 D | si_shader.c | 4138 tmp = ac_build_ballot(&ctx->ac, tmp);
|
Completed in 41 milliseconds