HomeSort by: relevance | last modified time | path
    Searched refs:ofs (Results 1 - 25 of 37) sorted by relevancy

1 2

  /xsrc/external/mit/MesaLib/dist/src/util/
u_mm.h 41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
u_mm.c 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
70 u_mmInit(int ofs, int size)
98 block->ofs = ofs;
114 if (startofs > p->ofs) {
118 newblock->ofs = startofs;
119 newblock->size = p->size - (startofs - p->ofs);
142 newblock->ofs = startofs + size;
197 startofs = (p->ofs + mask) & ~mask
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_mm.h 41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
u_mm.c 45 debug_printf(" Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
59 debug_printf(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs, p->size,
70 u_mmInit(int ofs, int size)
98 block->ofs = ofs;
114 if (startofs > p->ofs) {
118 newblock->ofs = startofs;
119 newblock->size = p->size - (startofs - p->ofs);
142 newblock->ofs = startofs + size;
197 startofs = (p->ofs + mask) & ~mask
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
mm.h 39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
mm.c 42 fprintf(stderr, " Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
50 fprintf(stderr, " FREE Offset:%08x, Size:%08x, %c%c\n",p->ofs,p->size,
60 mmInit(unsigned ofs, unsigned size)
88 block->ofs = ofs;
104 if (startofs > p->ofs) {
108 newblock->ofs = startofs;
109 newblock->size = p->size - (startofs - p->ofs);
132 newblock->ofs = startofs + size;
180 startofs = (p->ofs + mask) & ~mask
    [all...]
execmem.c 108 addr = exec_mem + block->ofs;
  /xsrc/external/mit/libdrm/dist/intel/
mm.h 38 int ofs, size; member in struct:mem_block
47 drm_private extern struct mem_block *mmInit(int ofs, int size);
mm.c 41 drmMsg(" Offset:%08x, Size:%08x, %c%c\n", p->ofs,
49 drmMsg(" FREE Offset:%08x, Size:%08x, %c%c\n", p->ofs,
58 drm_private struct mem_block *mmInit(int ofs, int size)
86 block->ofs = ofs;
100 if (startofs > p->ofs) {
105 newblock->ofs = startofs;
106 newblock->size = p->size - (startofs - p->ofs);
130 newblock->ofs = startofs + size;
177 startofs = (p->ofs + mask) & ~mask
    [all...]
intel_bufmgr_fake.c 445 block->mem->ofs - bufmgr_fake->low_offset;
460 DBG("free block %p %08x %d %d\n", block, block->mem->ofs,
604 block->mem->ofs, block->mem->size);
610 block->mem->ofs, block->mem->size);
621 block->mem->ofs, block->mem->size, block->fence,
637 DBG("Fence block %p (sz 0x%x ofs %x buf %p) with fence %d\n",
638 block, block->mem->size, block->mem->ofs, block->bo, fence);
1189 bo->offset = bo_fake->block->mem->ofs;
1194 bo_fake->name, bo->size, bo_fake->block->mem->ofs);
  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_transfer.c 65 size_t ofs = (y1 - dy_dst + dy_src) * byte_stride; local
66 ofs += (x1 - dx_dst + dx_src) * bytes_per_pixel;
79 bits + ofs);
81 for (; y1 < y2; y1++, ofs += byte_stride)
86 bits + ofs);
165 size_t ofs = (y1 - dy_src + dy_dst) * byte_stride; local
166 ofs += (x1 - dx_src + dx_dst) * bytes_per_pixel;
175 glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, y2 - y1, f->format, f->type, bits + ofs);
177 for (; y1 < y2; y1++, ofs += byte_stride)
178 glReadPixels(x1 - box->x1, y1 - box->y1, x2 - x1, 1, f->format, f->type, bits + ofs);
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/x86/
common_x86.c 295 GLuint ofs; local
297 for (ofs = 0; ofs < 3; ofs++)
298 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/
common_x86.c 293 GLuint ofs; local
295 for (ofs = 0; ofs < 3; ofs++)
296 _mesa_x86_cpuid(0x80000002+ofs, (GLuint *)(cpu_name + (16*ofs)+0), (GLuint *)(cpu_name + (16*ofs)+4), (GLuint *)(cpu_name + (16*ofs)+8), (GLuint *)(cpu_name + (16*ofs)+12));
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 32 uint32_t ofs[6]; // 1c..20 ofs member in struct:mpeg12_picparm_vp
58 uint32_t ofs[6]; // 10..24 ofs member in struct:mpeg4_picparm_vp
96 uint32_t ofs[6]; // 14..28 ofs member in struct:vc1_picparm_vp
115 uint32_t ofs[6]; // 0c..24 in-image offset member in struct:h264_picparm_vp
122 unsigned direct_8x8_inference_flag : 1; // 1 0x02: into vuc ofs 56
124 unsigned constrained_intra_pred_flag : 1; // 3 0x08: into vuc ofs 68
240 nouveau_vp3_ycbcr_offsets(dec, &pic_vp->ofs[1], &pic_vp->ofs[3], &pic_vp->ofs[4])
    [all...]
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 32 uint32_t ofs[6]; // 1c..20 ofs member in struct:mpeg12_picparm_vp
58 uint32_t ofs[6]; // 10..24 ofs member in struct:mpeg4_picparm_vp
96 uint32_t ofs[6]; // 14..28 ofs member in struct:vc1_picparm_vp
115 uint32_t ofs[6]; // 0c..24 in-image offset member in struct:h264_picparm_vp
122 unsigned direct_8x8_inference_flag : 1; // 1 0x02: into vuc ofs 56
124 unsigned constrained_intra_pred_flag : 1; // 3 0x08: into vuc ofs 68
240 nouveau_vp3_ycbcr_offsets(dec, &pic_vp->ofs[1], &pic_vp->ofs[3], &pic_vp->ofs[4])
    [all...]
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
  /xsrc/external/mit/xf86-video-ngle/dist/src/
summit_accel.c 204 int ofs = exaGetPixmapOffset(pPixmap); local
209 y = (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
260 int ofs = exaGetPixmapOffset(pDst); local
266 y += (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
309 int ofs = exaGetPixmapOffset(pSrc); local
314 y += (ofs >> 13);
343 int ofs = exaGetPixmapOffset(pPixmap); local
347 //xf86Msg(X_ERROR, "%s %d\n", __func__, ofs);
348 if (ofs == 0) {
355 y = ofs >> 13
471 int x = 0, y = 0, i, n, ofs, p, j, wi, he, xs, ys; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_simulator.c 182 set_gmp_flags(file, sim_bo->block->ofs, size, 0x3);
187 sim_bo->sim_vaddr = sim_state.mem + sim_bo->block->ofs - sim_state.mem_base;
266 return sim_bo->block->ofs;
274 set_gmp_flags(sim_file, sim_bo->block->ofs, sim_bo->size, 0x0);
365 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs);
367 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs);
435 args->offset = sim_bo->block->ofs;
466 args->offset = sim_bo->block->ofs;
579 memset(sim_state.mem + b->ofs - sim_state.mem_base, 0xd0, 4096);
622 sim_file->gmp_vaddr = (sim_state.mem + sim_file->gmp->ofs
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 119 return (unsigned char *) mm->map + mm_buf->block->ofs;
159 *offset += mm_buf->block->ofs;
216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size);
217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/
pb_bufmgr_mm.c 119 return (unsigned char *) mm->map + mm_buf->block->ofs;
159 *offset += mm_buf->block->ofs;
216 assert(0 <= (pb_size)mm_buf->block->ofs && (pb_size)mm_buf->block->ofs < mm->size);
217 assert(size <= (pb_size)mm_buf->block->size && (pb_size)mm_buf->block->ofs + (pb_size)mm_buf->block->size <= mm->size);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/simulator/
v3d_simulator.c 217 set_gmp_flags(file, sim_bo->block->ofs, size, 0x3);
222 sim_bo->sim_vaddr = sim_state.mem + sim_bo->block->ofs - sim_state.mem_base;
301 return sim_bo->block->ofs;
309 set_gmp_flags(sim_file, sim_bo->block->ofs, sim_bo->size, 0x0);
446 v3d41_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs);
448 v3d33_simulator_submit_cl_ioctl(sim_state.v3d, submit, file->gmp->ofs);
516 args->offset = sim_bo->block->ofs;
547 args->offset = sim_bo->block->ofs;
610 file->gmp->ofs);
775 memset(sim_state.mem + b->ofs - sim_state.mem_base, 0xd0, 4096)
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 104 addr = exec_mem + block->ofs;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
execmem.c 108 addr = exec_mem + block->ofs;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
rtasm_execmem.c 104 addr = exec_mem + block->ofs;

Completed in 28 milliseconds

1 2