Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:slt_src

1647                st_src_reg slt_src = result_src;
1648 slt_src.negate = ~slt_src.negate;
1649 emit(ir, TGSI_OPCODE_SLT, result_dst, slt_src, st_src_reg_for_float(0.0));
1677 st_src_reg slt_src = result_src;
1678 slt_src.negate = ~slt_src.negate;
1679 emit(ir, TGSI_OPCODE_SLT, result_dst, slt_src, st_src_reg_for_float(0.0));
1718 st_src_reg slt_src = result_src;
1719 slt_src.negate = ~slt_src.negate;
1720 emit(ir, TGSI_OPCODE_SLT, result_dst, slt_src, st_src_reg_for_float(0.0));