| /xsrc/external/mit/xorg-server/dist/dix/ |
| H A D | touch.c | 110 DDXTouchPointInfoPtr ti; local in function:TouchFindByDDXID 117 ti = &dev->last.touches[i]; 118 if (ti->active && ti->ddx_id == ddx_id) 119 return ti; 141 DDXTouchPointInfoPtr ti = NULL; local in function:TouchBeginDDXTouch 159 else if (!ti) /* ti is now first non-active touch rec */ 160 ti = &dev->last.touches[i]; 162 if (!emulate_pointer && ti) 187 TouchEndDDXTouch(DeviceIntPtr dev,DDXTouchPointInfoPtr ti) argument 207 TouchPointInfoPtr ti; local in function:TouchInitTouchPoint 237 TouchPointInfoPtr ti; local in function:TouchFreeTouchPoint 269 TouchPointInfoPtr ti; local in function:TouchFindByClientID 297 TouchPointInfoPtr ti; local in function:TouchBeginTouch 342 TouchEndTouch(DeviceIntPtr dev,TouchPointInfoPtr ti) argument 382 TouchEventHistoryAllocate(TouchPointInfoPtr ti) argument 395 TouchEventHistoryFree(TouchPointInfoPtr ti) argument 412 TouchEventHistoryPush(TouchPointInfoPtr ti,const DeviceEvent * ev) argument 445 TouchEventHistoryReplay(TouchPointInfoPtr ti,DeviceIntPtr dev,XID resource) argument 504 TouchBuildSprite(DeviceIntPtr sourcedev,TouchPointInfoPtr ti,InternalEvent * ev) argument 625 TouchResourceIsOwner(TouchPointInfoPtr ti,XID resource) argument 634 TouchAddListener(TouchPointInfoPtr ti,XID resource,int resource_type,enum InputLevel level,enum TouchListenerType type,enum TouchListenerState state,WindowPtr window,const GrabPtr grab) argument 666 TouchRemoveListener(TouchPointInfoPtr ti,XID resource) argument 695 TouchAddGrabListener(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,GrabPtr grab) argument 722 TouchAddPassiveGrabListener(DeviceIntPtr dev,TouchPointInfoPtr ti,WindowPtr win,InternalEvent * ev) argument 737 TouchAddRegularListener(DeviceIntPtr dev,TouchPointInfoPtr ti,WindowPtr win,InternalEvent * ev) argument 824 TouchAddActiveGrabListener(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,GrabPtr grab) argument 840 TouchSetupListeners(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev) argument 880 TouchPointInfoPtr ti; local in function:TouchRemovePointerGrab 908 TouchPointInfoPtr ti; local in function:TouchListenerGone 943 TouchListenerAcceptReject(DeviceIntPtr dev,TouchPointInfoPtr ti,int listener,int mode) argument 981 TouchPointInfoPtr ti; local in function:TouchAcceptReject 1045 TouchEmitTouchEnd(DeviceIntPtr dev,TouchPointInfoPtr ti,int flags,XID resource) argument 1066 TouchPointInfoPtr ti = TouchFindByClientID(dev, touchid); local in function:TouchAcceptAndEnd [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.c | 44 uint ti = ctx->ti; local in function:emit_instruction 46 ti += tgsi_build_full_instruction(inst, 47 ctx->tokens_out + ti, 49 ctx->max_tokens_out - ti); 50 ctx->ti = ti; 58 uint ti = ctx->ti; local in function:emit_declaration 60 ti 72 uint ti = ctx->ti; local in function:emit_immediate 86 uint ti = ctx->ti; local in function:emit_property [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_transform.c | 44 uint ti = ctx->ti; local in function:emit_instruction 46 ti += tgsi_build_full_instruction(inst, 47 ctx->tokens_out + ti, 49 ctx->max_tokens_out - ti); 50 ctx->ti = ti; 58 uint ti = ctx->ti; local in function:emit_declaration 60 ti 72 uint ti = ctx->ti; local in function:emit_immediate 86 uint ti = ctx->ti; local in function:emit_property [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| H A D | touch.c | 101 DDXTouchPointInfoPtr ti, ti2; local in function:touch_find_ddxid 123 ti = TouchFindByDDXID(&dev, 10, FALSE); 124 assert(ti == &dev.last.touches[0]); 127 ti = TouchFindByDDXID(&dev, 20, FALSE); 128 assert(ti == NULL); 132 ti = TouchFindByDDXID(&dev, 10, FALSE); 133 assert(ti == NULL); 138 ti = TouchFindByDDXID(&dev, 20, TRUE); 139 assert(ti == &dev.last.touches[1]); 140 assert(ti 169 DDXTouchPointInfoPtr ti; local in function:touch_begin_ddxtouch 218 TouchPointInfoPtr ti; local in function:touch_begin_touch [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| H A D | mapdescv.cc | 143 REAL *ti = tp; local in function:Mapdesc::calcPartialVelocity 146 for( ; ti != til; ) { 147 REAL *tj = ti; 149 REAL *tjl = ti + jdist; 157 ti += istride; 167 for( REAL *ti = tp; ti != til; ti += istride ) local in function:Mapdesc::calcPartialVelocity 168 for( REAL *tj = ti, *tjl = tj + jdist; tj != tjl; tj += jstride ) 179 for( REAL *ti local in function:Mapdesc::calcPartialVelocity 189 for( REAL *ti = tp, *mi = mp, *til = tp + id; ti != til; ti += istride, mi += mistride ) local in function:Mapdesc::calcPartialVelocity [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_tex.c | 38 get_tex_format(struct gl_texture_image *ti) argument 40 switch (ti->TexFormat) { 70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local in function:nv04_emit_tex_obj 90 ti->HeightLog2 << 20 | 91 ti->WidthLog2 << 16 | 93 get_tex_format(ti);
|
| H A D | nouveau_texture.c | 75 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) argument 77 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 84 struct gl_texture_image *ti, 91 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 147 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, argument 150 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 256 struct gl_texture_image *ti = t->Image[0][level]; local in function:teximage_fits 258 if (!ti || !to_nouveau_teximage(ti)->surface.bo) 265 (s->bo && s->format == ti 83 nouveau_map_texture_image(struct gl_context * ctx,struct gl_texture_image * ti,GLuint slice,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** map,GLint * stride) argument 274 struct gl_texture_image *ti = t->Image[0][level]; local in function:validate_teximage 403 get_teximage_placement(struct gl_texture_image * ti) argument 416 nouveau_compressed_copy(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * src,GLvoid * dst,int row_stride) argument 441 nouveau_teximage(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLsizei imageSize,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing,GLboolean compressed) argument 514 nouveau_teximage_123d(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing) argument 524 nouveau_compressed_teximage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLsizei imageSize,const GLvoid * data) argument 533 nouveau_teximage_alloc(struct gl_context * ctx,struct gl_texture_image * ti) argument 542 nouveau_texsubimage(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,GLsizei imageSize,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing,GLboolean compressed) argument 594 nouveau_texsubimage_123d(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 607 nouveau_compressed_texsubimage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLint height,GLint depth,GLenum format,GLint imageSize,const void * data) argument 651 struct gl_texture_image *ti; local in function:nouveau_set_texbuffer [all...] |
| H A D | nv20_state_tex.c | 88 get_tex_format_pot(struct gl_texture_image *ti) argument 90 switch (ti->TexFormat) { 129 get_tex_format_rect(struct gl_texture_image *ti) argument 131 switch (ti->TexFormat) { 167 struct gl_texture_image *ti; local in function:nv20_emit_tex_obj 184 ti = t->Image[0][t->BaseLevel]; 191 tx_format = ti->DepthLog2 << 28 192 | ti->HeightLog2 << 24 193 | ti->WidthLog2 << 20 220 switch (ti [all...] |
| H A D | nv10_state_tex.c | 91 get_tex_format_pot(struct gl_texture_image *ti) argument 93 switch (ti->TexFormat) { 132 get_tex_format_rect(struct gl_texture_image *ti) argument 134 switch (ti->TexFormat) { 163 struct gl_texture_image *ti; local in function:nv10_emit_tex_obj 177 ti = t->Image[0][t->BaseLevel]; 186 | ti->HeightLog2 << 20 187 | ti->WidthLog2 << 16 202 tx_format |= get_tex_format_rect(ti); 204 tx_format |= get_tex_format_pot(ti); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nv04_state_tex.c | 38 get_tex_format(struct gl_texture_image *ti) argument 40 switch (ti->TexFormat) { 70 struct gl_texture_image *ti = t->Image[0][t->Attrib.BaseLevel]; local in function:nv04_emit_tex_obj 90 ti->HeightLog2 << 20 | 91 ti->WidthLog2 << 16 | 93 get_tex_format(ti);
|
| H A D | nouveau_texture.c | 78 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) argument 80 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 87 struct gl_texture_image *ti, 94 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 150 nouveau_unmap_texture_image(struct gl_context *ctx, struct gl_texture_image *ti, argument 153 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 259 struct gl_texture_image *ti = t->Image[0][level]; local in function:teximage_fits 261 if (!ti || !to_nouveau_teximage(ti)->surface.bo) 268 (s->bo && s->format == ti 86 nouveau_map_texture_image(struct gl_context * ctx,struct gl_texture_image * ti,GLuint slice,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** map,GLint * stride) argument 277 struct gl_texture_image *ti = t->Image[0][level]; local in function:validate_teximage 406 get_teximage_placement(struct gl_texture_image * ti) argument 419 nouveau_compressed_copy(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLsizei width,GLsizei height,GLsizei depth,const GLvoid * src,GLvoid * dst,int row_stride) argument 444 nouveau_teximage(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLsizei imageSize,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing,GLboolean compressed) argument 517 nouveau_teximage_123d(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing) argument 527 nouveau_compressed_teximage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLsizei imageSize,const GLvoid * data) argument 536 nouveau_teximage_alloc(struct gl_context * ctx,struct gl_texture_image * ti) argument 545 nouveau_texsubimage(struct gl_context * ctx,GLint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,GLsizei imageSize,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing,GLboolean compressed) argument 597 nouveau_texsubimage_123d(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLint width,GLint height,GLint depth,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 610 nouveau_compressed_texsubimage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * ti,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLint height,GLint depth,GLenum format,GLint imageSize,const void * data) argument 654 struct gl_texture_image *ti; local in function:nouveau_set_texbuffer [all...] |
| H A D | nv10_state_tex.c | 91 get_tex_format_pot(struct gl_texture_image *ti) argument 93 switch (ti->TexFormat) { 132 get_tex_format_rect(struct gl_texture_image *ti) argument 134 switch (ti->TexFormat) { 163 struct gl_texture_image *ti; local in function:nv10_emit_tex_obj 177 ti = t->Image[0][t->Attrib.BaseLevel]; 186 | ti->HeightLog2 << 20 187 | ti->WidthLog2 << 16 202 tx_format |= get_tex_format_rect(ti); 204 tx_format |= get_tex_format_pot(ti); [all...] |
| H A D | nv20_state_tex.c | 88 get_tex_format_pot(struct gl_texture_image *ti) argument 90 switch (ti->TexFormat) { 129 get_tex_format_rect(struct gl_texture_image *ti) argument 131 switch (ti->TexFormat) { 167 struct gl_texture_image *ti; local in function:nv20_emit_tex_obj 184 ti = t->Image[0][t->Attrib.BaseLevel]; 191 tx_format = ti->DepthLog2 << 28 192 | ti->HeightLog2 << 24 193 | ti->WidthLog2 << 20 220 switch (ti [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| H A D | headergen2.c | 129 static void printtypeinfo (struct rnntypeinfo *ti, struct rnnbitfield *bf, argument 132 enum rnnttype intype = ti->type; 134 uint32_t mask = typeinfo_mask(ti); 135 uint32_t width = 1 + ti->high - ti->low; 138 if ((ti->type == RNN_TTYPE_FIXED) || (ti->type == RNN_TTYPE_UFIXED)) 144 if (bf || ti->shr || ti->minvalid || ti [all...] |
| H A D | rnn.h | 145 static inline uint64_t typeinfo_mask(struct rnntypeinfo *ti) argument 147 if (ti->high == 63) 148 return -(1ULL << ti->low); 150 return (1ULL << (ti->high + 1)) - (1ULL << ti->low);
|
| H A D | rnn.c | 167 static int trytypetag (struct rnndb *db, char *file, xmlNode *node, struct rnntypeinfo *ti) { argument 171 ADDARRAY(ti->vals, val); 176 ADDARRAY(ti->bitfields, bf); 181 static int trytypeattr (struct rnndb *db, char *file, xmlNode *node, xmlAttr *attr, struct rnntypeinfo *ti) { argument 183 ti->shr = getnumattrib(db, file, node->line, attr); 186 ti->min = getnumattrib(db, file, node->line, attr); 187 ti->minvalid = 1; 190 ti->max = getnumattrib(db, file, node->line, attr); 191 ti->maxvalid = 1; 194 ti 1156 preptypeinfo(struct rnndb * db,struct rnntypeinfo * ti,char * prefix,struct rnnvarinfo * vi,char * file) argument [all...] |
| H A D | rnndec.h | 54 char *rnndec_decodeval(struct rnndeccontext *ctx, struct rnntypeinfo *ti, uint64_t value);
|
| H A D | rnndec.c | 159 char *rnndec_decodeval(struct rnndeccontext *ctx, struct rnntypeinfo *ti, uint64_t value) { argument 160 int width = ti->high - ti->low + 1; 172 if (!ti) 174 value = (value & typeinfo_mask(ti)) >> ti->low; 175 value <<= ti->shr; 177 switch (ti->type) { 179 vals = ti->eenum->vals; 180 valsnum = ti [all...] |
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | matrix-test.c | 132 pixman_transform_t ti; local in function:test_matrix 138 prng_randmemset (&ti, sizeof(ti), 0); 140 byteswap_transform (&ti); 157 ti.matrix[j][k] >>= prng_rand_n (30); 163 ti.matrix[2][0] = 0; 164 ti.matrix[2][1] = 0; 165 ti.matrix[2][2] = pixman_fixed_1; 174 is_affine = (ti.matrix[2][0] == 0 && ti [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | texturesurf.c | 78 float ti, tj; local in function:makeImage 81 ti = 2.0*3.14159265*i/imageWidth; 85 image[3*(imageHeight*i+j)] = (GLubyte) 127*(1.0+sin(ti)); 87 image[3*(imageHeight*i+j)+2] = (GLubyte) 127*(1.0+cos(ti+tj));
|
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| H A D | exevents.c | 1054 TouchSendOwnershipEvent(DeviceIntPtr dev, TouchPointInfoPtr ti, int reason, argument 1060 nev = GetTouchOwnershipEvents(tel, dev, ti, reason, resource, 0); 1071 DeliverOneTouchEvent(ClientPtr client, DeviceIntPtr dev, TouchPointInfoPtr ti, argument 1077 Window child = DeepestSpriteWin(&ti->sprite)->drawable.id; 1083 if (!grab && ti->num_grabs != 0 && 1093 FixUpEventFromWindow(&ti->sprite, xi2, win, child, FALSE); 1106 ActivateEarlyAccept(DeviceIntPtr dev, TouchPointInfoPtr ti) argument 1110 GrabPtr grab = ti->listeners[0].grab; 1112 BUG_RETURN(ti->listeners[0].type != TOUCH_LISTENER_GRAB && 1113 ti 1139 TouchPointInfoPtr ti = dev->touch->touches + i; local in function:FindOldestPointerEmulatedTouch 1170 TouchPuntToNextOwner(DeviceIntPtr dev,TouchPointInfoPtr ti,TouchOwnershipEvent * ev) argument 1241 TouchRejected(DeviceIntPtr sourcedev,TouchPointInfoPtr ti,XID resource,TouchOwnershipEvent * ev) argument 1282 TouchPointInfoPtr ti = TouchFindByClientID(dev, ev->touchid); local in function:ProcessTouchOwnershipEvent 1328 TouchCopyValuatorData(DeviceEvent * ev,TouchPointInfoPtr ti) argument 1353 RetrieveTouchDeliveryData(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,TouchListener * listener,ClientPtr * client,WindowPtr * win,GrabPtr * grab,XI2Mask ** mask) argument 1432 DeliverTouchEmulatedEvent(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,TouchListener * listener,ClientPtr client,WindowPtr win,GrabPtr grab,XI2Mask * xi2mask) argument 1557 DeliverEmulatedMotionEvent(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev) argument 1608 TouchPointInfoPtr ti; local in function:ProcessTouchEvent 2024 DeliverTouchBeginEvent(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,TouchListener * listener,ClientPtr client,WindowPtr win,GrabPtr grab,XI2Mask * xi2mask) argument 2075 DeliverTouchEndEvent(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,TouchListener * listener,ClientPtr client,WindowPtr win,GrabPtr grab,XI2Mask * xi2mask) argument 2141 DeliverTouchEvent(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,TouchListener * listener,ClientPtr client,WindowPtr win,GrabPtr grab,XI2Mask * xi2mask) argument 2192 DeliverTouchEvents(DeviceIntPtr dev,TouchPointInfoPtr ti,InternalEvent * ev,XID resource) argument [all...] |
| /xsrc/external/mit/xmh/dist/ |
| H A D | tsource.c | 213 #define Look(ti, c)\ 215 if ((dir == XawsdLeft && ti <= 0) || \ 216 (dir == XawsdRight && ti >= toc->lastPos)) \ 219 if (ti + doff < msg->position || \ 220 ti + doff >= msg->position + msg->length) \ 221 msg = MsgFromPosition(toc, ti, dir); \ 222 c = msg->buf[ti + doff - msg->position]; \
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | run-tic.in | 104 cat >"$MYTEMP"/fake.ti <<EOF 108 TERMINFO="$MYTEMP" $TIC_PROG $OPT "$MYTEMP"/fake.ti 2>/dev/null
|
| H A D | xtermcap.c | 63 const char *ti; member in struct:__anonf67225cd0108 68 #define DATA(tc,ti,x,y) { tc, ti, x, y } 243 fkey = tigetstr(strcpy(name, table[have].ti)); 329 if (!strcmp(table[j].ti, name) || !strcmp(table[j].tc, name)) { 337 TRACE(("lookupTcapByName(%s) tc=%s, ti=%s code %#x, param %#x\n", 340 table[result].ti, 443 TRACE(("->lookupTcapByCode %d:%s\n", n, table[n].ti));
|
| /xsrc/external/mit/libFS/dist/src/ |
| H A D | FSFontInfo.c | 262 fsPropInfo ti; local in function:FSListFontsWithXInfo 265 _FSReadPad(svr, (char *) &ti, SIZEOF(fsPropInfo)); 266 _FSEatData(svr, (SIZEOF(fsPropOffset) * ti.num_offsets)); 267 _FSEatData(svr, ti.data_len);
|