Searched refs:vi (Results 1 - 25 of 57) sorted by relevance

123

/xsrc/external/mit/freetype/dist/docs/reference/assets/javascripts/lunr/
H A Dlunr.vi.js17 !function(e,r){"function"==typeof define&&define.amd?define(r):"object"==typeof exports?module.exports=r():r()(e.lunr)}(this,function(){return function(e){if(void 0===e)throw new Error("Lunr is not present. Please include / require Lunr before this script.");if(void 0===e.stemmerSupport)throw new Error("Lunr stemmer support is not present. Please include / require Lunr stemmer support before this script.");e.vi=function(){this.pipeline.reset(),this.pipeline.add(e.vi.stopWordFilter,e.vi.trimmer)},e.vi.wordCharacters="[A-Za-ẓ̀͐́͑̉̃̓ÂâÊêÔôĂ-ăĐ-đƠ-ơƯ-ư]",e.vi.trimmer=e.trimmerSupport.generateTrimmer(e.vi.wordCharacters),e.Pipeline.registerFunction(e.vi.trimmer,"trimmer-vi"),e.vi.stopWordFilter=e.generateStopWordFilter("là cái nhưng mà".split(" "))}}) class in class:e
/xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
H A Dglut_overlay.c45 checkOverlayAcceptability(XVisualInfo * vi, unsigned int mode) argument
50 glXGetConfig(__glutDisplay, vi, GLX_USE_GL, &value);
55 glXGetConfig(__glutDisplay, vi, GLX_RGBA, &value);
60 glXGetConfig(__glutDisplay, vi, GLX_DOUBLEBUFFER, &value);
65 glXGetConfig(__glutDisplay, vi, GLX_STEREO, &value);
75 glXGetConfig(__glutDisplay, vi, GLX_DEPTH_SIZE, &value);
80 glXGetConfig(__glutDisplay, vi, GLX_STENCIL_SIZE, &value);
88 glXGetConfig(__glutDisplay, vi, GLX_SAMPLES_SGIS, &value);
103 XLayerVisualInfo *vi; local in function:getOverlayVisualInfoCI
120 vi
320 XVisualInfo *vi; local in function:determineOverlayVisual
564 XVisualInfo *vi; local in function:glutLayerGet
[all...]
H A Dglut_cmap.c126 __glutSetupColormap(XVisualInfo * vi, GLUTcolormap ** colormap, Colormap * cmap) argument
129 if (vi->dwFlags & PFD_NEED_PALETTE || vi->iPixelType == PFD_TYPE_COLORINDEX) {
130 *colormap = associateColormap(vi);
144 visualClass = vi->c_class;
146 visualClass = vi->class;
151 rc = glXGetConfig(__glutDisplay, vi, GLX_RGBA, &isRGB);
156 && vi->visual == DefaultVisual(__glutDisplay, __glutScreen)) {
162 vi->visual, AllocNone);
170 vi
[all...]
H A Dglut_get.c166 XVisualInfo *vi; local in function:glutGet
176 vi = __glutDetermineWindowVisual(&dummy, &visAlloced, &fbc);
180 if (vi) {
182 XFree(vi);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Djkrahntest.c39 XVisualInfo *vi; local in function:main
68 vi = glXChooseVisual(dpy, DefaultScreen(dpy), AttributeList);
69 if (vi == 0) {
75 ctx1 = glXCreateContext(dpy, vi, 0, True);
76 ctx2 = glXCreateContext(dpy, vi, ctx1, True);
79 swa.colormap = XCreateColormap(dpy, RootWindow(dpy, vi->screen),
80 vi->visual, AllocNone);
84 win1 = XCreateWindow(dpy, RootWindow(dpy, vi->screen),
86 0, vi->depth, InputOutput, vi
[all...]
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxcb.c163 XVisualInfo vi; local in function:dmxConnectionBlockCallback
165 vi.visual = NULL;
166 vi.visualid = visual->visualID;
167 vi.screen = 0;
168 vi.depth = depth->depth;
169 vi.class = visual->class;
170 vi.red_mask = visual->redMask;
171 vi.green_mask = visual->greenMask;
172 vi.blue_mask = visual->blueMask;
173 vi
[all...]
H A Ddmxlog.c249 /** Print messages at level #dmxInfo describing the visuals in \a vi. */
250 void dmxLogVisual(DMXScreenInfo *dmxScreen, XVisualInfo *vi, int defaultVisual) argument
254 switch (vi->class) {
266 vi->visualid, class, vi->depth, vi->bits_per_rgb,
267 vi->colormap_size,
268 vi->red_mask, vi->green_mask, vi
[all...]
H A Ddmxlog.h71 extern void dmxLogVisual(DMXScreenInfo *dmxScreen, XVisualInfo *vi,
H A Ddmxscrinit.c250 XVisualInfo *vi; local in function:dmxScreenInit
252 vi = &dmxScreen->beVisuals[j];
253 if (vi->depth == depth) {
255 visuals |= (1 << vi->class);
256 bitsPerRgb = vi->bits_per_rgb;
257 redMask = vi->red_mask;
258 greenMask = vi->green_mask;
259 blueMask = vi->blue_mask;
261 preferredClass = vi->class;
/xsrc/external/mit/xorg-server/dist/test/xi2/
H A Dprotocol-xiquerydevice.c244 xXIValuatorInfo *vi = (xXIValuatorInfo *) any; local in function:reply_XIQueryDevice_data
247 swaps(&vi->number);
248 swapl(&vi->label);
249 swapl(&vi->min.integral);
250 swapl(&vi->min.frac);
251 swapl(&vi->max.integral);
252 swapl(&vi->max.frac);
253 swapl(&vi->resolution);
256 assert(vi->length == 11);
257 assert(vi
[all...]
H A Dprotocol-eventconvert.c105 FP3232 vi, vo; local in function:test_values_XIRawEvent
112 vi = double_to_fp3232(in->valuators.data[i]);
121 assert(vi.integral == vo.integral);
122 assert(vi.frac == vo.frac);
126 vi = double_to_fp3232(in->valuators.data_raw[i]);
135 assert(vi.integral == vo.integral);
136 assert(vi.frac == vo.frac);
384 FP3232 vi, vo; local in function:test_values_XIDeviceEvent
386 vi = double_to_fp3232(in->valuators.data[i]);
394 assert(vi
[all...]
/xsrc/external/mit/xorg-server.old/dist/test/xi2/
H A Dprotocol-xiquerydevice.c209 xXIValuatorInfo *vi = (xXIValuatorInfo*)any; local in function:reply_XIQueryDevice_data
213 swaps(&vi->number, n);
214 swapl(&vi->label, n);
215 swapl(&vi->min.integral, n);
216 swapl(&vi->min.frac, n);
217 swapl(&vi->max.integral, n);
218 swapl(&vi->max.frac, n);
219 swapl(&vi->resolution, n);
222 g_assert(vi->length == 11);
223 g_assert(vi
[all...]
H A Dprotocol-eventconvert.c93 FP3232 vi, vo; local in function:test_values_XIRawEvent
97 vi.integral = in->valuators.data[i];
98 vi.frac = in->valuators.data_frac[i];
109 g_assert(vi.integral == vo.integral);
110 g_assert(vi.frac == vo.frac);
114 vi.integral = in->valuators.data_raw[i];
115 vi.frac = in->valuators.data_raw_frac[i];
126 g_assert(vi.integral == vo.integral);
127 g_assert(vi.frac == vo.frac);
380 FP3232 vi, v local in function:test_values_XIDeviceEvent
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dmatrix-test.c133 pixman_vector_48_16_t vi, result_i; local in function:test_matrix
139 prng_randmemset (&vi, sizeof(vi), 0);
141 byteswap_vector_48_16 (&vi);
145 /* make sure that "vi" contains 31.16 fixed point data */
146 vi.v[j] >>= 17;
149 vi.v[j] >>= prng_rand_n (46);
171 vi.v[2] = pixman_fixed_1;
176 vi.v[2] == pixman_fixed_1);
180 pixman_transform_point_31_16_affine (&ti, &vi,
[all...]
/xsrc/external/mit/mesa-demos/dist/src/xdemos/
H A Doffset.c102 XVisualInfo *vi; local in function:main
111 vi = glXChooseVisual(dpy, DefaultScreen(dpy), attributeList);
112 if (!vi) error(argv[0], "no suitable visual");
114 cx = glXCreateContext(dpy, vi, 0, GL_TRUE);
116 swa.colormap = XCreateColormap(dpy, RootWindow(dpy, vi->screen),
117 vi->visual, AllocNone);
122 win = XCreateWindow(dpy, RootWindow(dpy, vi->screen), 0, 0, 900, 300,
123 0, vi->depth, InputOutput, vi->visual,
/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DDisplay.c58 XVisualInfo vi; local in function:xnestOpenDisplay
75 vi.screen = DefaultScreen(xnestDisplay);
76 xnestVisuals = XGetVisualInfo(xnestDisplay, mask, &vi, &xnestNumVisuals);
95 vi.visualid = XVisualIDFromVisual(DefaultVisual(xnestDisplay,
99 if (vi.visualid == xnestVisuals[i].visualid)
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DDisplay.c74 XVisualInfo vi; local in function:xnestOpenDisplay
94 vi.screen = DefaultScreen(xnestDisplay);
95 xnestVisuals = XGetVisualInfo(xnestDisplay, mask, &vi, &xnestNumVisuals);
114 vi.visualid = XVisualIDFromVisual(DefaultVisual(xnestDisplay,
119 if (vi.visualid == xnestVisuals[i].visualid)
/xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/
H A Drnndec.h52 int rnndec_varmatch(struct rnndeccontext *ctx, struct rnnvarinfo *vi);
H A Drnn.c1039 static void prepvarinfo (struct rnndb *db, char *what, struct rnnvarinfo *vi, struct rnnvarinfo *parent) { argument
1041 vi->prefenum = parent->prefenum;
1042 if (vi->prefixstr) {
1043 if (!strcmp(vi->prefixstr, "none"))
1044 vi->prefenum = 0;
1046 vi->prefenum = rnn_findenum(db, vi->prefixstr); // XXX
1051 ADDARRAY(vi->varsets, copyvarset(parent->varsets[i]));
1052 struct rnnenum *varset = vi->prefenum;
1053 if (!varset && !vi
1156 preptypeinfo(struct rnndb * db,struct rnntypeinfo * ti,char * prefix,struct rnnvarinfo * vi,char * file) argument
[all...]
H A Drnndec.c80 int rnndec_varmatch(struct rnndeccontext *ctx, struct rnnvarinfo *vi) { argument
81 if (vi->dead)
84 for (i = 0; i < vi->varsetsnum; i++) {
87 if (vi->varsets[i]->venum == ctx->vars[j]->en)
90 fprintf (stderr, "I don't know which %s variant to use!\n", vi->varsets[i]->venum->name);
92 if (!vi->varsets[i]->variants[ctx->vars[j]->variant])
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Ddmxcommon.c391 XValuatorInfoPtr vi; local in function:dmxCommonOthGetInfo
413 vi = (XValuatorInfoPtr)any;
415 if (vi->mode == Absolute)
416 info->numAbsAxes = vi->num_axes;
418 info->numRelAxes = vi->num_axes;
419 for (k = 0; k < vi->num_axes; k++) {
420 info->res[k] = vi->axes[k].resolution;
421 info->minres[k] = vi->axes[k].resolution;
422 info->maxres[k] = vi->axes[k].resolution;
423 info->minval[k] = vi
[all...]
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dpicture.h46 #define PICT_VISFORMAT(bpp,type,vi) (((bpp) << 24) | \
48 ((vi)))
/xsrc/external/mit/xorg-server/dist/render/
H A Dpicture.h46 #define PICT_VISFORMAT(bpp,type,vi) (((bpp) << 24) | \
48 ((vi)))
/xsrc/external/mit/libXpm/dist/src/
H A Damigax.h81 #define XCreateImage(dpy, vi, depth, format, offset, data, width, height, pad, bpl) \
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_pipeline.c1524 pipeline->vi.bindings, pipeline->vi.strides,
1525 pipeline->vi.offsets, &pipeline->vi.count);
1526 pipeline->vi.state_ib = tu_cs_end_sub_stream(&pipeline->cs, &vi_cs);
1532 &vi_cs, &vs->variants[1], vi_info, pipeline->vi.binning_bindings,
1533 pipeline->vi.binning_strides, pipeline->vi.binning_offsets,
1534 &pipeline->vi.binning_count);
1535 pipeline->vi
[all...]

Completed in 17 milliseconds

123