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 207 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
214 dst_box, &transfer);
219 dst_box->width, dst_box->height,
227 const struct pipe_box *dst_box, const XvImage *image,
235 dst_box, &transfer);
245 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
246 for (j = 0; j < dst_box->width; j++)
252 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width)
253 for (j = 0; j < dst_box->width; j++
377 struct pipe_box dst_box = {x, y, 0, width, height, 1}; local
418 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; local
484 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/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,
surface.c 394 struct pipe_box dst_box = { local
404 &dst_box, &transfer);
412 map, dst_box.width, dst_box.height);
417 PIPE_TRANSFER_WRITE, &dst_box,
output.c 249 struct pipe_box dst_box; local
265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
268 if (!dst_box.width || !dst_box.height) {
274 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
494 struct pipe_box dst_box = { local
499 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box,
  /external/virglrenderer/src/gallium/auxiliary/util/
u_surface.c 258 struct pipe_box dst_box; local
284 dst_box.x = dst_x;
285 dst_box.y = dst_y;
286 dst_box.z = dst_z;
287 dst_box.width = src_box->width;
288 dst_box.height = src_box->height;
289 dst_box.depth = src_box->depth;
295 &dst_box, &dst_trans);
  /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 531 const struct pipe_box *dst_box,
573 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/
image.c 537 struct pipe_box dst_box = {0, 0, j, width, height, 1}; local
550 &dst_box, &transfer);
558 map, dst_box.width, dst_box.height);
562 PIPE_TRANSFER_WRITE, &dst_box,
surface.c 163 const struct pipe_box *dst_box, const void *src, unsigned src_stride,
170 dst_box, &transfer);
175 dst_box->width, dst_box->height,
    [all...]

Completed in 629 milliseconds