Searched refs:ac_build_fmad (Results 1 - 5 of 5) sorted by relevance
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_cull.c | 96 LLVMValueRef det = ac_build_fmad(ctx, det_t2, LLVMBuildFNeg(builder, det_t3, ""), in ac_cull_face() 135 ac_build_fmad(ctx, LLVMBuildFNeg(ctx->builder, v[1], ""), sincos45, first), in rotate_45degrees() 136 ac_build_fmad(ctx, v[1], sincos45, first), in rotate_45degrees() 217 min = ac_build_fmad(ctx, bbox_min[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox() 218 max = ac_build_fmad(ctx, bbox_max[chan], vp_scale[chan], vp_translate[chan]); in cull_bbox() 270 v0[chan] = ac_build_fmad(ctx, pos[0][chan], vp_scale[chan], vp_translate[chan]); in cull_bbox() 271 v1[chan] = ac_build_fmad(ctx, pos[1][chan], vp_scale[chan], vp_translate[chan]); in cull_bbox()
|
H A D | ac_llvm_build.h | 431 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1,
|
H A D | ac_nir_to_llvm.c | 3353 temp1 = ac_build_fmad(&ctx->ac, ddx_el, src_c0, interp_el); in barycentric_offset() 3354 temp2 = ac_build_fmad(&ctx->ac, ddy_el, src_c1, temp1); in barycentric_offset()
|
H A D | ac_llvm_build.c | 943 coords[2] = ac_build_fmad(ctx, coords_arg[3], LLVMConstReal(ctx->f32, 8.0), coords[2]); in ac_prepare_cube_coords() 2466 LLVMValueRef ac_build_fmad(struct ac_llvm_context *ctx, LLVMValueRef s0, LLVMValueRef s1, in ac_build_fmad() function
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_shader_llvm_vs.c | 416 ac_build_fmad(&ctx->ac, base_elt, clipvertex[const_chan], in si_llvm_clipvertex_to_clipdist()
|
Completed in 22 milliseconds