Home
last modified time | relevance | path

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

/external/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 (GEN_GEN >= 7 && brw->last_pipeline == BRW_COMPUTE_PIPELINE)
Dbrw_state_upload.c308 brw->last_pipeline = BRW_NUM_PIPELINES; in brw_init_state()
Dbrw_misc_state.c704 brw->last_pipeline = BRW_RENDER_PIPELINE; in brw_upload_invariant_state()
Dbrw_context.h855 enum brw_pipeline last_pipeline; member