Searched refs:BRW_CONDITIONAL_Z (Results 1 - 25 of 47) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp177 if (cond != BRW_CONDITIONAL_Z && cond != BRW_CONDITIONAL_NZ)
366 if (inst->conditional_mod != BRW_CONDITIONAL_Z &&
378 inst->conditional_mod != BRW_CONDITIONAL_Z &&
H A Dtest_fs_cmod_propagation.cpp260 bld.CMP(bld.null_reg_d(), dest, zero, BRW_CONDITIONAL_Z)->exec_size = 32;
283 EXPECT_EQ(BRW_CONDITIONAL_Z, instruction(block0, 1)->conditional_mod);
792 bld.CMP(bld.null_reg_f(), dst0, zero, BRW_CONDITIONAL_Z);
809 EXPECT_EQ(BRW_CONDITIONAL_Z, instruction(block0, 0)->conditional_mod);
823 bld.CMP(bld.null_reg_f(), dst0, zero, BRW_CONDITIONAL_Z);
845 EXPECT_EQ(BRW_CONDITIONAL_Z, instruction(block0, 2)->conditional_mod);
978 set_condmod(BRW_CONDITIONAL_Z,
1650 test_mov_prop(BRW_CONDITIONAL_Z,
1740 test_mov_prop(BRW_CONDITIONAL_Z,
1830 test_mov_prop(BRW_CONDITIONAL_Z,
[all...]
H A Dbrw_eu.cpp48 case BRW_CONDITIONAL_Z:
51 return BRW_CONDITIONAL_Z;
72 case BRW_CONDITIONAL_Z:
H A Dtest_fs_copy_propagation.cpp179 { BRW_CONDITIONAL_Z , 0.5f, false },
H A Dbrw_compile_sf.c777 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
788 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
794 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
H A Dbrw_clip_util.c445 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
H A Dbrw_vec4_tcs.cpp128 set_condmod(BRW_CONDITIONAL_Z,
H A Dbrw_vec4_gs_visitor.cpp469 inst->conditional_mod = BRW_CONDITIONAL_Z;
H A Dgfx6_gs_visitor.cpp325 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.c48 case BRW_CONDITIONAL_Z:
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.c48 case BRW_CONDITIONAL_Z:
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cmod_propagation.cpp134 if (cond != BRW_CONDITIONAL_Z && cond != BRW_CONDITIONAL_NZ)
260 inst->conditional_mod != BRW_CONDITIONAL_Z &&
H A Dbrw_eu.c45 case BRW_CONDITIONAL_Z:
48 return BRW_CONDITIONAL_Z;
69 case BRW_CONDITIONAL_Z:
H A Dtest_fs_copy_propagation.cpp168 { BRW_CONDITIONAL_Z , 0.5f, false },
H A Dbrw_compile_sf.c777 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
788 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
794 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
H A Dbrw_clip_util.c445 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
H A Dbrw_eu_defines.h121 BRW_CONDITIONAL_Z = 1, enumerator in enum:brw_conditional_mod
H A Dbrw_vec4_tcs.cpp128 set_condmod(BRW_CONDITIONAL_Z,
H A Dbrw_vec4_gs_visitor.cpp499 inst->conditional_mod = BRW_CONDITIONAL_Z;
H A Dgen6_gs_visitor.cpp327 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h528 #define BRW_CONDITIONAL_Z 1 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h528 #define BRW_CONDITIONAL_Z 1 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
H A Dbrw_defines.h528 #define BRW_CONDITIONAL_Z 1 macro
/xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
H A Dbrw_defines.h528 #define BRW_CONDITIONAL_Z 1 macro
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Dbrw_defines.h521 #define BRW_CONDITIONAL_Z 1 macro

Completed in 43 milliseconds

12