Searched refs:BRW_CONDITIONAL_LE (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu.cpp | 53 return BRW_CONDITIONAL_LE; in brw_negate_cmod() 58 case BRW_CONDITIONAL_LE: in brw_negate_cmod() 78 return BRW_CONDITIONAL_LE; in brw_swap_cmod() 81 case BRW_CONDITIONAL_LE: in brw_swap_cmod()
|
D | test_fs_cmod_propagation.cpp | 555 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F() 1516 brw_imm_ud(0u), BRW_CONDITIONAL_LE); in TEST_F() 1536 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 1)->conditional_mod); in TEST_F() 1695 test_mov_prop(BRW_CONDITIONAL_LE, in TEST_F() 1785 test_mov_prop(BRW_CONDITIONAL_LE, in TEST_F() 1889 test_mov_prop(BRW_CONDITIONAL_LE, in TEST_F() 2015 test_mov_prop(BRW_CONDITIONAL_LE, in TEST_F() 2133 test_mov_prop(BRW_CONDITIONAL_LE, in TEST_F() 2339 test_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_CMP, in TEST_F() 2357 test_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_MOV, in TEST_F() [all …]
|
D | gfx6_gs_visitor.cpp | 570 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write() 612 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
|
D | test_fs_copy_propagation.cpp | 182 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
|
D | brw_fs_cmod_propagation.cpp | 130 cond != BRW_CONDITIONAL_LE)) in cmod_propagate_cmp_to_add()
|
D | brw_clip_line.c | 208 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
|
D | brw_compile_ff_gs.c | 391 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, in gfx6_sol_program()
|
D | brw_eu_defines.h | 131 BRW_CONDITIONAL_LE = 6, enumerator
|
D | brw_fs_visitor.cpp | 568 return BRW_CONDITIONAL_LE; in cond_for_alpha_func()
|
D | test_vec4_cmod_propagation.cpp | 492 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
|
D | brw_disasm.c | 109 [BRW_CONDITIONAL_LE] = ".le",
|
D | brw_fs.cpp | 2942 case BRW_CONDITIONAL_LE: in opt_algebraic()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 361 ".le" { yylval.integer = BRW_CONDITIONAL_LE; return LESS_EQUAL; }
|