HomeSort by: relevance | last modified time | path
    Searched defs:ofs (Results 1 - 16 of 16) sorted by relevancy

  /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);
  /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);
  /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);
  /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);
  /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/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/xf86-video-ngle/dist/src/
ngle_accel.c 297 int ofs = exaGetPixmapOffset(pDst); local
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/dist/src/gallium/drivers/nouveau/
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
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...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_emittexinstruction.cpp 405 auto ofs = vec_from_nir_with_fetch_constant(*src.offset, local
413 ofs, sampler.id,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_video.h 32 unsigned ofs; member in struct:nouveau_decoder
50 dec->cmds[dec->ofs++] = data;
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...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_pbo.c 73 unsigned ofs = (buf_offset * addr->bytes_per_pixel) % st->ctx->Const.TextureBufferOffsetAlignment; local
74 if (ofs != 0) {
75 if (ofs % addr->bytes_per_pixel != 0)
78 skip_pixels = ofs / addr->bytes_per_pixel;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_pbo.c 71 unsigned ofs = (buf_offset * addr->bytes_per_pixel) % st->ctx->Const.TextureBufferOffsetAlignment; local
72 if (ofs != 0) {
73 if (ofs % addr->bytes_per_pixel != 0)
76 skip_pixels = ofs / addr->bytes_per_pixel;

Completed in 14 milliseconds