Searched refs:emit_bcsel (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_nir_to_llvm.c | 269 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 D | ac_nir_to_llvm.c | 237 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 D | aco_instruction_selection.cpp | 1080 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 D | 19.1.0.rst | 4526 - ac/nir_to_llvm: add assert to emit_bcsel()
|
Completed in 39 milliseconds