Lines Matching refs:pipe
35 #include "pipe/p_defines.h"
36 #include "pipe/p_screen.h"
37 #include "pipe/p_state.h"
193 * Fallback function for pipe->resource_copy_region().
202 util_resource_copy_region(struct pipe_context *pipe,
292 src_map = pipe->buffer_map(pipe,
302 dst_map = pipe->buffer_map(pipe,
317 pipe->buffer_unmap(pipe, dst_trans);
319 pipe->buffer_unmap(pipe, src_trans);
323 src_map = pipe->texture_map(pipe,
333 dst_map = pipe->texture_map(pipe,
353 pipe->texture_unmap(pipe, dst_trans);
355 pipe->texture_unmap(pipe, src_trans);
380 util_clear_color_texture(struct pipe_context *pipe,
391 dst_map = pipe_texture_map_3d(pipe,
405 pipe->texture_unmap(pipe, dst_trans);
413 * Fallback for pipe->clear_render_target() function.
421 util_clear_render_target(struct pipe_context *pipe,
443 dst_map = pipe_texture_map(pipe,
452 pipe->texture_unmap(pipe, dst_trans);
457 util_clear_color_texture(pipe, dst->texture, dst->format, color,
575 util_clear_depth_stencil_texture(struct pipe_context *pipe,
592 dst_map = pipe_texture_map_3d(pipe,
610 pipe->texture_unmap(pipe, dst_trans);
615 util_clear_texture(struct pipe_context *pipe,
645 util_clear_depth_stencil_texture(pipe, tex, tex->format, clear, zstencil,
652 util_clear_color_texture(pipe, tex, tex->format, &color, level,
660 * Fallback for pipe->clear_stencil() function.
667 util_clear_depth_stencil(struct pipe_context *pipe,
684 util_clear_depth_stencil_texture(pipe, dst->texture, dst->format,