Searched refs:xx (Results 1 - 25 of 95) sorted by relevance

1234

/xsrc/external/mit/xterm/dist/vttests/
H A Dacs.pl69 my $xx = chr($ch);
70 printf '%2x:%s{%s%s%s}', $ch, $xx, $smacs, $xx . $xx . $xx . $xx,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ),
137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ),
138 SZ(A, X8Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ),
139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ),
140 SZ(A, S8_UINT_Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNOR
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c127 F3(A, B8G8R8X8_UNORM, BGRX8_UNORM, B, G, R, xx, UNORM, A8B8G8R8, TD),
129 F3(A, B8G8R8X8_SRGB, BGRX8_SRGB, B, G, R, xx, UNORM, A8B8G8R8, TD),
131 F3(A, R8G8B8X8_UNORM, RGBX8_UNORM, R, G, B, xx, UNORM, A8B8G8R8, TB),
133 F3(A, R8G8B8X8_SRGB, RGBX8_SRGB, R, G, B, xx, UNORM, A8B8G8R8, TB),
135 ZX(B, Z16_UNORM, Z16_UNORM, R, R, R, xx, UNORM, Z16, TZ),
136 ZX(A, Z32_FLOAT, Z32_FLOAT, R, R, R, xx, FLOAT, ZF32, TZ),
137 ZX(A, Z24X8_UNORM, Z24_X8_UNORM, R, R, R, xx, UNORM, X8Z24, TZ),
138 SZ(A, X8Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNORM, Z24S8, TZ),
139 ZS(A, Z24_UNORM_S8_UINT, Z24_S8_UNORM, R, R, R, xx, UNORM, S8Z24, TZ),
140 SZ(A, S8_UINT_Z24_UNORM, S8_Z24_UNORM, G, G, G, xx, UNOR
[all...]
/xsrc/external/mit/fontconfig/dist/src/
H A Dfcmatrix.c57 return mat1->xx == mat2->xx &&
68 r.xx = a->xx * b->xx + a->xy * b->yx;
69 r.xy = a->xx * b->xy + a->xy * b->yy;
70 r.yx = a->yx * b->xx + a->yy * b->yx;
84 r.xx = c;
96 r.xx = sx;
108 r.xx
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_glyphblt.c96 int xx, yy; local in function:glamor_poly_glyph_blt_gl
100 for (xx = 0; xx < w; glyph += ((xx&7) == 7), xx++) {
101 int pt_x_i = glyph_x + xx;
105 if (!(*glyph & (128 >> (xx & 7))))
107 if (!(*glyph & (1 << (xx & 7))))
180 int yy, xx; local in function:glamor_push_pixels_gl
214 for (xx
[all...]
/xsrc/external/mit/freetype/dist/src/base/
H A Dftlcdfil.c104 FT_UInt val, xx; local in function:ft_lcd_filter_fir
118 for ( xx = 2; xx < width; xx++ )
120 val = line[xx];
127 line[xx - 2] = FT_SHIFTCLAMP( fir[0] );
130 line[xx - 2] = FT_SHIFTCLAMP( fir[1] );
131 line[xx - 1] = FT_SHIFTCLAMP( fir[2] );
215 FT_UInt xx; local in function:_ft_lcd_filter_legacy
218 for ( xx
[all...]
H A Dftcalc.c663 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply
669 xx = ADD_LONG( FT_MulFix( a->xx, b->xx ),
671 xy = ADD_LONG( FT_MulFix( a->xx, b->xy ),
673 yx = ADD_LONG( FT_MulFix( a->yx, b->xx ),
678 b->xx = xx;
690 FT_Pos delta, xx, yy; local in function:FT_Matrix_Invert
697 delta = FT_MulFix( matrix->xx, matri
723 FT_Fixed xx, xy, yx, yy; local in function:FT_Matrix_Multiply_Scaled
[all...]
H A Dftsynth.c67 transform.xx = 0x10000L;
/xsrc/external/mit/oclock/dist/
H A Dtransform.c78 int xx, xy, xw, xh; local in function:TFillArc
80 xx = Xx(x,y,t);
85 xx += xw;
92 XFillArc (dpy, d, gc, xx, xy, xw, xh, angle1, angle2);
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dcffotypes.h94 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:CFF_Transform_
/xsrc/external/mit/xeyes/dist/
H A Dtransform.c66 int xx, xy, xw, xh;
68 xx = Xx(x,y,t);
73 xx += xw;
80 XDrawArc (dpy, d, gc, xx, xy, xw, xh, angle1, angle2);
/xsrc/external/mit/xf86-video-openchrome/dist/src/xvmc/
H A DviaLowLevel.h69 #define setRegion(xx,yy,ww,hh,region) \
71 (region).x = (xx); \
/xsrc/external/mit/xterm/dist/
H A Dgraphics.c86 * - color (VT340 4014 emulation, 41xx, IRAF GTERM, and also MS-DOS Kermit color support)
87 * - polygon fill (41xx)
91 * - research other 41xx and 42xx extensions
333 int xx, yy; local in function:copy_overlapping_area
362 for (xx = sx; xx != ex + dx; xx += dx) {
363 int dst_x = dst_ul_x + xx;
364 int src_x = src_ul_x + xx;
1374 int xx, yy; local in function:AllocGraphicsBuffer
1519 int xx, yy; local in function:FindGraphicHoles
1564 int xx, yy; local in function:refresh_graphics
[all...]
/xsrc/external/mit/xorg-server.old/dist/mi/
H A Dmizerline.c79 #define MI_OUTPUT_POINT(xx, yy)\
83 if (xx < spans->x)\
84 spans->x = xx;\
92 spans->x = xx;\
/xsrc/external/mit/xorg-server/dist/mi/
H A Dmizerline.c78 #define MI_OUTPUT_POINT(xx, yy)\
82 if (xx < spans->x)\
83 spans->x = xx;\
91 spans->x = xx;\
/xsrc/external/mit/xditview/dist/
H A Dparse.c312 int xx = ToX(dw, dw->dvi.state->x); local in function:PutCharacters
322 xx + fx >= dw->dvi.extents.x1 && xx - fx <= dw->dvi.extents.x2) {
351 if (xx != dw->dvi.cache.x) {
367 text->x = xx;
369 text->delta = xx - dw->dvi.cache.x;
384 dw->dvi.cache.x = xx;
/xsrc/external/mit/libXft/dist/src/
H A Dxftfreetype.c28 #define FT_Matrix_Equal(a,b) ((a)->xx == (b)->xx && \
79 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
102 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
161 f->matrix.xx = f->matrix.xy = f->matrix.yx = f->matrix.yy = 0;
247 (double) matrix->xx / 0x10000,
481 fi->matrix.xx = fi->matrix.yy = 0x10000;
485 fi->matrix.xx = (FT_Fixed)(0x10000L * font_matrix->xx);
498 fm1.xx
[all...]
/xsrc/external/mit/freetype/dist/include/freetype/
H A Dfttypes.h373 * x' = x*xx + y*xy
378 * xx ::
392 FT_Fixed xx, xy; member in struct:FT_Matrix_
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dbackend_singlesample.cpp83 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) local in function:BackendSingleSample
85 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0);
H A Dbackend_sample.cpp82 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) local in function:BackendSampleRate
84 const bool useAlternateOffset = ((xx & SIMD_TILE_X_DIM) != 0);
H A Dbackend.cpp277 for (uint32_t xx = x; xx < x + KNOB_TILE_X_DIM; xx += SIMD_TILE_X_DIM) local in function:BackendNullPS
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A DREADME.rst12 Adreno GPUs prior to 6xx use two micro-controllers to parse the command-stream,
20 The setup is similar to radeon, in fact Adreno 2xx thru 4xx used
26 generations prior to Adreno 5xx, the PFP and ME had different
29 Starting with Adreno 5xx, a new microcontroller with a unified
37 With Adreno 6xx, the separate PF and ME are replaced with a single
38 SQE microcontroller using the same instruction set as 5xx.
/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_exa.c256 int xx, i, fs = pGlint->FIFOSize, chunk, adr; local in function:Pm2UploadToScreen
278 xx = w;
282 while (xx > 0) {
283 chunk = min(fs - 1, xx);
290 xx -= chunk;
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_vertex.c680 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source
697 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx;
702 v[7] = v[4] = ((r->src.x + tx) * xx + x0) * sx;
714 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source
732 v[1] = ((box->x2 + tx) * xx + x0) * sx;
737 v[7] = v[4] = ((box->x1 + tx) * xx + x0) * sx;
1043 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source_identity
1063 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx;
1070 v[6] = ((r->src.x + tx) * xx + x0) * sx;
1264 float xx local in function:emit_primitive_simple_source__sse4_2
1298 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source__sse4_2
1626 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source__avx2
1660 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source__avx2
2236 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple
2273 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple
2551 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple__sse4_2
2588 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple__sse4_2
2868 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple__avx2
2905 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple__avx2
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_vertex.c680 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source
697 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx;
702 v[7] = v[4] = ((r->src.x + tx) * xx + x0) * sx;
714 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source
732 v[1] = ((box->x2 + tx) * xx + x0) * sx;
737 v[7] = v[4] = ((box->x1 + tx) * xx + x0) * sx;
1043 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source_identity
1063 v[1] = ((r->src.x + r->width + tx) * xx + x0) * sx;
1070 v[6] = ((r->src.x + tx) * xx + x0) * sx;
1264 float xx local in function:emit_primitive_simple_source__sse4_2
1298 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source__sse4_2
1626 float xx = op->src.transform->matrix[0][0]; local in function:emit_primitive_simple_source__avx2
1660 float xx = op->src.transform->matrix[0][0]; local in function:emit_boxes_simple_source__avx2
2236 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple
2273 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple
2551 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple__sse4_2
2588 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple__sse4_2
2868 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_simple__avx2
2905 float xx = op->base.src.transform->matrix[0][0]; local in function:emit_span_boxes_simple__avx2
[all...]

Completed in 36 milliseconds

1234