Home
last modified time | relevance | path

Searched refs:last_pipeline (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state.h174 if (unlikely(brw->last_pipeline != pipeline)) { in brw_select_pipeline()
177 brw->last_pipeline = pipeline; in brw_select_pipeline()
DgenX_pipe_control.c63 (GFX_VER >= 7 && brw->last_pipeline == BRW_COMPUTE_PIPELINE)
Dbrw_state_upload.c308 brw->last_pipeline = BRW_NUM_PIPELINES; in brw_init_state()
Dbrw_misc_state.c703 brw->last_pipeline = BRW_RENDER_PIPELINE; in brw_upload_invariant_state()
Dbrw_context.h847 enum brw_pipeline last_pipeline; member