Searched refs:emit_bcsel (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c269 static LLVMValueRef emit_bcsel(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
922 result = emit_bcsel(&ctx->ac, src[0], src[1], src[2]);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c237 static LLVMValueRef emit_bcsel(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1, function in typeref:typename:LLVMValueRef
1045 result = emit_bcsel(&ctx->ac, src[0], src[1], src[2]);
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_instruction_selection.cpp1080 emit_bcsel(isel_context* ctx, nir_alu_instr* instr, Temp dst) function in namespace:aco::__anon562fcc110110
2173 emit_bcsel(ctx, instr, dst);
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst4526 - ac/nir_to_llvm: add assert to emit_bcsel()

Completed in 39 milliseconds