Searched defs:dst_box (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | subpicture.c | 171 const struct pipe_box *dst_box, const void *src, unsigned src_stride, in upload_sampler() 306 struct pipe_box dst_box = {x, y, 0, width, height, 1}; in XvMCClearSubpicture() local 352 struct pipe_box dst_box = {dstx, dsty, 0, width, height, 1}; in XvMCCompositeSubpicture() local 413 struct pipe_box dst_box = {0, 0, 0, 0, 1, 1}; in XvMCSetSubpicturePalette() local
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | bitmap.c | 170 struct pipe_box dst_box; in vlVdpBitmapSurfacePutBitsNative() local
|
D | output.c | 244 struct pipe_box dst_box; in vlVdpOutputSurfacePutBitsNative() local 479 struct pipe_box dst_box = { in vlVdpOutputSurfacePutBitsYCbCr() local
|
D | surface.c | 326 struct pipe_box dst_box = { in vlVdpVideoSurfacePutBitsYCbCr() local
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_gen_mipmap.c | 1190 struct pipe_box src_box, dst_box; in make_3d_mipmap() local 1202 struct pipe_box src_box, dst_box; in make_3d_mipmap() local
|