Home | History | Annotate | Download | only in util

Lines Matching full:pipe

34 #include "pipe/p_defines.h"
48 pipe_get_tile_raw(struct pipe_context *pipe,
61 src = pipe->transfer_map(pipe, pt);
68 pipe->transfer_unmap(pipe, pt);
76 pipe_put_tile_raw(struct pipe_context *pipe,
90 dst = pipe->transfer_map(pipe, pt);
97 pipe->transfer_unmap(pipe, pt);
445 pipe_get_tile_rgba(struct pipe_context *pipe,
450 pipe_get_tile_rgba_format(pipe, pt, x, y, w, h, pt->resource->format, p);
455 pipe_get_tile_rgba_format(struct pipe_context *pipe,
477 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0);
486 pipe_put_tile_rgba(struct pipe_context *pipe,
491 pipe_put_tile_rgba_format(pipe, pt, x, y, w, h, pt->resource->format, p);
496 pipe_put_tile_rgba_format(struct pipe_context *pipe,
541 pipe_put_tile_raw(pipe, pt, x, y, w, h, packed, 0);
547 pipe_put_tile_i_format(struct pipe_context *pipe,
569 pipe_put_tile_raw(pipe, pt, x, y, w, h, packed, 0);
575 pipe_put_tile_ui_format(struct pipe_context *pipe,
597 pipe_put_tile_raw(pipe, pt, x, y, w, h, packed, 0);
606 pipe_get_tile_z(struct pipe_context *pipe,
620 map = (ubyte *)pipe->transfer_map(pipe, pt);
730 pipe->transfer_unmap(pipe, pt);
735 pipe_put_tile_z(struct pipe_context *pipe,
749 map = (ubyte *)pipe->transfer_map(pipe, pt);
865 pipe->transfer_unmap(pipe, pt);
870 pipe_get_tile_ui_format(struct pipe_context *pipe,
892 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0);
901 pipe_get_tile_i_format(struct pipe_context *pipe,
923 pipe_get_tile_raw(pipe, pt, x, y, w, h, packed, 0);