Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_state_upload.c127 case BRW_COMPUTE_PIPELINE: in brw_get_pipeline_atoms()
436 } else if (pipeline == BRW_COMPUTE_PIPELINE) { in brw_upload_programs()
635 brw_upload_pipeline_state(brw, BRW_COMPUTE_PIPELINE); in brw_upload_compute_state()
641 brw_pipeline_state_finished(brw, BRW_COMPUTE_PIPELINE); in brw_compute_state_finished()
Dbrw_program_cache.c439 brw->state.pipelines[BRW_COMPUTE_PIPELINE].mesa = ~0; in brw_clear_cache()
440 brw->state.pipelines[BRW_COMPUTE_PIPELINE].brw = ~0ull; in brw_clear_cache()
Dbrw_misc_state.c437 if (pipeline == BRW_COMPUTE_PIPELINE) { in brw_emit_select_pipeline()
493 (pipeline == BRW_COMPUTE_PIPELINE ? 2 : 0)); in brw_emit_select_pipeline()
Dbrw_context.h149 BRW_COMPUTE_PIPELINE, enumerator
DgenX_state_upload.c5692 brw_copy_pipeline_atoms(brw, BRW_COMPUTE_PIPELINE,