Searched refs:ofs (Results 1 - 25 of 36) sorted by relevance

12

/xsrc/external/mit/libdrm/dist/intel/
H A Dmm.h38 int ofs, size; member in struct:mem_block
47 drm_private extern struct mem_block *mmInit(int ofs, int size);
H A Dmm.c41 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) argument
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
[all...]
H A Dintel_bufmgr_fake.c445 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/MesaLib.old/dist/src/mesa/main/
H A Dmm.h39 unsigned ofs; member in struct:mem_block
51 extern struct mem_block *mmInit(unsigned ofs, unsigned size);
H A Dmm.c42 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) argument
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
[all...]
H A Dexecmem.c108 addr = exec_mem + block->ofs;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_mm.h41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
H A Du_mm.c45 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) argument
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
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_mm.h41 int ofs,size; member in struct:mem_block
52 extern struct mem_block *u_mmInit(int ofs, int size);
H A Du_mm.c45 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) argument
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
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transfer.c65 size_t ofs = (y1 - dy_dst + dy_src) * byte_stride; local in function:glamor_upload_boxes
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 in function:glamor_download_boxes
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.old/dist/src/mesa/x86/
H A Dcommon_x86.c293 GLuint ofs; local in function:_mesa_get_x86_features
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/mesa/x86/
H A Dcommon_x86.c295 GLuint ofs; local in function:_mesa_get_x86_features
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/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c32 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[
[all...]
H A Dnouveau_video.h32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
H A Dnouveau_vp3_video_vp.c32 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[
[all...]
H A Dnouveau_video.h32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dsummit_accel.c204 int ofs = exaGetPixmapOffset(pPixmap); local in function:SummitPrepareSolid
209 y = (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
260 int ofs = exaGetPixmapOffset(pDst); local in function:SummitUploadToScreen
266 y += (ofs >> 13); /* pitch is 8192 bytes in 24 bit */
309 int ofs = exaGetPixmapOffset(pSrc); local in function:SummitDownloadFromScreen
314 y += (ofs >> 13);
343 int ofs = exaGetPixmapOffset(pPixmap); local in function:SummitPrepareAccess
347 //xf86Msg(X_ERROR, "%s %d\n", __func__, ofs);
348 if (ofs == 0) {
355 y = ofs >> 1
471 int x = 0, y = 0, i, n, ofs, p, j, wi, he, xs, ys; local in function:SummitGlyphs
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_simulator.c182 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.old/dist/src/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_mm.c119 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/gallium/auxiliary/pipebuffer/
H A Dpb_bufmgr_mm.c119 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/
H A Dv3d_simulator.c217 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
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c104 addr = exec_mem + block->ofs;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rtasm/
H A Drtasm_execmem.c104 addr = exec_mem + block->ofs;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dexecmem.c108 addr = exec_mem + block->ofs;

Completed in 18 milliseconds

12