/external/mesa3d/src/intel/compiler/ |
D | brw_fs_cmod_propagation.cpp | 129 (cond != BRW_CONDITIONAL_G && in cmod_propagate_cmp_to_add() 402 (inst->conditional_mod == BRW_CONDITIONAL_G && in opt_cmod_propagation_local() 478 cond != BRW_CONDITIONAL_G) in opt_cmod_propagation_local() 493 cond = BRW_CONDITIONAL_G; in opt_cmod_propagation_local()
|
D | test_fs_cmod_propagation.cpp | 687 bld.CMP(bld.null_reg_f(), dst0, zero, BRW_CONDITIONAL_G); in TEST_F() 706 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 1)->conditional_mod); in TEST_F() 813 bld.CMP(bld.null_reg_d(), dst0, zero, BRW_CONDITIONAL_G); in TEST_F() 832 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 1)->conditional_mod); in TEST_F() 844 bld.CMP(bld.null_reg_ud(), dst0, zero, BRW_CONDITIONAL_G); in TEST_F() 1218 EXPECT_EQ(BRW_CONDITIONAL_G, instruction(block0, 0)->conditional_mod); in TEST_F() 1607 test_positive_float_saturate_prop(BRW_CONDITIONAL_NZ, BRW_CONDITIONAL_G, in TEST_F() 1624 test_positive_float_saturate_prop(BRW_CONDITIONAL_NZ, BRW_CONDITIONAL_G, in TEST_F() 1680 test_positive_float_saturate_prop(BRW_CONDITIONAL_G, BRW_CONDITIONAL_G, in TEST_F() 1699 test_negative_float_saturate_prop(BRW_CONDITIONAL_G, BRW_OPCODE_MOV); in TEST_F() [all …]
|
D | brw_eu.cpp | 52 case BRW_CONDITIONAL_G: in brw_negate_cmod() 59 return BRW_CONDITIONAL_G; in brw_negate_cmod() 75 case BRW_CONDITIONAL_G: in brw_swap_cmod() 80 return BRW_CONDITIONAL_G; in brw_swap_cmod()
|
D | brw_clip_line.c | 220 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 ); in clip_and_emit_line() 243 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t0 ); in clip_and_emit_line()
|
D | brw_clip_tri.c | 457 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); in brw_clip_tri_emit_polygon() 584 brw_CMP(p, t1, BRW_CONDITIONAL_G, v0, get_element(v0, 3)); in brw_clip_test() 585 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3)); in brw_clip_test() 586 brw_CMP(p, t3, BRW_CONDITIONAL_G, v2, get_element(v2, 3)); in brw_clip_test()
|
D | test_fs_copy_propagation.cpp | 169 { BRW_CONDITIONAL_G , 0.5f, false }, in TEST_F()
|
D | gen6_gs_visitor.cpp | 371 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G)); in emit_thread_end()
|
D | brw_eu_defines.h | 127 BRW_CONDITIONAL_G = 3, enumerator
|
D | brw_clip_unfilled.c | 304 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); in emit_lines()
|
D | brw_compile_sf.c | 146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
|
D | brw_fs_visitor.cpp | 384 return BRW_CONDITIONAL_G; in cond_for_alpha_func()
|
D | brw_disasm.c | 106 [BRW_CONDITIONAL_G] = ".g",
|
D | brw_fs.cpp | 2815 case BRW_CONDITIONAL_G: in opt_algebraic() 4263 BRW_CONDITIONAL_G); in lower_sub_sat()
|
/external/igt-gpu-tools/assembler/ |
D | brw_eu.c | 51 case BRW_CONDITIONAL_G: in brw_swap_cmod() 56 return BRW_CONDITIONAL_G; in brw_swap_cmod()
|
D | lex.l | 440 ".g" { yylval.integer = BRW_CONDITIONAL_G; return GREATER; }
|
D | brw_defines.h | 577 #define BRW_CONDITIONAL_G 3 macro
|
D | brw_disasm.c | 95 [BRW_CONDITIONAL_G] = ".g",
|
/external/mesa3d/src/intel/tools/ |
D | i965_lex.l | 357 ".g" { yylval.integer = BRW_CONDITIONAL_G; return GREATER; }
|