Searched refs:BRW_CONDITIONAL_LE (Results 1 – 17 of 17) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_cmod_propagation.cpp | 130 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()
|
D | test_fs_cmod_propagation.cpp | 510 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 …]
|
D | brw_eu.cpp | 53 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()
|
D | test_fs_copy_propagation.cpp | 170 { BRW_CONDITIONAL_LE , 0.5f, false }, in TEST_F()
|
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 | 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 | 130 BRW_CONDITIONAL_LE = 6, enumerator
|
D | brw_fs_visitor.cpp | 390 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 | 109 [BRW_CONDITIONAL_LE] = ".le",
|
D | brw_fs.cpp | 2799 case BRW_CONDITIONAL_LE: in opt_algebraic()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 54 return BRW_CONDITIONAL_LE; in brw_swap_cmod() 57 case BRW_CONDITIONAL_LE: in brw_swap_cmod()
|
D | lex.l | 443 ".le" { yylval.integer = BRW_CONDITIONAL_LE; return LESS_EQUAL; }
|
D | brw_defines.h | 580 #define BRW_CONDITIONAL_LE 6 macro
|
D | brw_disasm.c | 98 [BRW_CONDITIONAL_LE] = ".le",
|
/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()
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 360 ".le" { yylval.integer = BRW_CONDITIONAL_LE; return LESS_EQUAL; }
|