Home
last modified time | relevance | path

Searched refs:BRW_NEW_PSP (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_curbe.c344 BRW_NEW_PSP | /* Implicit - hardware requires this, not used above */
Dbrw_state_upload.c629 DEFINE_BIT(BRW_NEW_PSP),
Dbrw_misc_state.c107 brw->ctx.NewDriverState |= BRW_NEW_PSP; in upload_pipelined_state_pointers()
Dbrw_context.h278 #define BRW_NEW_PSP (1ull << BRW_STATE_PSP) macro