HomeSort by relevance Sort by last modified time
    Searched refs:dst_box (Results 1 - 12 of 12) sorted by null

  /external/mesa3d/src/gallium/state_trackers/xvmc/
subpicture.c 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
178 dst_box, &transfer);
183 dst_box->width, dst_box->height,
303 struct pipe_box dst_box = {x, y, 0, width, height, 1}; local
325 &dst_box, &transfer);
330 dst_box.width, dst_box.height, &uc);
344 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; local
370 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy)
405 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_surface.c 264 struct pipe_box src_box, dst_box; local
281 dst_box.x = dst_x;
282 dst_box.y = dst_y;
283 dst_box.z = dst_z;
284 dst_box.width = src_box.width;
285 dst_box.height = src_box.height;
286 dst_box.depth = src_box.depth;
300 dst_box.width /= src_bw;
301 dst_box.height /= src_bh;
307 dst_box.width *= dst_bw
    [all...]
  /external/mesa3d/src/gallium/drivers/ilo/
ilo_blitter_blt.c 239 const struct pipe_box *dst_box,
259 if (dst_box->width * cpp > gen6_blt_max_bytes_per_scanline)
268 GEN6_XY_COLOR_BLT__SIZE * dst_box->depth,
271 for (slice = 0; slice < dst_box->depth; slice++) {
275 dst_level, dst_box->z + slice, &x, &y);
277 dst.x = x + dst_box->x;
278 dst.y = y + dst_box->y;
280 if (dst.x + dst_box->width > max_extent ||
281 dst.y + dst_box->height > max_extent)
285 dst_box->width, dst_box->height, rop, value_mask, write_mask)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vdpau/
bitmap.c 187 struct pipe_box dst_box; local
201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
203 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
output.c 249 struct pipe_box dst_box; local
265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
267 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
487 struct pipe_box dst_box = { local
492 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box,
surface.c 357 struct pipe_box dst_box = { local
363 PIPE_TRANSFER_WRITE, &dst_box,
  /external/mesa3d/src/gallium/state_trackers/nine/
volume9.c 422 struct pipe_box dst_box; local
430 dst_box.x = dstx;
431 dst_box.y = dsty;
432 dst_box.z = dstz;
445 dst_box.width = src_box.width;
446 dst_box.height = src_box.height;
447 dst_box.depth = src_box.depth;
454 &dst_box,
nine_state.h 526 const struct pipe_box *dst_box,
568 const struct pipe_box *dst_box,
surface9.c 627 struct pipe_box dst_box, src_box; local
654 copy_width, copy_height, &dst_box);
663 &dst_box,
nine_state.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
surface.c 164 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
171 dst_box, &transfer);
176 dst_box->width, dst_box->height,
image.c 536 struct pipe_box dst_box = {0, 0, j, width, height, 1}; local
538 PIPE_TRANSFER_WRITE, &dst_box,

Completed in 120 milliseconds