Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_G (Results 1 – 18 of 18) sorted by relevance

/external/mesa3d/src/intel/compiler/
Dbrw_fs_cmod_propagation.cpp129 (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()
Dtest_fs_cmod_propagation.cpp687 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 …]
Dbrw_eu.cpp52 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()
Dbrw_clip_line.c220 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()
Dbrw_clip_tri.c457 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()
Dtest_fs_copy_propagation.cpp169 { BRW_CONDITIONAL_G , 0.5f, false }, in TEST_F()
Dgen6_gs_visitor.cpp371 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G)); in emit_thread_end()
Dbrw_eu_defines.h127 BRW_CONDITIONAL_G = 3, enumerator
Dbrw_clip_unfilled.c304 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); in emit_lines()
Dbrw_compile_sf.c146 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
Dbrw_fs_visitor.cpp384 return BRW_CONDITIONAL_G; in cond_for_alpha_func()
Dbrw_disasm.c106 [BRW_CONDITIONAL_G] = ".g",
Dbrw_fs.cpp2815 case BRW_CONDITIONAL_G: in opt_algebraic()
4263 BRW_CONDITIONAL_G); in lower_sub_sat()
/external/igt-gpu-tools/assembler/
Dbrw_eu.c51 case BRW_CONDITIONAL_G: in brw_swap_cmod()
56 return BRW_CONDITIONAL_G; in brw_swap_cmod()
Dlex.l440 ".g" { yylval.integer = BRW_CONDITIONAL_G; return GREATER; }
Dbrw_defines.h577 #define BRW_CONDITIONAL_G 3 macro
Dbrw_disasm.c95 [BRW_CONDITIONAL_G] = ".g",
/external/mesa3d/src/intel/tools/
Di965_lex.l357 ".g" { yylval.integer = BRW_CONDITIONAL_G; return GREATER; }