HomeSort by: relevance | last modified time | path
    Searched defs:brw_emit_pipe_control_flush (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_pipe_control.c 37 brw_emit_pipe_control_flush(struct brw_context *brw, uint32_t flags) function
105 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_STALL);
106 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_CACHE_FLUSH);
107 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_STALL);
240 brw_emit_pipe_control_flush(brw,
346 brw_emit_pipe_control_flush(brw, flags);
371 brw_emit_pipe_control_flush(brw, flags);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_pipe_control.c 37 brw_emit_pipe_control_flush(struct brw_context *brw, uint32_t flags) function
105 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_STALL);
106 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_CACHE_FLUSH);
107 brw_emit_pipe_control_flush(brw, PIPE_CONTROL_DEPTH_STALL);
238 brw_emit_pipe_control_flush(brw,
342 brw_emit_pipe_control_flush(brw, flags);
367 brw_emit_pipe_control_flush(brw, flags);

Completed in 5 milliseconds