Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu.c77 case BRW_CONDITIONAL_G: in brw_negate_cmod()
84 return BRW_CONDITIONAL_G; in brw_negate_cmod()
100 case BRW_CONDITIONAL_G: in brw_swap_cmod()
105 return BRW_CONDITIONAL_G; in brw_swap_cmod()
Dbrw_clip_tri.c462 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); in brw_clip_tri_emit_polygon()
589 brw_CMP(p, t1, BRW_CONDITIONAL_G, v0, get_element(v0, 3)); in brw_clip_test()
590 brw_CMP(p, t2, BRW_CONDITIONAL_G, v1, get_element(v1, 3)); in brw_clip_test()
591 brw_CMP(p, t3, BRW_CONDITIONAL_G, v2, get_element(v2, 3)); in brw_clip_test()
Dbrw_clip_line.c227 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t1 ); in clip_and_emit_line()
250 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_G, c->reg.t, c->reg.t0 ); in clip_and_emit_line()
Dtest_fs_copy_propagation.cpp170 { BRW_CONDITIONAL_G , 0.5f, false }, in TEST_F()
Dgen6_gs_visitor.cpp353 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G)); in emit_thread_end()
Dbrw_clip_unfilled.c310 brw_inst_set_cond_modifier(p->devinfo, brw_last_inst, BRW_CONDITIONAL_G); in emit_lines()
Dbrw_sf_emit.c119 GLuint backface_conditional = c->key.frontface_ccw ? BRW_CONDITIONAL_G : BRW_CONDITIONAL_L; in do_twoside_color()
Dbrw_shader.cpp85 return BRW_CONDITIONAL_G; in brw_conditional_for_comparison()
Dbrw_fs_visitor.cpp353 return BRW_CONDITIONAL_G; in cond_for_alpha_func()
Dbrw_fs_surface_builder.cpp377 BRW_CONDITIONAL_G)); in emit_untyped_image_check()
Dbrw_defines.h788 BRW_CONDITIONAL_G = 3, enumerator
Dbrw_disasm.c85 [BRW_CONDITIONAL_G] = ".g",
Dbrw_vec4_nir.cpp1982 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G)); in nir_emit_alu()
Dbrw_fs_nir.cpp777 bld.CMP(bld.null_reg_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G); in nir_emit_alu()
Dbrw_fs.cpp2304 case BRW_CONDITIONAL_G: in opt_algebraic()