| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_state_tex.c | 38 get_tex_format(struct gl_texture_image *ti) 40 switch (ti->TexFormat) { 70 struct gl_texture_image *ti = t->Image[0][t->Attrib.BaseLevel]; local 90 ti->HeightLog2 << 20 | 91 ti->WidthLog2 << 16 | 93 get_tex_format(ti);
|
| nv04_context.c | 40 struct gl_texture_image *ti = t->Image[0][t->Attrib.BaseLevel]; local 42 return ti->TexFormat == MESA_FORMAT_A_UNORM8 || 43 ti->TexFormat == MESA_FORMAT_L_UNORM8 ||
|
| nouveau_fbo.c | 260 struct gl_texture_image *ti = rb->TexImage; local 263 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
|
| nv10_state_tex.c | 91 get_tex_format_pot(struct gl_texture_image *ti) 93 switch (ti->TexFormat) { 132 get_tex_format_rect(struct gl_texture_image *ti) 134 switch (ti->TexFormat) { 163 struct gl_texture_image *ti; local 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...] |
| nv20_state_tex.c | 88 get_tex_format_pot(struct gl_texture_image *ti) 90 switch (ti->TexFormat) { 129 get_tex_format_rect(struct gl_texture_image *ti) 131 switch (ti->TexFormat) { 167 struct gl_texture_image *ti; local 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->_BaseFormat) [all...] |
| nouveau_texture.c | 78 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) 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, 153 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 259 struct gl_texture_image *ti = t->Image[0][level]; local 261 if (!ti || !to_nouveau_teximage(ti)->surface.bo) 268 (s->bo && s->format == ti->TexFormat & 277 struct gl_texture_image *ti = t->Image[0][level]; local 654 struct gl_texture_image *ti; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| nv04_state_tex.c | 38 get_tex_format(struct gl_texture_image *ti) 40 switch (ti->TexFormat) { 70 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local 90 ti->HeightLog2 << 20 | 91 ti->WidthLog2 << 16 | 93 get_tex_format(ti);
|
| nv04_context.c | 39 struct gl_texture_image *ti = t->Image[0][t->BaseLevel]; local 41 return ti->TexFormat == MESA_FORMAT_A_UNORM8 || 42 ti->TexFormat == MESA_FORMAT_L_UNORM8 ||
|
| nouveau_fbo.c | 259 struct gl_texture_image *ti = rb->TexImage; local 262 nouveau_surface_ref(&to_nouveau_teximage(ti)->surface,
|
| nv10_state_tex.c | 91 get_tex_format_pot(struct gl_texture_image *ti) 93 switch (ti->TexFormat) { 132 get_tex_format_rect(struct gl_texture_image *ti) 134 switch (ti->TexFormat) { 163 struct gl_texture_image *ti; local 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...] |
| nv20_state_tex.c | 88 get_tex_format_pot(struct gl_texture_image *ti) 90 switch (ti->TexFormat) { 129 get_tex_format_rect(struct gl_texture_image *ti) 131 switch (ti->TexFormat) { 167 struct gl_texture_image *ti; local 184 ti = t->Image[0][t->BaseLevel]; 191 tx_format = ti->DepthLog2 << 28 192 | ti->HeightLog2 << 24 193 | ti->WidthLog2 << 20 220 switch (ti->_BaseFormat) [all...] |
| nouveau_texture.c | 75 nouveau_teximage_free(struct gl_context *ctx, struct gl_texture_image *ti) 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, 150 struct nouveau_teximage *nti = to_nouveau_teximage(ti); 256 struct gl_texture_image *ti = t->Image[0][level]; local 258 if (!ti || !to_nouveau_teximage(ti)->surface.bo) 265 (s->bo && s->format == ti->TexFormat & 274 struct gl_texture_image *ti = t->Image[0][level]; local 651 struct gl_texture_image *ti; local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| texturesurf.c | 78 float ti, tj; local 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/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_transform.c | 44 uint ti = ctx->ti; local 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 60 ti += tgsi_build_full_declaration(decl 72 uint ti = ctx->ti; local 86 uint ti = ctx->ti; local [all...] |
| tgsi_transform.h | 90 uint ti; member in struct:tgsi_transform_context
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| tgsi_transform.c | 44 uint ti = ctx->ti; local 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 60 ti += tgsi_build_full_declaration(decl 72 uint ti = ctx->ti; local 86 uint ti = ctx->ti; local [all...] |
| tgsi_transform.h | 90 uint ti; member in struct:tgsi_transform_context
|
| /xsrc/external/mit/libFS/dist/src/ |
| FSFontInfo.c | 262 fsPropInfo ti; local 265 _FSReadPad(svr, (char *) &ti, SIZEOF(fsPropInfo)); 266 _FSEatData(svr, (SIZEOF(fsPropOffset) * ti.num_offsets)); 267 _FSEatData(svr, ti.data_len);
|
| /xsrc/external/mit/pixman/dist/test/ |
| matrix-test.c | 132 pixman_transform_t ti; local 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.matrix[2][1] == 0 & [all...] |
| /xsrc/external/mit/xorg-server/dist/test/ |
| touch.c | 101 DDXTouchPointInfoPtr ti, ti2; local 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->active) 169 DDXTouchPointInfoPtr ti; local 218 TouchPointInfoPtr ti; local [all...] |
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| mapdescv.cc | 143 REAL *ti = tp; local 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 ) 168 for( REAL *tj = ti, *tjl = tj + jdist; tj != tjl; tj += jstride ) 179 for( REAL *ti = tj, *til = ti + id; ti != til; ti += istride [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| locking.c | 462 struct _XErrorThreadInfo *ti; local 480 for (ti = dpy->error_threads; ti; ti = ti->next) 481 if (ti->error_thread == xthread_self())
|
| /xsrc/external/mit/xterm/dist/ |
| xtermcap.c | 63 const char *ti; member in struct:__anon12205 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/xorg-server/dist/dix/ |
| touch.c | 110 DDXTouchPointInfoPtr ti; local 117 ti = &dev->last.touches[i]; 118 if (ti->active && ti->ddx_id == ddx_id) 119 return ti; 141 DDXTouchPointInfoPtr ti = NULL; local 159 else if (!ti) /* ti is now first non-active touch rec */ 160 ti = &dev->last.touches[i]; 162 if (!emulate_pointer && ti) 207 TouchPointInfoPtr ti; local 237 TouchPointInfoPtr ti; local 269 TouchPointInfoPtr ti; local 297 TouchPointInfoPtr ti; local 884 TouchPointInfoPtr ti; local 912 TouchPointInfoPtr ti; local 985 TouchPointInfoPtr ti; local 1070 TouchPointInfoPtr ti = TouchFindByClientID(dev, touchid); local [all...] |
| /xsrc/external/mit/fonttosfnt/dist/ |
| write.c | 458 int i, ti; local 459 i = 0; ti = 1; 460 while(2 * ti < numTables) { 462 ti = 2 * ti; 467 writeUSHORT(out, 16 * ti); /* searchRange */ 469 writeUSHORT(out, 16 * (numTables - ti)); /* rangeShift */
|