Searched refs:BRW_CONDITIONAL_G (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.c51 case BRW_CONDITIONAL_G:
58 return BRW_CONDITIONAL_G;
H A Dbrw_disasm.c95 [BRW_CONDITIONAL_G] = ".g",
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.c51 case BRW_CONDITIONAL_G:
58 return BRW_CONDITIONAL_G;
H A Dbrw_disasm.c95 [BRW_CONDITIONAL_G] = ".g",
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu.c49 case BRW_CONDITIONAL_G:
56 return BRW_CONDITIONAL_G;
72 case BRW_CONDITIONAL_G:
77 return BRW_CONDITIONAL_G;
H A Dbrw_clip_line.c220 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 );
243 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t0 );
H A Dbrw_clip_tri.c457 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G);
584 brw_CMP(p, t1, BRW_CONDITIONAL_G, v0, get_element(v0, 3));
585 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3));
586 brw_CMP(p, t3, BRW_CONDITIONAL_G, v2, get_element(v2, 3));
H A Dtest_fs_copy_propagation.cpp170 { BRW_CONDITIONAL_G , 0.5f, false },
H A Dbrw_eu_defines.h125 BRW_CONDITIONAL_G = 3, enumerator in enum:brw_conditional_mod
H A Dbrw_clip_unfilled.c304 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G);
H A Dgen6_gs_visitor.cpp371 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp52 case BRW_CONDITIONAL_G:
59 return BRW_CONDITIONAL_G;
75 case BRW_CONDITIONAL_G:
80 return BRW_CONDITIONAL_G;
H A Dbrw_fs_cmod_propagation.cpp129 (cond != BRW_CONDITIONAL_G &&
441 (inst->conditional_mod == BRW_CONDITIONAL_G &&
H A Dbrw_clip_line.c220 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 );
243 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t0 );
H A Dtest_fs_cmod_propagation.cpp732 bld.CMP(bld.null_reg_f(), dst0, zero, BRW_CONDITIONAL_G);
751 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 1)->conditional_mod);
858 bld.CMP(bld.null_reg_d(), dst0, zero, BRW_CONDITIONAL_G);
877 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 1)->conditional_mod);
889 bld.CMP(bld.null_reg_ud(), dst0, zero, BRW_CONDITIONAL_G);
1263 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 0)->conditional_mod);
1680 test_mov_prop(BRW_CONDITIONAL_G,
1770 test_mov_prop(BRW_CONDITIONAL_G,
1871 test_mov_prop(BRW_CONDITIONAL_G,
1995 test_mov_prop(BRW_CONDITIONAL_G,
[all...]
H A Dbrw_clip_tri.c457 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G);
584 brw_CMP(p, t1, BRW_CONDITIONAL_G, v0, get_element(v0, 3));
585 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3));
586 brw_CMP(p, t3, BRW_CONDITIONAL_G, v2, get_element(v2, 3));
H A Dtest_fs_copy_propagation.cpp181 { BRW_CONDITIONAL_G , 0.5f, false },
H A Dbrw_clip_unfilled.c304 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G);
H A Dbrw_fs_builder.h463 mod = BRW_CONDITIONAL_G;
H A Dgfx6_gs_visitor.cpp369 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G));
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h532 #define BRW_CONDITIONAL_G 3 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h532 #define BRW_CONDITIONAL_G 3 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h532 #define BRW_CONDITIONAL_G 3 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h532 #define BRW_CONDITIONAL_G 3 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h525 #define BRW_CONDITIONAL_G 3 macro

Completed in 48 milliseconds

12