Searched refs:ttn_move_dest (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 861 ttn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) in ttn_move_dest() function 869 ttn_move_dest(b, dest, nir_f2i(b, nir_ffloor(b, src[0]))); in ttn_arl() 979 ttn_move_dest(b, dest, nir_sge(b, src[1], src[0])); in ttn_sle() 985 ttn_move_dest(b, dest, nir_slt(b, src[1], src[0])); in ttn_sgt() 991 ttn_move_dest(b, dest, nir_fmin(b, nir_fmax(b, src[0], src[1]), src[2])); in ttn_clamp() 1012 ttn_move_dest(b, dest, in ttn_dp2a() 1021 ttn_move_dest(b, dest, nir_fdot2(b, src[0], src[1])); in ttn_dp2() 1027 ttn_move_dest(b, dest, nir_fdot3(b, src[0], src[1])); in ttn_dp3() 1033 ttn_move_dest(b, dest, nir_fdot4(b, src[0], src[1])); in ttn_dp4() 1039 ttn_move_dest(b, dest, nir_fadd(b, nir_fdot3(b, src[0], src[1]), in ttn_dph() [all …]
|