Searched refs:BRW_CONDITIONAL_LE (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.c | 50 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()
|
D | gen6_gs_visitor.cpp | 609 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()
|
D | test_fs_copy_propagation.cpp | 171 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
|
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_eu_defines.h | 121 BRW_CONDITIONAL_LE = 6, enumerator
|
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 | 315 return BRW_CONDITIONAL_LE; in cond_for_alpha_func()
|
D | test_vec4_cmod_propagation.cpp | 480 EXPECT_EQ(BRW_CONDITIONAL_LE, instruction(block0, 0)->conditional_mod); in TEST_F()
|
D | brw_disasm.c | 90 [BRW_CONDITIONAL_LE] = ".le",
|
D | brw_fs.cpp | 2449 case BRW_CONDITIONAL_LE: in opt_algebraic()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_ff_gs_emit.c | 362 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_LE, in gen6_sol_program()
|