Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu.c50 return BRW_CONDITIONAL_LE; in brw_negate_cmod()
55 case BRW_CONDITIONAL_LE: in brw_negate_cmod()
75 return BRW_CONDITIONAL_LE; in brw_swap_cmod()
78 case BRW_CONDITIONAL_LE: in brw_swap_cmod()
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()
Dtest_fs_copy_propagation.cpp171 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
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.h121 BRW_CONDITIONAL_LE = 6, enumerator
Dtest_fs_cmod_propagation.cpp384 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
Dbrw_fs_visitor.cpp315 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.c90 [BRW_CONDITIONAL_LE] = ".le",
Dbrw_fs.cpp2449 case BRW_CONDITIONAL_LE: in opt_algebraic()
/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()