Home
last modified time | relevance | path

Searched refs:PIPE_CONTROL_DATA_CACHE_FLUSH (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_pipe_control.h60 PIPE_CONTROL_DATA_CACHE_FLUSH = (1 << 19), enumerator
69 (PIPE_CONTROL_DEPTH_CACHE_FLUSH | PIPE_CONTROL_DATA_CACHE_FLUSH | \
DgenX_pipe_control.c362 PIPE_CONTROL_DATA_CACHE_FLUSH)))) { in genX()
455 PIPE_CONTROL_DATA_CACHE_FLUSH; in genX()
469 pc.DCFlushEnable = flags & PIPE_CONTROL_DATA_CACHE_FLUSH; in genX()
Dgen7_l3_state.c88 PIPE_CONTROL_DATA_CACHE_FLUSH | in setup_l3_config()
115 PIPE_CONTROL_DATA_CACHE_FLUSH | in setup_l3_config()
Dbrw_pipe_control.c365 PIPE_CONTROL_DATA_CACHE_FLUSH | in brw_emit_mi_flush()
Dbrw_misc_state.c529 devinfo->gen >= 7 ? PIPE_CONTROL_DATA_CACHE_FLUSH : 0; in brw_emit_select_pipeline()
759 devinfo->gen >= 7 ? PIPE_CONTROL_DATA_CACHE_FLUSH : 0; in brw_upload_state_base_address()
Dbrw_program.c351 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in brw_memory_barrier()
/external/mesa3d/src/gallium/drivers/iris/
Diris_pipe_control.c292 PIPE_CONTROL_DATA_CACHE_FLUSH | in iris_flush_all_caches()
336 unsigned bits = PIPE_CONTROL_DATA_CACHE_FLUSH | PIPE_CONTROL_CS_STALL; in iris_memory_barrier()
Diris_fine_fence.c70 PIPE_CONTROL_DATA_CACHE_FLUSH; in iris_fine_fence_new()
Diris_context.h314 PIPE_CONTROL_DATA_CACHE_FLUSH = (1 << 19), enumerator
326 PIPE_CONTROL_DATA_CACHE_FLUSH | \
Diris_resource.c2147 PIPE_CONTROL_DATA_CACHE_FLUSH; in iris_flush_bits_for_history()
2157 flush |= PIPE_CONTROL_DATA_CACHE_FLUSH; in iris_flush_bits_for_history()
Diris_state.c412 PIPE_CONTROL_DATA_CACHE_FLUSH | in flush_before_state_base_change()
658 PIPE_CONTROL_DATA_CACHE_FLUSH | in emit_pipeline_select()
7437 PIPE_CONTROL_DATA_CACHE_FLUSH)))) { in iris_emit_raw_pipe_control()
7504 PIPE_CONTROL_DATA_CACHE_FLUSH; in iris_emit_raw_pipe_control()
7530 (flags & PIPE_CONTROL_DATA_CACHE_FLUSH) ? "DC " : "", in iris_emit_raw_pipe_control()
7561 pc.DCFlushEnable = flags & PIPE_CONTROL_DATA_CACHE_FLUSH; in iris_emit_raw_pipe_control()