Lines Matching defs:pipe
31 #include "pipe/p_screen.h"
32 #include "pipe/p_context.h"
33 #include "pipe/p_state.h"
34 #include "pipe/p_defines.h"
35 #include "pipe/p_format.h"
252 struct pipe_context *pipe;
256 DBG("This=%p(pipe=%p) OffsetToLock=0x%x, SizeToLock=0x%x, Flags=0x%x\n",
391 pipe = NineDevice9_GetPipe(device);
392 pipe->resource_copy_region(pipe, This->base.resource, 0, 0, 0, 0,
450 pipe = NineDevice9_GetPipe(device);
451 pipe->flush(pipe, &fence, 0);
459 * with the secondary pipe, instead of waiting on the main pipe. */
475 pipe = device->pipe_secondary;
477 pipe = NineDevice9_GetPipe(device);
479 data = pipe->buffer_map(pipe, This->base.resource, 0,
483 DBG("pipe::buffer_map failed\n"
506 struct pipe_context *pipe;
518 pipe = This->maps[i].is_pipe_secondary ?
521 pipe->buffer_unmap(pipe, This->maps[i].transfer);
524 pipe->flush(pipe, NULL, 0);