Home
last modified time | relevance | path

Searched refs:BRW_CONDITIONAL_EQ (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_clip_tri.c146 BRW_CONDITIONAL_EQ, in brw_clip_tri_init_vertices()
184 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade()
198 BRW_CONDITIONAL_EQ, in brw_clip_tri_flat_shade()
293 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri()
335 brw_CMP(p, vec1(brw_null_reg()), BRW_CONDITIONAL_EQ, get_addr_reg(vtxOut), brw_imm_uw(0) ); in brw_clip_tri()
Dbrw_clip_unfilled.c225 BRW_CONDITIONAL_EQ, in merge_edgeflags()
234 brw_set_conditionalmod(p, BRW_CONDITIONAL_EQ); in merge_edgeflags()
242 brw_set_conditionalmod(p, BRW_CONDITIONAL_EQ); in merge_edgeflags()
Dbrw_gs_emit.c409 brw_CMP(p, vec8(brw_null_reg()), BRW_CONDITIONAL_EQ, in gen6_sol_program()
Dbrw_defines.h533 #define BRW_CONDITIONAL_EQ 1 /* Z */ macro
Dbrw_wm_emit.c672 emit_sop(p, dst, mask, BRW_CONDITIONAL_EQ, arg0, arg1); in emit_seq()
Dbrw_vs_emit.c522 emit_sop(c, dst, arg0, arg1, BRW_CONDITIONAL_EQ); in emit_seq()