Searched refs:BRW_CONDITIONAL_LE (Results 1 – 12 of 12) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_eu.c | 78 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()
|
D | gen6_gs_visitor.cpp | 611 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()
|
D | test_fs_copy_propagation.cpp | 171 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
|
D | brw_clip_line.c | 215 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_ff_gs_emit.c | 363 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, in gen6_sol_program()
|
D | test_fs_cmod_propagation.cpp | 384 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
|
D | brw_fs_visitor.cpp | 359 return BRW_CONDITIONAL_LE; in cond_for_alpha_func()
|
D | brw_shader.cpp | 87 return BRW_CONDITIONAL_LE; in brw_conditional_for_comparison()
|
D | test_vec4_cmod_propagation.cpp | 480 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
|
D | brw_disasm.c | 88 [BRW_CONDITIONAL_LE] = ".le",
|
D | brw_defines.h | 791 BRW_CONDITIONAL_LE = 6, enumerator
|
D | brw_fs.cpp | 2288 case BRW_CONDITIONAL_LE: in opt_algebraic()
|