Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_batchbuffer.c471 OUT_BATCH(PIPE_CONTROL_CS_STALL | in intel_emit_post_sync_nonzero_flush()
524 PIPE_CONTROL_CS_STALL); in intel_batchbuffer_emit_mi_flush()
Dbrw_queryobj.c63 OUT_BATCH(PIPE_CONTROL_CS_STALL | PIPE_CONTROL_STALL_AT_SCOREBOARD); in write_timestamp()
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c471 OUT_BATCH(PIPE_CONTROL_CS_STALL | in intel_emit_post_sync_nonzero_flush()
524 PIPE_CONTROL_CS_STALL); in intel_batchbuffer_emit_mi_flush()
/external/mesa3d/src/mesa/drivers/dri/intel/
Dintel_batchbuffer.c471 OUT_BATCH(PIPE_CONTROL_CS_STALL | in intel_emit_post_sync_nonzero_flush()
524 PIPE_CONTROL_CS_STALL); in intel_batchbuffer_emit_mi_flush()
Dintel_reg.h62 #define PIPE_CONTROL_CS_STALL (1 << 20) macro