Home
last modified time | relevance | path

Searched refs:dst_box (Results 1 – 12 of 12) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c207 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/
Du_surface.c264 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/
Du_surface.c258 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/
Dvolume9.c422 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()
Dnine_state.h531 const struct pipe_box *dst_box,
573 const struct pipe_box *dst_box,
Dsurface9.c627 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()
Dnine_state.c2580 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/
Dbitmap.c187 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()
Dsurface.c394 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()
Doutput.c249 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/
Dimage.c537 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()
Dsurface.c163 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()