HomeSort by: relevance | last modified time | path
    Searched defs:CMP (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_ir.cpp 599 #define CMP(ord, unord, ord_swap, unord_swap) \
603 CMP(lt, /*n*/ge, gt, /*n*/le)
604 CMP(eq, /*n*/lg, eq, /*n*/lg)
605 CMP(le, /*n*/gt, ge, /*n*/lt)
606 CMP(gt, /*n*/le, lt, /*n*/le)
607 CMP(lg, /*n*/eq, lg, /*n*/eq)
608 CMP(ge, /*n*/lt, le, /*n*/gt)
609 #undef CMP
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_vec4_builder.h 446 * CMP: Sets the low bit of the destination channels with the result
451 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
456 * CMP null<d> src0<f> src1<f>
473 * CMPN: Behaves like CMP, but produces true if src1 is NaN.
brw_fs_builder.h 480 CMP(null_reg_ud(), retype(left_low, BRW_REGISTER_TYPE_UD),
483 CMP(null_reg_ud(), left_high, right_high,
486 CMP(null_reg_ud(), left_high, right_high, mod));
656 * CMP: Sets the low bit of the destination channels with the result
661 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
666 * CMP null<d> src0<f> src1<f>
683 * CMPN: Behaves like CMP, but produces true if src1 is NaN.
691 * CMP null<d> src0<f> src1<f>
brw_vec4_visitor.cpp 224 * CMP: Sets the low bit of the destination channels with the result
229 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1,
236 * CMP null<d> src0<f> src1<f>
1112 emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST0][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L));
1119 emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST1][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L));
1138 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L));
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_builder.h 612 * CMP: Sets the low bit of the destination channels with the result
617 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
622 * CMP null<d> src0<f> src1<f>
brw_vec4_builder.h 447 * CMP: Sets the low bit of the destination channels with the result
452 CMP(const dst_reg &dst, const src_reg &src0, const src_reg &src1,
457 * CMP null<d> src0<f> src1<f>
brw_vec4_visitor.cpp 224 * CMP: Sets the low bit of the destination channels with the result
229 vec4_visitor::CMP(dst_reg dst, src_reg src0, src_reg src1,
236 * CMP null<d> src0<f> src1<f>
1207 emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST0][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L));
1214 emit(CMP(dst_null_f(), src_reg(output_reg[VARYING_SLOT_CLIP_DIST1][0]), brw_imm_f(0.0f), BRW_CONDITIONAL_L));
1233 emit(CMP(dst_null_f(), ndc_w, brw_imm_f(0.0f), BRW_CONDITIONAL_L));

Completed in 12 milliseconds