/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | subpicture.c | 207 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler() argument 214 dst_box, &transfer); in upload_sampler() 219 dst_box->width, dst_box->height, in upload_sampler() 227 const struct pipe_box *dst_box, const XvImage *image, in upload_sampler_convert() argument 235 dst_box, &transfer); in upload_sampler_convert() 245 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width) in upload_sampler_convert() 246 for (j = 0; j < dst_box->width; j++) in upload_sampler_convert() 252 for (i = 0; i < dst_box->height; i++, map += transfer->stride, src += image->width) in upload_sampler_convert() 253 for (j = 0; j < dst_box->width; j++) in upload_sampler_convert() 377 struct pipe_box dst_box = {x, y, 0, width, height, 1}; in XvMCClearSubpicture() local [all …]
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_surface.c | 264 struct pipe_box src_box, dst_box; in util_resource_copy_region() local 281 dst_box.x = dst_x; in util_resource_copy_region() 282 dst_box.y = dst_y; in util_resource_copy_region() 283 dst_box.z = dst_z; in util_resource_copy_region() 284 dst_box.width = src_box.width; in util_resource_copy_region() 285 dst_box.height = src_box.height; in util_resource_copy_region() 286 dst_box.depth = src_box.depth; in util_resource_copy_region() 300 dst_box.width /= src_bw; in util_resource_copy_region() 301 dst_box.height /= src_bh; in util_resource_copy_region() 307 dst_box.width *= dst_bw; in util_resource_copy_region() [all …]
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_surface.c | 258 struct pipe_box dst_box; in util_resource_copy_region() local 284 dst_box.x = dst_x; in util_resource_copy_region() 285 dst_box.y = dst_y; in util_resource_copy_region() 286 dst_box.z = dst_z; in util_resource_copy_region() 287 dst_box.width = src_box->width; in util_resource_copy_region() 288 dst_box.height = src_box->height; in util_resource_copy_region() 289 dst_box.depth = src_box->depth; in util_resource_copy_region() 295 &dst_box, &dst_trans); in util_resource_copy_region()
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | volume9.c | 422 struct pipe_box dst_box; in NineVolume9_CopyMemToDefault() local 430 dst_box.x = dstx; in NineVolume9_CopyMemToDefault() 431 dst_box.y = dsty; in NineVolume9_CopyMemToDefault() 432 dst_box.z = dstz; in NineVolume9_CopyMemToDefault() 445 dst_box.width = src_box.width; in NineVolume9_CopyMemToDefault() 446 dst_box.height = src_box.height; in NineVolume9_CopyMemToDefault() 447 dst_box.depth = src_box.depth; in NineVolume9_CopyMemToDefault() 454 &dst_box, in NineVolume9_CopyMemToDefault()
|
D | nine_state.h | 531 const struct pipe_box *dst_box, 573 const struct pipe_box *dst_box,
|
D | surface9.c | 627 struct pipe_box dst_box, src_box; in NineSurface9_CopyMemToDefault() local 654 copy_width, copy_height, &dst_box); in NineSurface9_CopyMemToDefault() 663 &dst_box, in NineSurface9_CopyMemToDefault()
|
D | nine_state.c | 2580 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT() argument 2592 dst_box->x, dst_box->y, dst_box->z, in CSMT_ITEM_NO_WAIT() 2660 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() argument 2679 dst_box, &transfer); in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2693 dst_box->width, dst_box->height, in CSMT_ITEM_NO_WAIT_WITH_COUNTER() 2694 dst_box->depth); in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 187 struct pipe_box dst_box; in vlVdpBitmapSurfacePutBitsNative() local 201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpBitmapSurfacePutBitsNative() 203 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpBitmapSurfacePutBitsNative()
|
D | surface.c | 394 struct pipe_box dst_box = { in vlVdpVideoSurfacePutBitsYCbCr() local 404 &dst_box, &transfer); in vlVdpVideoSurfacePutBitsYCbCr() 412 map, dst_box.width, dst_box.height); in vlVdpVideoSurfacePutBitsYCbCr() 417 PIPE_TRANSFER_WRITE, &dst_box, in vlVdpVideoSurfacePutBitsYCbCr()
|
D | output.c | 249 struct pipe_box dst_box; in vlVdpOutputSurfacePutBitsNative() local 265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpOutputSurfacePutBitsNative() 268 if (!dst_box.width || !dst_box.height) { in vlVdpOutputSurfacePutBitsNative() 274 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpOutputSurfacePutBitsNative() 494 struct pipe_box dst_box = { in vlVdpOutputSurfacePutBitsYCbCr() local 499 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box, in vlVdpOutputSurfacePutBitsYCbCr()
|
/external/mesa3d/src/gallium/state_trackers/va/ |
D | image.c | 537 struct pipe_box dst_box = {0, 0, j, width, height, 1}; in vlVaPutImage() local 550 &dst_box, &transfer); in vlVaPutImage() 558 map, dst_box.width, dst_box.height); in vlVaPutImage() 562 PIPE_TRANSFER_WRITE, &dst_box, in vlVaPutImage()
|
D | surface.c | 163 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler() argument 170 dst_box, &transfer); in upload_sampler() 175 dst_box->width, dst_box->height, in upload_sampler()
|