Lines Matching refs:pipe
113 struct pipe_context *pipe = ctx->pipe;
115 pipe->buffer_subdata(pipe, obj->buffer,
144 pipe_buffer_read(ctx->pipe, obj->buffer,
270 struct pipe_context *pipe = ctx->pipe;
271 struct pipe_screen *screen = pipe->screen;
298 pipe->buffer_subdata(pipe, obj->buffer,
306 pipe->invalidate_resource(pipe, obj->buffer);
355 pipe_buffer_write(pipe, obj->buffer, 0, size, data);
475 struct pipe_context *pipe = ctx->pipe;
499 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe,
523 struct pipe_context *pipe = ctx->pipe;
534 pipe_buffer_flush_mapped_range(pipe, obj->transfer[index],
547 struct pipe_context *pipe = ctx->pipe;
550 pipe_buffer_unmap(pipe, obj->transfer[index]);
570 struct pipe_context *pipe = ctx->pipe;
583 pipe->resource_copy_region(pipe, dst->buffer, 0, writeOffset, 0, 0,
2849 if (!ctx->pipe->clear_buffer) {
2862 ctx->pipe->clear_buffer(ctx->pipe, bufObj->buffer, offset, size,
5182 struct pipe_context *pipe = ctx->pipe;
5192 pipe->invalidate_resource(pipe, obj->buffer);
5351 struct pipe_context *pipe = ctx->pipe;
5356 if (!pipe->resource_commit(pipe, bufferObj->buffer, 0, &box, commit)) {