Searched refs:ptn_move_dest (Results 1 - 1 of 1) sorted by relevance
/third_party/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 280 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) in ptn_move_dest() function 288 ptn_move_dest(b, dest, nir_f2i32(b, nir_ffloor(b, src[0]))); in ptn_arl() 396 ptn_move_dest(b, dest, nir_slt(b, src[0], src[1])); in ptn_slt() 402 ptn_move_dest(b, dest, nir_sge(b, src[0], src[1])); in ptn_sge() 423 ptn_move_dest(b, dest, nir_fdot2(b, src[0], src[1])); in ptn_dp2() 429 ptn_move_dest(b, dest, nir_fdot3(b, src[0], src[1])); in ptn_dp3() 435 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1])); in ptn_dp4() 441 ptn_move_dest(b, dest, nir_fdph(b, src[0], src[1])); in ptn_dph() 447 ptn_move_dest(b, dest, nir_bcsel(b, in ptn_cmp() 455 ptn_move_dest( in ptn_lrp() [all...] |
Completed in 2 milliseconds