Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_LE (Results 1 – 17 of 17) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp130 cond != BRW_CONDITIONAL_LE)) in cmod_propagate_cmp_to_add()
477 cond != BRW_CONDITIONAL_LE && in opt_cmod_propagation_local()
491 cond = BRW_CONDITIONAL_LE; in opt_cmod_propagation_local()
Dtest_fs_cmod_propagation.cpp510 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
1471 brw_imm_ud(0u), BRW_CONDITIONAL_LE); in TEST_F()
1491 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 1)->conditional_mod); in TEST_F()
1641 test_positive_float_saturate_prop(BRW_CONDITIONAL_Z, BRW_CONDITIONAL_LE, in TEST_F()
1662 test_positive_float_saturate_prop(BRW_CONDITIONAL_Z, BRW_CONDITIONAL_LE, in TEST_F()
1719 test_positive_float_saturate_prop(BRW_CONDITIONAL_LE, BRW_CONDITIONAL_LE, in TEST_F()
1738 test_negative_float_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_MOV); in TEST_F()
1740 test_positive_float_saturate_prop(BRW_CONDITIONAL_LE, BRW_CONDITIONAL_LE, in TEST_F()
1902 test_negative_int_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_CMP); in TEST_F()
1915 test_negative_int_saturate_prop(BRW_CONDITIONAL_LE, BRW_OPCODE_MOV); in TEST_F()
[all …]
Dbrw_eu.cpp53 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()
Dtest_fs_copy_propagation.cpp170 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
Dgen6_gs_visitor.cpp609 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write()
651 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_program()
Dbrw_clip_line.c208 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
Dbrw_eu_defines.h130 BRW_CONDITIONAL_LE = 6, enumerator
Dbrw_fs_visitor.cpp390 return BRW_CONDITIONAL_LE; in cond_for_alpha_func()
Dtest_vec4_cmod_propagation.cpp480 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
Dbrw_disasm.c109 [BRW_CONDITIONAL_LE] = ".le",
Dbrw_fs.cpp2799 case BRW_CONDITIONAL_LE: in opt_algebraic()
/external/igt-gpu-tools/assembler/
Dbrw_eu.c54 return BRW_CONDITIONAL_LE; in brw_swap_cmod()
57 case BRW_CONDITIONAL_LE: in brw_swap_cmod()
Dlex.l443 ".le" { yylval.integer = BRW_CONDITIONAL_LE; return LESS_EQUAL; }
Dbrw_defines.h580 #define BRW_CONDITIONAL_LE 6 macro
Dbrw_disasm.c98 [BRW_CONDITIONAL_LE] = ".le",
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_ff_gs_emit.c362 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, in gen6_sol_program()
/external/mesa3d/src/intel/tools/
Di965_lex.l360 ".le" { yylval.integer = BRW_CONDITIONAL_LE; return LESS_EQUAL; }