Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state.h149 if (unlikely(brw->last_pipeline != pipeline)) { in brw_select_pipeline()
152 brw->last_pipeline = pipeline; in brw_select_pipeline()
Dbrw_misc_state.c546 brw->last_pipeline = BRW_RENDER_PIPELINE; in brw_upload_invariant_state()
Dbrw_state_upload.c163 brw->last_pipeline = BRW_NUM_PIPELINES; in brw_init_state()
Dbrw_context.h869 enum brw_pipeline last_pipeline; member