Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c94 #define ttn_channel(b, src, swiz) \ macro
881 nir_ssa_def *srcx = ttn_channel(b, src[0], X); in ttn_exp()
900 nir_ssa_def *abs_srcx = nir_fabs(b, ttn_channel(b, src[0], X)); in ttn_log()
937 ttn_move_dest_masked(b, dest, nir_fmax(b, ttn_channel(b, src[0], X), in ttn_lit()
941 nir_ssa_def *src0_y = ttn_channel(b, src[0], Y); in ttn_lit()
942 nir_ssa_def *wclamp = nir_fmax(b, nir_fmin(b, ttn_channel(b, src[0], W), in ttn_lit()
952 ttn_channel(b, src[0], X)), in ttn_lit()
968 ttn_move_dest_masked(b, dest, nir_fcos(b, ttn_channel(b, src[0], X)), in ttn_scs()
970 ttn_move_dest_masked(b, dest, nir_fsin(b, ttn_channel(b, src[0], X)), in ttn_scs()
1013 ttn_channel(b, nir_fadd(b, nir_fdot2(b, src[0], src[1]), in ttn_dp2a()
[all …]