Searched refs:BRW_CONDITIONAL_GE (Results 1 - 25 of 48) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp166 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
188 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod);
201 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
225 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
271 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
294 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
306 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
307 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
331 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
333 EXPECT_EQ(BRW_CONDITIONAL_GE, instructio
[all...]
H A Dtest_fs_copy_propagation.cpp167 { BRW_CONDITIONAL_GE , 0.1f, true },
169 { BRW_CONDITIONAL_GE , 0.5f, true },
171 { BRW_CONDITIONAL_GE , 0.9f, true },
173 { BRW_CONDITIONAL_GE , -1.5f, false },
175 { BRW_CONDITIONAL_GE , 1.5f, false },
H A Dtest_fs_cmod_propagation.cpp131 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
152 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod);
163 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE)
186 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod);
197 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE);
219 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
229 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE);
251 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
295 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
296 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
[all...]
H A Dbrw_clip_unfilled.c101 conditional = BRW_CONDITIONAL_GE;
138 conditional = BRW_CONDITIONAL_GE;
205 BRW_CONDITIONAL_GE,
218 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L,
434 BRW_CONDITIONAL_GE,
H A Dbrw_eu.cpp54 case BRW_CONDITIONAL_GE:
57 return BRW_CONDITIONAL_GE;
77 case BRW_CONDITIONAL_GE:
82 return BRW_CONDITIONAL_GE;
H A Dbrw_fs_builder.h392 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L);
461 assert(mod == BRW_CONDITIONAL_L || mod == BRW_CONDITIONAL_GE);
462 if (mod == BRW_CONDITIONAL_GE)
H A Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L);
H A Dbrw_clip_tri.c318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE);
429 BRW_CONDITIONAL_GE,
H A Dbrw_fs_copy_propagation.cpp634 if ((inst->conditional_mod != BRW_CONDITIONAL_GE &&
869 inst->conditional_mod == BRW_CONDITIONAL_GE ||
H A Dbrw_shader.cpp90 return BRW_CONDITIONAL_GE;
877 if (conditional_mod == BRW_CONDITIONAL_GE ||
H A Dbrw_vec4_visitor.cpp515 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f));
543 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f));
1004 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z),
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_vec4_cmod_propagation.cpp154 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
176 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod);
189 bld.CMP(dest_null, src_reg(dest), zero, BRW_CONDITIONAL_GE);
213 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
259 bld.CMP(bld.null_reg_ud(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
282 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
294 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
295 bld.CMP(bld.null_reg_f(), src_reg(dest), zero, BRW_CONDITIONAL_GE);
319 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
321 EXPECT_EQ(BRW_CONDITIONAL_GE, instructio
[all...]
H A Dtest_fs_copy_propagation.cpp156 { BRW_CONDITIONAL_GE , 0.1f, true },
158 { BRW_CONDITIONAL_GE , 0.5f, true },
160 { BRW_CONDITIONAL_GE , 0.9f, true },
162 { BRW_CONDITIONAL_GE , -1.5f, false },
164 { BRW_CONDITIONAL_GE , 1.5f, false },
H A Dtest_fs_cmod_propagation.cpp109 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
130 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 0)->conditional_mod);
141 bld.CMP(bld.null_reg_f(), dest, nonzero, BRW_CONDITIONAL_GE);
163 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
173 bld.CMP(bld.null_reg_ud(), dest, zero, BRW_CONDITIONAL_GE);
195 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
207 bld.CMP(bld.null_reg_f(), src2, zero, BRW_CONDITIONAL_GE);
208 bld.CMP(bld.null_reg_f(), dest, zero, BRW_CONDITIONAL_GE);
231 EXPECT_EQ(BRW_CONDITIONAL_GE, instruction(block0, 1)->conditional_mod);
233 EXPECT_EQ(BRW_CONDITIONAL_GE, instructio
[all...]
H A Dbrw_clip_unfilled.c101 conditional = BRW_CONDITIONAL_GE;
138 conditional = BRW_CONDITIONAL_GE;
205 BRW_CONDITIONAL_GE,
218 c->key.offset_clamp < 0 ? BRW_CONDITIONAL_GE : BRW_CONDITIONAL_L,
434 BRW_CONDITIONAL_GE,
H A Dbrw_eu.c51 case BRW_CONDITIONAL_GE:
54 return BRW_CONDITIONAL_GE;
74 case BRW_CONDITIONAL_GE:
79 return BRW_CONDITIONAL_GE;
H A Dbrw_eu_defines.h126 BRW_CONDITIONAL_GE = 4, enumerator in enum:brw_conditional_mod
H A Dbrw_vec4_builder.h338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L);
H A Dbrw_clip_tri.c318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE);
429 BRW_CONDITIONAL_GE,
H A Dbrw_shader.cpp90 return BRW_CONDITIONAL_GE;
828 if (conditional_mod == BRW_CONDITIONAL_GE ||
H A Dbrw_vec4_visitor.cpp528 emit_minmax(BRW_CONDITIONAL_GE, max, src_reg(scaled), brw_imm_f(-1.0f));
556 emit_minmax(BRW_CONDITIONAL_GE, max, src0, brw_imm_f(-1.0f));
1099 emit_minmax(BRW_CONDITIONAL_GE, writemask(inst->dst, WRITEMASK_Z),
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_eu.c53 case BRW_CONDITIONAL_GE:
56 return BRW_CONDITIONAL_GE;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_eu.c53 case BRW_CONDITIONAL_GE:
56 return BRW_CONDITIONAL_GE;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dbrw_defines.h533 #define BRW_CONDITIONAL_GE 4 macro
/xsrc/external/mit/xf86-video-intel/dist/xvmc/
H A Dbrw_defines.h533 #define BRW_CONDITIONAL_GE 4 macro

Completed in 36 milliseconds

12