Searched refs:emit_b2f (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_nir.c305 static LLVMValueRef emit_b2f(struct lp_build_nir_context *bld_base, function in typeref:typename:LLVMValueRef
581 result = emit_b2f(bld_base, src[0], 16);
584 result = emit_b2f(bld_base, src[0], 32);
587 result = emit_b2f(bld_base, src[0], 64);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_nir_to_llvm.c306 static LLVMValueRef emit_b2f(struct ac_llvm_context *ctx, function in typeref:typename:LLVMValueRef
942 result = emit_b2f(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);
/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_nir_to_llvm.c276 static LLVMValueRef emit_b2f(struct ac_llvm_context *ctx, LLVMValueRef src0, unsigned bitsize) function in typeref:typename:LLVMValueRef
1065 result = emit_b2f(&ctx->ac, src[0], instr->dest.dest.ssa.bit_size);

Completed in 19 milliseconds