Searched refs:ttn_move_dest (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 863 ttn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) in ttn_move_dest() function 871 ttn_move_dest(b, dest, nir_f2i32(b, nir_ffloor(b, src[0]))); in ttn_arl() 964 ttn_move_dest(b, dest, nir_sge(b, src[1], src[0])); in ttn_sle() 970 ttn_move_dest(b, dest, nir_slt(b, src[1], src[0])); in ttn_sgt() 976 ttn_move_dest(b, dest, nir_fdot2(b, src[0], src[1])); in ttn_dp2() 982 ttn_move_dest(b, dest, nir_fdot3(b, src[0], src[1])); in ttn_dp3() 988 ttn_move_dest(b, dest, nir_fdot4(b, src[0], src[1])); in ttn_dp4() 994 ttn_move_dest(b, dest, nir_iadd(b, nir_imul(b, src[0], src[1]), src[2])); in ttn_umad() 1000 ttn_move_dest(b, dest, nir_ffloor(b, nir_fadd(b, src[0], nir_imm_float(b, 0.5)))); in ttn_arr() 1006 ttn_move_dest(b, dest, nir_bcsel(b, in ttn_cmp() [all …]
|