Searched refs:src_off (Results 1 - 22 of 22) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnouveau_copy85b5.c33 struct nouveau_bo *src, uint32_t src_off, int src_dom,
50 src_off += src_y * src_pitch + src_x * cpp;
75 PUSH_DATA (push, (src->offset + src_off) >> 32);
76 PUSH_DATA (push, (src->offset + src_off));
31 nouveau_copy85b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnouveau_copy90b5.c33 struct nouveau_bo *src, uint32_t src_off, int src_dom,
50 src_off += src_y * src_pitch + src_x * cpp;
75 PUSH_DATA (push, (src->offset + src_off) >> 32);
76 PUSH_DATA (push, (src->offset + src_off));
31 nouveau_copy90b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnouveau_copya0b5.c33 struct nouveau_bo *src, uint32_t src_off, int src_dom,
50 src_off += src_y * src_pitch + src_x * cpp;
73 PUSH_DATA (push, (src->offset + src_off) >> 32);
74 PUSH_DATA (push, (src->offset + src_off));
31 nouveau_copya0b5_rect(struct nouveau_pushbuf * push,struct nouveau_object * copy,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnv04_exa.c387 struct nouveau_bo *src, uint32_t src_off, int src_dom,
399 src_off += src_y * src_pitch + src_x * cpp;
416 PUSH_RELOC(push, src, src_off, NOUVEAU_BO_LOW, 0, 0);
429 src_off += src_pitch * line_count;
386 NV04EXARectM2MF(NVPtr pNv,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnvc0_exa.c965 struct nouveau_bo *src, uint32_t src_off, int src_dom,
991 src_off += src_y * src_pitch + src_x * cpp;
1023 PUSH_DATA (push, (src->offset + src_off) >> 32);
1024 PUSH_DATA (push, (src->offset + src_off));
1031 src_off += line_count * src_pitch;
1058 struct nouveau_bo *src, uint32_t src_off, int src_dom,
1064 src, src_off, src_dom, src_pitch,
964 NVC0EXARectM2MF(NVPtr pNv,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
1057 NVE0EXARectCopy(NVPtr pNv,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
H A Dnv50_exa.c927 struct nouveau_bo *src, uint32_t src_off, int src_dom,
954 src_off += src_y * src_pitch + src_x * cpp;
983 PUSH_DATA (push, (src->offset + src_off) >> 32);
986 PUSH_DATA (push, (src->offset + src_off));
993 src_off += line_count * src_pitch;
926 NV50EXARectM2MF(NVPtr pNv,int w,int h,int cpp,struct nouveau_bo * src,uint32_t src_off,int src_dom,int src_pitch,int src_h,int src_x,int src_y,struct nouveau_bo * dst,uint32_t dst_off,int dst_dom,int dst_pitch,int dst_h,int dst_x,int dst_y) argument
/xsrc/external/mit/xfs/dist/difs/
H A Dcharinfo.c330 int dst_off = 0, src_off; local in function:packGlyphs
535 src_off = 0;
539 src_off = inkm->leftSideBearing - bitm->leftSideBearing;
544 src_left_bytes = src_off >> 3;
545 src_off &= 7;
560 if (dst_off == src_off)
583 if (dst_off > src_off)
585 rshift = dst_off - src_off;
590 lshift = src_off - dst_off;
608 if (dst_off < src_off)
[all...]
/xsrc/external/mit/xf86-video-trident/dist/src/
H A Dblade_exa.c168 int src_off = exaGetPixmapOffset(pSrcPixmap) / 8; local in function:PrepareCopy
183 src_off);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_gallium.c577 unsigned src_off = info->indirect->offset;; local in function:ir3_emit_vs_consts
585 src_off += 3 * 4;
588 src_off += 2 * 4;
593 indirect->buffer, src_off, 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_screen.h134 unsigned src_off, unsigned sizedwords);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ir3/
H A Dir3_const.h486 unsigned src_off = indirect->offset; local in function:ir3_emit_vs_driver_params
495 src_off += 3 * 4;
498 src_off += 2 * 4;
503 src_off, 1);
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
H A Dir3.c691 * indicate to use the src_off encoding even if offset is zero
698 cat6->src_off = false;
737 cat6->src_off = false;
776 cat6->src_off = true;
799 cat6->src_off = true;
811 cat6->src_off = false;
H A Dinstr-a3xx.h598 /* dword0 encoding for src_off: [src1 + off], src2: */
612 /* dword0 encoding for !src_off: [src1], src2 */
633 * the blob, since it is used even if !cat6->src_off
713 uint32_t src_off : 1; member in struct:PACKED::PACKED
H A Ddisasm-a3xx.c733 if (cat6->src_off) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.h352 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c923 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
934 OUT_RELOC (ring, src_bo, src_off, 0, 0);
937 src_off += 4;
922 fd4_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_emit.c926 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
937 OUT_RELOC(ring, src_bo, src_off, 0, 0);
940 src_off += 4;
925 fd4_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c1107 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
1118 OUT_RELOC (ring, src_bo, src_off, 0, 0);
1121 src_off += 4;
1106 fd5_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c1286 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
1297 OUT_RELOC (ring, src_bo, src_off, 0, 0);
1300 src_off += 4;
1285 fd6_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_blit.cpp45 uint64_t dst_off, src_off; local in function:copy_buffer_region_no_barriers
47 ID3D12Resource *src_buf = d3d12_resource_underlying(src, &src_off);
50 src_buf, src_offset + src_off,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_emit.c1170 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
1181 OUT_RELOC(ring, src_bo, src_off, 0, 0);
1184 src_off += 4;
1169 fd5_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_emit.c1350 unsigned dst_off, struct pipe_resource *src, unsigned src_off,
1361 OUT_RELOC(ring, src_bo, src_off, 0, 0);
1364 src_off += 4;
1349 fd6_mem_to_mem(struct fd_ringbuffer * ring,struct pipe_resource * dst,unsigned dst_off,struct pipe_resource * src,unsigned src_off,unsigned sizedwords) argument

Completed in 67 milliseconds