Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/program/
Dprog_to_nir.c301 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) in ptn_move_dest() function
309 ptn_move_dest(b, dest, nir_f2i(b, nir_ffloor(b, src[0]))); in ptn_arl()
429 ptn_move_dest(b, dest, nir_b2f(b, nir_flt(b, src[0], src[1]))); in ptn_slt()
431 ptn_move_dest(b, dest, nir_slt(b, src[0], src[1])); in ptn_slt()
442 ptn_move_dest(b, dest, nir_b2f(b, nir_fge(b, src[0], src[1]))); in ptn_sge()
444 ptn_move_dest(b, dest, nir_sge(b, src[0], src[1])); in ptn_sge()
466 ptn_move_dest(b, dest, nir_fdot2(b, src[0], src[1])); in ptn_dp2()
472 ptn_move_dest(b, dest, nir_fdot3(b, src[0], src[1])); in ptn_dp3()
478 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1])); in ptn_dp4()
484 ptn_move_dest(b, dest, nir_fdph(b, src[0], src[1])); in ptn_dph()
[all …]