Searched defs:dst_sample_mask (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_blitter.c1084 unsigned dst_level, unsigned dst_sample_mask,
1107 util_blitter_copy_texture_view(blitter, dst_view, dst_sample_mask, dstx,
1117 unsigned dst_sample_mask,
1238 pipe->set_sample_mask(pipe, dst_sample_mask);
1082 util_blitter_copy_texture(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dst_level, unsigned dst_sample_mask, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, unsigned src_sample, const struct pipe_box *srcbox) argument
1115 util_blitter_copy_texture_view(struct blitter_context *blitter, struct pipe_surface *dst, unsigned dst_sample_mask, unsigned dstx, unsigned dsty, struct pipe_sampler_view *src, unsigned src_sample, const struct pipe_box *srcbox, unsigned src_width0, unsigned src_height0, unsigned mask) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_blitter.c1084 unsigned dst_level, unsigned dst_sample_mask,
1107 util_blitter_copy_texture_view(blitter, dst_view, dst_sample_mask, dstx,
1117 unsigned dst_sample_mask,
1238 pipe->set_sample_mask(pipe, dst_sample_mask);
1082 util_blitter_copy_texture(struct blitter_context *blitter, struct pipe_resource *dst, unsigned dst_level, unsigned dst_sample_mask, unsigned dstx, unsigned dsty, unsigned dstz, struct pipe_resource *src, unsigned src_level, unsigned src_sample, const struct pipe_box *srcbox) argument
1115 util_blitter_copy_texture_view(struct blitter_context *blitter, struct pipe_surface *dst, unsigned dst_sample_mask, unsigned dstx, unsigned dsty, struct pipe_sampler_view *src, unsigned src_sample, const struct pipe_box *srcbox, unsigned src_width0, unsigned src_height0, unsigned mask) argument

Completed in 97 milliseconds