Searched refs:emit_bcsel (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_nir_to_llvm.c | 240 static LLVMValueRef emit_bcsel(struct ac_llvm_context *ctx, LLVMValueRef src0, LLVMValueRef src1, in emit_bcsel() function 1088 result = emit_bcsel(&ctx->ac, src[0], src[1], src[2]); in visit_alu()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 1125 emit_bcsel(isel_context* ctx, nir_alu_instr* instr, Temp dst) 2511 emit_bcsel(ctx, instr, dst);
|
Completed in 22 milliseconds