Searched refs:BRW_CONDITIONAL_EQ (Results 1 - 25 of 26) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_clip_tri.c144 BRW_CONDITIONAL_EQ,
182 BRW_CONDITIONAL_EQ,
196 BRW_CONDITIONAL_EQ,
332 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) );
374 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) );
H A Dbrw_clip_unfilled.c234 BRW_CONDITIONAL_EQ,
244 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ);
252 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ);
H A Dtest_fs_cmod_propagation.cpp555 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
731 set_condmod(BRW_CONDITIONAL_EQ, bld.ADD(dest1, src0, src1));
754 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
H A Dbrw_clip_util.c216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ,
H A Dbrw_eu_defines.h123 BRW_CONDITIONAL_EQ = 1, /* Z */ enumerator in enum:brw_conditional_mod
H A Dbrw_fs_visitor.cpp324 return BRW_CONDITIONAL_EQ;
H A Dtest_vec4_cmod_propagation.cpp249 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
H A Dbrw_fs_nir.cpp3513 BRW_CONDITIONAL_EQ);
5443 bld.CMP(dst, tmp, brw_imm_ud(0u), BRW_CONDITIONAL_EQ);
5446 BRW_CONDITIONAL_EQ);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_clip_tri.c144 BRW_CONDITIONAL_EQ,
182 BRW_CONDITIONAL_EQ,
196 BRW_CONDITIONAL_EQ,
332 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) );
374 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) );
H A Dbrw_clip_unfilled.c234 BRW_CONDITIONAL_EQ,
244 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ);
252 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_EQ);
H A Dbrw_clip_util.c216 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ,
H A Dbrw_compile_ff_gs.c425 brw_CMP(p, vec8(brw_null_reg()), BRW_CONDITIONAL_EQ,
H A Dbrw_fs_builder.h484 BRW_CONDITIONAL_EQ));
H A Dtest_fs_cmod_propagation.cpp1001 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
1177 set_condmod(BRW_CONDITIONAL_EQ, bld.ADD(dest1, src0, src1));
1200 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
3071 bld.CMP(bld.null_reg_f(), src0, pos10, BRW_CONDITIONAL_EQ);
3090 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
H A Dbrw_eu_defines.h126 BRW_CONDITIONAL_EQ = 1, /* Z */ enumerator in enum:brw_conditional_mod
H A Dbrw_fs_visitor.cpp570 return BRW_CONDITIONAL_EQ;
H A Dtest_vec4_cmod_propagation.cpp261 EXPECT_EQ(BRW_CONDITIONAL_EQ, instruction(block0, 1)->conditional_mod);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_ff_gs_emit.c396 brw_CMP(p, vec8(brw_null_reg()), BRW_CONDITIONAL_EQ,
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h530 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h530 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h530 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h530 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h523 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.h95 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.h95 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro

Completed in 85 milliseconds

12