Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c78 return BRW_CONDITIONAL_LE; in brw_negate_cmod()
83 case BRW_CONDITIONAL_LE: in brw_negate_cmod()
103 return BRW_CONDITIONAL_LE; in brw_swap_cmod()
106 case BRW_CONDITIONAL_LE: in brw_swap_cmod()
Dgen6_gs_visitor.cpp611 emit(CMP(dst_null_d(), sol_temp, this->max_svbi, BRW_CONDITIONAL_LE)); in xfb_write()
653 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.c215 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, c->reg.dp0, brw_imm_f(0.0)); in clip_and_emit_line()
Dbrw_ff_gs_emit.c363 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, in gen6_sol_program()
Dtest_fs_cmod_propagation.cpp384 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
Dbrw_fs_visitor.cpp359 return BRW_CONDITIONAL_LE; in cond_for_alpha_func()
Dbrw_shader.cpp87 return BRW_CONDITIONAL_LE; in brw_conditional_for_comparison()
Dtest_vec4_cmod_propagation.cpp480 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
Dbrw_disasm.c88 [BRW_CONDITIONAL_LE] = ".le",
Dbrw_defines.h791 BRW_CONDITIONAL_LE = 6, enumerator
Dbrw_fs.cpp2288 case BRW_CONDITIONAL_LE: in opt_algebraic()