Home
last modified time | relevance | path

Searched refs:BRW_NEW_PRIMITIVE (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dgen7_sf_state.c105 BRW_NEW_PRIMITIVE |
260 BRW_NEW_PRIMITIVE |
Dgen6_clip_state.c222 BRW_NEW_PRIMITIVE |
Dbrw_ff_gs.c156 BRW_NEW_PRIMITIVE | in brw_ff_gs_state_dirty()
Dbrw_draw.c102 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in brw_set_prim()
127 brw->ctx.NewDriverState |= BRW_NEW_PRIMITIVE; in gen6_set_prim()
Dgen6_sf_state.c450 BRW_NEW_PRIMITIVE |
Dgen8_draw_upload.c407 BRW_NEW_PRIMITIVE,
Dbrw_state_upload.c627 DEFINE_BIT(BRW_NEW_PRIMITIVE),
Dbrw_context.h276 #define BRW_NEW_PRIMITIVE (1ull << BRW_STATE_PRIMITIVE) macro