Searched refs:ac_build_fmad (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/amd/llvm/
H A Dac_llvm_cull.c183 min = ac_build_fmad(ctx, bbox_min[chan], vp_scale[chan], vp_translate[chan]);
184 max = ac_build_fmad(ctx, bbox_max[chan], vp_scale[chan], vp_translate[chan]);
H A Dac_llvm_build.h447 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
H A Dac_llvm_build.c939 coords[2] = ac_build_fmad(ctx, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), coords[2]);
2449 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c3289 temp1 = ac_build_fmad(&ctx->ac, ddx_el, src_c0, interp_el);
3290 temp2 = ac_build_fmad(&ctx->ac, ddy_el, src_c1, temp1);
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_llvm_build.h547 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0,
H A Dac_llvm_build.c910 coords[2] = ac_build_fmad(ctx, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), coords[2]);
2515 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, function in typeref:typename:LLVMValueRef
H A Dac_nir_to_llvm.c3057 temp1 = ac_build_fmad(&ctx->ac, ddx_el, src_c0, interp_el);
3058 temp2 = ac_build_fmad(&ctx->ac, ddy_el, src_c1, temp1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_vs.c423 ac_build_fmad(&ctx->ac, base_elt, out_elts[const_chan],
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader.c2652 args->out[chan] = ac_build_fmad(&ctx->ac, base_elt,
4058 temp = ac_build_fmad(&ctx->ac, ddx_el, offset_x, interp_el);
4059 ij_out[i] = ac_build_fmad(&ctx->ac, ddy_el, offset_y, temp);

Completed in 131 milliseconds