| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | test_vec4_cmod_propagation.cpp | 166 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 D | test_fs_copy_propagation.cpp | 167 { 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 D | test_fs_cmod_propagation.cpp | 131 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 D | brw_clip_unfilled.c | 101 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 D | brw_eu.cpp | 54 case BRW_CONDITIONAL_GE: 57 return BRW_CONDITIONAL_GE; 77 case BRW_CONDITIONAL_GE: 82 return BRW_CONDITIONAL_GE;
|
| H A D | brw_fs_builder.h | 392 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 D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L);
|
| H A D | brw_clip_tri.c | 318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE); 429 BRW_CONDITIONAL_GE,
|
| H A D | brw_fs_copy_propagation.cpp | 634 if ((inst->conditional_mod != BRW_CONDITIONAL_GE && 869 inst->conditional_mod == BRW_CONDITIONAL_GE ||
|
| H A D | brw_shader.cpp | 90 return BRW_CONDITIONAL_GE; 877 if (conditional_mod == BRW_CONDITIONAL_GE ||
|
| H A D | brw_vec4_visitor.cpp | 515 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 D | test_vec4_cmod_propagation.cpp | 154 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 D | test_fs_copy_propagation.cpp | 156 { 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 D | test_fs_cmod_propagation.cpp | 109 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 D | brw_clip_unfilled.c | 101 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 D | brw_eu.c | 51 case BRW_CONDITIONAL_GE: 54 return BRW_CONDITIONAL_GE; 74 case BRW_CONDITIONAL_GE: 79 return BRW_CONDITIONAL_GE;
|
| H A D | brw_eu_defines.h | 126 BRW_CONDITIONAL_GE = 4, enumerator in enum:brw_conditional_mod
|
| H A D | brw_vec4_builder.h | 338 assert(mod == BRW_CONDITIONAL_GE || mod == BRW_CONDITIONAL_L);
|
| H A D | brw_clip_tri.c | 318 load_clip_distance(c, vtx, c->reg.dp, hpos_offset, BRW_CONDITIONAL_GE); 429 BRW_CONDITIONAL_GE,
|
| H A D | brw_shader.cpp | 90 return BRW_CONDITIONAL_GE; 828 if (conditional_mod == BRW_CONDITIONAL_GE ||
|
| H A D | brw_vec4_visitor.cpp | 528 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 D | brw_eu.c | 53 case BRW_CONDITIONAL_GE: 56 return BRW_CONDITIONAL_GE;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/ |
| H A D | brw_eu.c | 53 case BRW_CONDITIONAL_GE: 56 return BRW_CONDITIONAL_GE;
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | brw_defines.h | 533 #define BRW_CONDITIONAL_GE 4 macro
|
| /xsrc/external/mit/xf86-video-intel/dist/xvmc/ |
| H A D | brw_defines.h | 533 #define BRW_CONDITIONAL_GE 4 macro
|