Home
last modified time | relevance | path

Searched refs:ac_build_fmad (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/amd/llvm/
Dac_llvm_cull.c185 min = ac_build_fmad(ctx, bbox_min[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()
186 max = ac_build_fmad(ctx, bbox_max[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()
Dac_llvm_build.h432 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
Dac_llvm_build.c890 coords[2] = ac_build_fmad(ctx, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), coords[2]); in ac_prepare_cube_coords()
2407 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1, in ac_build_fmad() function
Dac_nir_to_llvm.c3067 temp1 = ac_build_fmad(&ctx->ac, ddx_el, src_c0, interp_el); in barycentric_offset()
3068 temp2 = ac_build_fmad(&ctx->ac, ddy_el, src_c1, temp1); in barycentric_offset()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_llvm_vs.c396 ac_build_fmad(&ctx->ac, base_elt, out_elts[const_chan], in si_llvm_emit_clipvertex()