Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c933 ttn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) in ttn_move_dest() function
956 ttn_move_dest(b, dest, def); in ttn_alu()
962 ttn_move_dest(b, dest, nir_f2i32(b, nir_ffloor(b, src[0]))); in ttn_arl()
1055 ttn_move_dest(b, dest, nir_sge(b, src[1], src[0])); in ttn_sle()
1061 ttn_move_dest(b, dest, nir_slt(b, src[1], src[0])); in ttn_sgt()
1067 ttn_move_dest(b, dest, nir_fdot2(b, src[0], src[1])); in ttn_dp2()
1073 ttn_move_dest(b, dest, nir_fdot3(b, src[0], src[1])); in ttn_dp3()
1079 ttn_move_dest(b, dest, nir_fdot4(b, src[0], src[1])); in ttn_dp4()
1085 ttn_move_dest(b, dest, nir_iadd(b, nir_imul(b, src[0], src[1]), src[2])); in ttn_umad()
1091 ttn_move_dest(b, dest, nir_f2i32(b, nir_fround_even(b, src[0]))); in ttn_arr()
[all …]