Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu.c49 case BRW_CONDITIONAL_G: in brw_negate_cmod()
56 return BRW_CONDITIONAL_G; in brw_negate_cmod()
72 case BRW_CONDITIONAL_G: in brw_swap_cmod()
77 return BRW_CONDITIONAL_G; in brw_swap_cmod()
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()
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()
Dtest_fs_copy_propagation.cpp170 { BRW_CONDITIONAL_G , 0.5f, false }, in TEST_F()
Dbrw_eu_defines.h118 BRW_CONDITIONAL_G = 3, enumerator
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.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.cpp309 return BRW_CONDITIONAL_G; in cond_for_alpha_func()
Dbrw_fs_surface_builder.cpp397 BRW_CONDITIONAL_G)); in emit_untyped_image_check()
Dbrw_disasm.c87 [BRW_CONDITIONAL_G] = ".g",
Dbrw_vec4_nir.cpp1871 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G)); in nir_emit_alu()
Dbrw_fs_nir.cpp872 bld.CMP(bld.null_reg_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G); in nir_emit_alu()
Dbrw_fs.cpp2465 case BRW_CONDITIONAL_G: in opt_algebraic()