Home
last modified time | relevance | path

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

/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/mesa3d/src/gallium/state_trackers/xvmc/
Dsubpicture.c171 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler() argument
178 dst_box, &transfer); in upload_sampler()
183 dst_box->width, dst_box->height, in upload_sampler()
303 struct pipe_box dst_box = {x, y, 0, width, height, 1}; in XvMCClearSubpicture() local
325 &dst_box, &transfer); in XvMCClearSubpicture()
330 dst_box.width, dst_box.height, &uc); in XvMCClearSubpicture()
344 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; in XvMCCompositeSubpicture() local
370 upload_sampler(pipe, subpicture_priv->sampler, &dst_box, image->data, src_stride, srcx, srcy); in XvMCCompositeSubpicture()
405 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; in XvMCSetSubpicturePalette() local
417 dst_box.width = subpicture->num_palette_entries; in XvMCSetSubpicturePalette()
[all …]
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_blitter_blt.c239 const struct pipe_box *dst_box, in tex_clear_region() argument
259 if (dst_box->width * cpp > gen6_blt_max_bytes_per_scanline) in tex_clear_region()
268 GEN6_XY_COLOR_BLT__SIZE * dst_box->depth, in tex_clear_region()
271 for (slice = 0; slice < dst_box->depth; slice++) { in tex_clear_region()
275 dst_level, dst_box->z + slice, &x, &y); in tex_clear_region()
277 dst.x = x + dst_box->x; in tex_clear_region()
278 dst.y = y + dst_box->y; in tex_clear_region()
280 if (dst.x + dst_box->width > max_extent || in tex_clear_region()
281 dst.y + dst_box->height > max_extent) in tex_clear_region()
285 dst_box->width, dst_box->height, rop, value_mask, write_mask); in tex_clear_region()
[all …]
/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.h526 const struct pipe_box *dst_box,
568 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.c2660 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT() argument
2672 dst_box->x, dst_box->y, dst_box->z, in CSMT_ITEM_NO_WAIT()
2740 ARG_COPY_REF(struct pipe_box, dst_box), in CSMT_ITEM_NO_WAIT_WITH_COUNTER() argument
2759 dst_box, &transfer); in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
2773 dst_box->width, dst_box->height, in CSMT_ITEM_NO_WAIT_WITH_COUNTER()
2774 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()
Doutput.c249 struct pipe_box dst_box; in vlVdpOutputSurfacePutBitsNative() local
265 dst_box = RectToPipeBox(destination_rect, vlsurface->sampler_view->texture); in vlVdpOutputSurfacePutBitsNative()
267 PIPE_TRANSFER_WRITE, &dst_box, *source_data, in vlVdpOutputSurfacePutBitsNative()
487 struct pipe_box dst_box = { in vlVdpOutputSurfacePutBitsYCbCr() local
492 pipe->texture_subdata(pipe, sv->texture, 0, PIPE_TRANSFER_WRITE, &dst_box, in vlVdpOutputSurfacePutBitsYCbCr()
Dsurface.c357 struct pipe_box dst_box = { in vlVdpVideoSurfacePutBitsYCbCr() local
363 PIPE_TRANSFER_WRITE, &dst_box, in vlVdpVideoSurfacePutBitsYCbCr()
/external/mesa3d/src/gallium/state_trackers/va/
Dsurface.c164 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler() argument
171 dst_box, &transfer); in upload_sampler()
176 dst_box->width, dst_box->height, in upload_sampler()
Dimage.c536 struct pipe_box dst_box = {0, 0, j, width, height, 1}; in vlVaPutImage() local
538 PIPE_TRANSFER_WRITE, &dst_box, in vlVaPutImage()