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

/xsrc/external/mit/MesaLib/dist/src/mesa/program/
H A Dprog_to_nir.c278 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) function in typeref:typename:void
286 ptn_move_dest(b, dest, nir_f2i32(b, nir_ffloor(b, src[0])));
394 ptn_move_dest(b, dest, nir_slt(b, src[0], src[1]));
400 ptn_move_dest(b, dest, nir_sge(b, src[0], src[1]));
421 ptn_move_dest(b, dest, nir_fdot2(b, src[0], src[1]));
427 ptn_move_dest(b, dest, nir_fdot3(b, src[0], src[1]));
433 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
439 ptn_move_dest(b, dest, nir_fdph(b, src[0], src[1]));
445 ptn_move_dest(b, dest, nir_bcsel(b,
453 ptn_move_dest(
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dprog_to_nir.c278 ptn_move_dest(nir_builder *b, nir_alu_dest dest, nir_ssa_def *def) function in typeref:typename:void
286 ptn_move_dest(b, dest, nir_f2i32(b, nir_ffloor(b, src[0])));
406 ptn_move_dest(b, dest, nir_b2f32(b, nir_flt(b, src[0], src[1])));
408 ptn_move_dest(b, dest, nir_slt(b, src[0], src[1]));
419 ptn_move_dest(b, dest, nir_b2f32(b, nir_fge(b, src[0], src[1])));
421 ptn_move_dest(b, dest, nir_sge(b, src[0], src[1]));
443 ptn_move_dest(b, dest, nir_fdot2(b, src[0], src[1]));
449 ptn_move_dest(b, dest, nir_fdot3(b, src[0], src[1]));
455 ptn_move_dest(b, dest, nir_fdot4(b, src[0], src[1]));
461 ptn_move_dest(
[all...]

Completed in 3 milliseconds