HomeSort by: relevance | last modified time | path
    Searched refs:BRW_CONDITIONAL_Z (Results 1 - 25 of 47) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_fs_cmod_propagation.cpp 177 if (cond != BRW_CONDITIONAL_Z && cond != BRW_CONDITIONAL_NZ)
366 if (inst->conditional_mod != BRW_CONDITIONAL_Z &&
378 inst->conditional_mod != BRW_CONDITIONAL_Z &&
test_fs_cmod_propagation.cpp 260 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...]
brw_eu.cpp 48 case BRW_CONDITIONAL_Z:
51 return BRW_CONDITIONAL_Z;
72 case BRW_CONDITIONAL_Z:
test_fs_copy_propagation.cpp 179 { BRW_CONDITIONAL_Z , 0.5f, false },
brw_compile_sf.c 777 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);
brw_clip_util.c 445 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
brw_vec4_tcs.cpp 128 set_condmod(BRW_CONDITIONAL_Z,
brw_vec4_gs_visitor.cpp 469 inst->conditional_mod = BRW_CONDITIONAL_Z;
gfx6_gs_visitor.cpp 325 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/
brw_eu.c 48 case BRW_CONDITIONAL_Z:
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
brw_eu.c 48 case BRW_CONDITIONAL_Z:
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_fs_cmod_propagation.cpp 134 if (cond != BRW_CONDITIONAL_Z && cond != BRW_CONDITIONAL_NZ)
260 inst->conditional_mod != BRW_CONDITIONAL_Z &&
brw_eu.c 45 case BRW_CONDITIONAL_Z:
48 return BRW_CONDITIONAL_Z;
69 case BRW_CONDITIONAL_Z:
test_fs_copy_propagation.cpp 168 { BRW_CONDITIONAL_Z , 0.5f, false },
brw_compile_sf.c 777 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);
brw_clip_util.c 445 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_Z);
brw_eu_defines.h 121 BRW_CONDITIONAL_Z = 1,
brw_vec4_tcs.cpp 128 set_condmod(BRW_CONDITIONAL_Z,
brw_vec4_gs_visitor.cpp 499 inst->conditional_mod = BRW_CONDITIONAL_Z;
gen6_gs_visitor.cpp 327 emit(CMP(dst_null_ud(), this->first_vertex, brw_imm_ud(0u), BRW_CONDITIONAL_Z));
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
brw_defines.h 528 #define BRW_CONDITIONAL_Z 1
  /xsrc/external/mit/xf86-video-intel/dist/xvmc/
brw_defines.h 528 #define BRW_CONDITIONAL_Z 1
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
brw_defines.h 528 #define BRW_CONDITIONAL_Z 1
  /xsrc/external/mit/xf86-video-intel-2014/dist/xvmc/
brw_defines.h 528 #define BRW_CONDITIONAL_Z 1
  /xsrc/external/mit/xf86-video-intel-old/dist/src/
brw_defines.h 521 #define BRW_CONDITIONAL_Z 1

Completed in 27 milliseconds

1 2