Searched refs:ac_build_fmad (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_cull.c | 185 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()
|
D | ac_llvm_build.h | 432 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
|
D | ac_llvm_build.c | 890 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
|
D | ac_nir_to_llvm.c | 3067 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/ |
D | si_shader_llvm_vs.c | 396 ac_build_fmad(&ctx->ac, base_elt, out_elts[const_chan], in si_llvm_emit_clipvertex()
|