Searched refs:dst_box (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_texture.c35 const struct pipe_box *dst_box,
50 blit.dst.box.x = dst_box->x;
51 blit.dst.box.y = dst_box->y;
52 blit.dst.box.z = dst_box->z;
53 blit.dst.box.width = dst_box->width;
54 blit.dst.box.height = dst_box->height;
55 blit.dst.box.depth = dst_box->depth;
145 struct pipe_box dst_box = *box; local in function:texture_transfer_map_resolve
146 dst_box.x = dst_box
32 virgl_copy_region_with_blit(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,const struct pipe_box * dst_box,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Dpixmap.c289 BoxRec dst_box; local in function:PixmapDirtyCopyArea
292 dst_box = *b;
293 w = dst_box.x2 - dst_box.x1;
294 h = dst_box.y2 - dst_box.y1;
297 dirty->x + dst_box.x1, dirty->y + dst_box.y1, w, h,
298 dirty->dst_x + dst_box.x1,
299 dirty->dst_y + dst_box
336 BoxRec dst_box; local in function:PixmapDirtyCompositeRotate
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
H A Dxf86Rotate.c88 BoxRec dst_box; local in function:xf86RotateCrtcRedisplay
90 dst_box = *b;
91 dst_box.x1 -= crtc->filter_width >> 1;
92 dst_box.x2 += crtc->filter_width >> 1;
93 dst_box.y1 -= crtc->filter_height >> 1;
94 dst_box.y2 += crtc->filter_height >> 1;
95 pixman_f_transform_bounds(&crtc->f_framebuffer_to_crtc, &dst_box);
98 dst_box.x1, dst_box.y1, 0, 0, dst_box
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/
H A Dsubpicture.c207 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
206 upload_sampler(struct pipe_context * pipe,struct pipe_sampler_view * dst,const struct pipe_box * dst_box,const void * src,unsigned src_stride,unsigned src_x,unsigned src_y) argument
226 upload_sampler_convert(struct pipe_context * pipe,struct pipe_sampler_view * dst,const struct pipe_box * dst_box,const XvImage * image,unsigned src_x,unsigned src_y) argument
377 struct pipe_box dst_box = {x, y, 0, width, height, 1}; local in function:XvMCClearSubpicture
418 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; local in function:XvMCCompositeSubpicture
484 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; local in function:XvMCSetSubpicturePalette
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/
H A Dsubpicture.c207 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
206 upload_sampler(struct pipe_context * pipe,struct pipe_sampler_view * dst,const struct pipe_box * dst_box,const void * src,unsigned src_stride,unsigned src_x,unsigned src_y) argument
226 upload_sampler_convert(struct pipe_context * pipe,struct pipe_sampler_view * dst,const struct pipe_box * dst_box,const XvImage * image,unsigned src_x,unsigned src_y) argument
377 struct pipe_box dst_box = {x, y, 0, width, height, 1}; local in function:XvMCClearSubpicture
416 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; local in function:XvMCCompositeSubpicture
482 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; local in function:XvMCSetSubpicturePalette
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_texture.c34 const struct pipe_box *dst_box,
41 assert(src_box->width == dst_box->width);
42 assert(src_box->height == dst_box->height);
43 assert(src_box->depth == dst_box->depth);
53 blit.dst.box.x = dst_box->x;
54 blit.dst.box.y = dst_box->y;
55 blit.dst.box.z = dst_box->z;
195 struct pipe_box dst_box = *box; local in function:texture_transfer_map_resolve
196 dst_box.x = dst_box
31 virgl_copy_region_with_blit(struct pipe_context * pipe,struct pipe_resource * dst,unsigned dst_level,const struct pipe_box * dst_box,struct pipe_resource * src,unsigned src_level,const struct pipe_box * src_box) argument
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
H A Dephyrvideo.c1052 BoxRec clipped_area, dst_box ; local in function:ephyrPutVideo
1061 dst_box.x1 = a_drw_x ;
1062 dst_box.x2 = a_drw_x + a_drw_w;
1063 dst_box.y1 = a_drw_y ;
1064 dst_box.y2 = a_drw_y + a_drw_h;
1066 if (!DoSimpleClip (&dst_box,
1103 BoxRec clipped_area, dst_box ; local in function:ephyrGetVideo
1112 dst_box.x1 = a_drw_x ;
1113 dst_box.x2 = a_drw_x + a_drw_w;
1114 dst_box
1154 BoxRec clipped_area, dst_box ; local in function:ephyrPutStill
1205 BoxRec clipped_area, dst_box ; local in function:ephyrGetStill
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/
H A Dxf86Rotate.c127 BoxRec dst_box; local in function:xf86RotateCrtcRedisplay
129 dst_box = *b;
130 dst_box.x1 -= crtc->filter_width >> 1;
131 dst_box.x2 += crtc->filter_width >> 1;
132 dst_box.y1 -= crtc->filter_height >> 1;
133 dst_box.y2 += crtc->filter_height >> 1;
134 pixman_f_transform_bounds (&crtc->f_framebuffer_to_crtc, &dst_box);
137 dst_box.x1, dst_box.y1, 0, 0, dst_box
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_surface.c215 struct pipe_box src_box, dst_box; local in function:util_resource_copy_region
232 dst_box.x = dst_x;
233 dst_box.y = dst_y;
234 dst_box.z = dst_z;
235 dst_box.width = src_box.width;
236 dst_box.height = src_box.height;
237 dst_box.depth = src_box.depth;
251 dst_box.width /= src_bw;
252 dst_box.height /= src_bh;
258 dst_box
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_surface.c264 struct pipe_box src_box, dst_box; local in function:util_resource_copy_region
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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dbitmap.c187 struct pipe_box dst_box; local in function:vlVdpBitmapSurfacePutBitsNative
201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
203 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
H A Dsurface.c394 struct pipe_box dst_box = { local in function:vlVdpVideoSurfacePutBitsYCbCr
404 &dst_box, &transfer);
412 map, dst_box.width, dst_box.height);
417 PIPE_TRANSFER_WRITE, &dst_box,
H A Doutput.c250 struct pipe_box dst_box; local in function:vlVdpOutputSurfacePutBitsNative
266 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
269 if (!dst_box.width || !dst_box.height) {
275 PIPE_TRANSFER_WRITE, &dst_box, *source_data,
495 struct pipe_box dst_box = { local in function:vlVdpOutputSurfacePutBitsYCbCr
500 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dbitmap.c187 struct pipe_box dst_box; local in function:vlVdpBitmapSurfacePutBitsNative
201 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
203 PIPE_MAP_WRITE, &dst_box, *source_data,
H A Dsurface.c394 struct pipe_box dst_box = { local in function:vlVdpVideoSurfacePutBitsYCbCr
404 &dst_box, &transfer);
412 map, dst_box.width, dst_box.height);
417 PIPE_MAP_WRITE, &dst_box,
H A Doutput.c250 struct pipe_box dst_box; local in function:vlVdpOutputSurfacePutBitsNative
266 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture);
269 if (!dst_box.width || !dst_box.height) {
275 PIPE_MAP_WRITE, &dst_box, *source_data,
500 struct pipe_box dst_box = { local in function:vlVdpOutputSurfacePutBitsYCbCr
505 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_MAP_WRITE, &dst_box,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp468 struct pipe_box *dst_box,
495 dst_box->x = 0;
496 dst_box->y = 0;
497 dst_box->z = 0;
498 dst_box->width = copy_src.width;
499 dst_box->height = copy_src.height;
500 dst_box->depth = copy_src.depth;
502 d3d12_direct_copy(ctx, d3d12_resource(staging_res), 0, dst_box,
506 dst_box->x = dst_box
464 create_staging_resource(struct d3d12_context * ctx,struct d3d12_resource * src,unsigned src_level,const struct pipe_box * src_box,struct pipe_box * dst_box,unsigned mask) argument
980 struct pipe_box staging_box, dst_box; local in function:d3d12_resource_copy_region
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dvolume9.c431 struct pipe_box dst_box; local in function:NineVolume9_CopyMemToDefault
439 dst_box.x = dstx;
440 dst_box.y = dsty;
441 dst_box.z = dstz;
454 dst_box.width = src_box.width;
455 dst_box.height = src_box.height;
456 dst_box.depth = src_box.depth;
463 &dst_box,
H A Dsurface9.c551 struct pipe_box dst_box, src_box; local in function:NineSurface9_UnlockRect
575 This->desc.Width, This->desc.Height, &dst_box);
584 &dst_box,
638 struct pipe_box dst_box, src_box; local in function:NineSurface9_CopyMemToDefault
665 copy_width, copy_height, &dst_box);
674 &dst_box,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dvolume9.c430 struct pipe_box dst_box; local in function:NineVolume9_CopyMemToDefault
438 dst_box.x = dstx;
439 dst_box.y = dsty;
440 dst_box.z = dstz;
453 dst_box.width = src_box.width;
454 dst_box.height = src_box.height;
455 dst_box.depth = src_box.depth;
462 &dst_box,
H A Dsurface9.c558 struct pipe_box dst_box, src_box; local in function:NineSurface9_UnlockRect
586 This->desc.Width, This->desc.Height, &dst_box);
595 &dst_box,
653 struct pipe_box dst_box, src_box; local in function:NineSurface9_CopyMemToDefault
680 copy_width, copy_height, &dst_box);
703 &dst_box,
/xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/
H A Dvmwgfx_saa.h125 const BoxRec *dst_box, RegionPtr region);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/va/
H A Dimage.c583 struct pipe_box dst_box = {0, 0, j, width, height, 1}; local in function:vlVaPutImage
596 &dst_box, &transfer);
604 map, dst_box.width, dst_box.height);
608 PIPE_TRANSFER_WRITE, &dst_box,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c46 struct pipe_box dst_box = *src_box; local in function:lp_resource_copy_ms
48 dst_box.x = dstx;
49 dst_box.y = dsty;
50 dst_box.z = dstz;
65 &dst_box,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/va/
H A Dimage.c672 struct pipe_box dst_box = {0, 0, j, width, height, 1}; local in function:vlVaPutImage
685 &dst_box, &transfer);
693 map, dst_box.width, dst_box.height);
697 PIPE_MAP_WRITE, &dst_box,

Completed in 1768 milliseconds

12