Searched refs:BRW_CONDITIONAL_G (Results 1 – 14 of 14) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_eu.c | 49 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()
|
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 | 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 | test_fs_copy_propagation.cpp | 170 { BRW_CONDITIONAL_G , 0.5f, false }, in TEST_F()
|
D | brw_eu_defines.h | 118 BRW_CONDITIONAL_G = 3, enumerator
|
D | gen6_gs_visitor.cpp | 353 emit(CMP(dst_null_ud(), this->vertex_count, brw_imm_ud(0u), BRW_CONDITIONAL_G)); in emit_thread_end()
|
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 | 309 return BRW_CONDITIONAL_G; in cond_for_alpha_func()
|
D | brw_fs_surface_builder.cpp | 397 BRW_CONDITIONAL_G)); in emit_untyped_image_check()
|
D | brw_disasm.c | 87 [BRW_CONDITIONAL_G] = ".g",
|
D | brw_vec4_nir.cpp | 1871 emit(CMP(dst_null_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G)); in nir_emit_alu()
|
D | brw_fs_nir.cpp | 872 bld.CMP(bld.null_reg_d(), op[0], brw_imm_d(0), BRW_CONDITIONAL_G); in nir_emit_alu()
|
D | brw_fs.cpp | 2465 case BRW_CONDITIONAL_G: in opt_algebraic()
|