| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| jkrahntest.c | 39 XVisualInfo *vi; local 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->visual [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/ |
| dmxcb.c | 163 XVisualInfo vi; local 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.colormap_size = visual->colormapEntries [all...] |
| dmxscrinit.c | 250 XVisualInfo *vi; local 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/MesaGLUT/dist/src/glut/glx/ |
| glut_get.c | 166 XVisualInfo *vi; local 176 vi = __glutDetermineWindowVisual(&dummy, &visAlloced, &fbc); 180 if (vi) { 182 XFree(vi);
|
| glut_overlay.c | 45 checkOverlayAcceptability(XVisualInfo * vi, unsigned int mode) 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 120 vi = __glutXGetLayerVisualInfo(__glutDisplay 320 XVisualInfo *vi; local 564 XVisualInfo *vi; local [all...] |
| glut_win.c | 233 XVisualInfo *vi; local 271 vi = glXChooseVisual(__glutDisplay, 273 if (vi) 274 return vi;
|
| glutint.h | 222 XVisualInfo *vi; member in struct:_FrameBufferMode 681 XVisualInfo * vi,
|
| /xsrc/external/mit/pixman/dist/test/ |
| matrix-test.c | 133 pixman_vector_48_16_t vi, result_i; local 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, &result_i) [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xnest/ |
| Display.c | 74 XVisualInfo vi; local 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/xorg-server/dist/test/xi2/ |
| protocol-xiquerydevice.c | 244 xXIValuatorInfo *vi = (xXIValuatorInfo *) any; local 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->number >= 0) [all...] |
| protocol-eventconvert.c | 105 FP3232 vi, vo; local 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 386 vi = double_to_fp3232(in->valuators.data[i]); 394 assert(vi.integral == vo.integral) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xnest/ |
| Display.c | 58 XVisualInfo vi; local 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.old/dist/test/xi2/ |
| protocol-xiquerydevice.c | 209 xXIValuatorInfo *vi = (xXIValuatorInfo*)any; local 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->number == 0 | [all...] |
| protocol-eventconvert.c | 93 FP3232 vi, vo; local 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, vo local [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| offset.c | 102 XVisualInfo *vi; local 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/dmx/input/ |
| dmxcommon.c | 391 XValuatorInfoPtr vi; local 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->axes[k].min_value [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_sched.cpp | 1224 value *vi = *I; local 1225 sel_chan gpr = vi->get_final_gpr(); 1227 if (vi->is_any_gpr() && gpr && vi != v && 1228 (!v->chunk || v->chunk != vi->chunk) && 1229 vi->is_fixed() && gpr.chan() == chan) { 1234 sblog << "\tadd_interferences: " << *vi << "\n";
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/common/ |
| simdlib_types.hpp | 147 Integer vi[4]; member in union:SIMDImpl::Vec4
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_sched.cpp | 1224 value *vi = *I; local 1225 sel_chan gpr = vi->get_final_gpr(); 1227 if (vi->is_any_gpr() && gpr && vi != v && 1228 (!v->chunk || v->chunk != vi->chunk) && 1229 vi->is_fixed() && gpr.chan() == chan) { 1234 sblog << "\tadd_interferences: " << *vi << "\n";
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/common/ |
| simdlib_types.hpp | 147 Integer vi[4]; member in union:SIMDImpl::Vec4
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/ |
| swr_shader.cpp | 1099 Value *vi = nullptr, *vj = nullptr; local 1102 vi = LOAD(pPS, {0, SWR_PS_CONTEXT_vI, PixelPositions_center}, "i"); 1106 vi = LOAD(pPS, {0, SWR_PS_CONTEXT_vI, PixelPositions_centroid}, "i"); 1110 vi = LOAD(pPS, {0, SWR_PS_CONTEXT_vI, PixelPositions_sample}, "i"); 1250 Value *vk = FSUB(FSUB(VIMMED1(1.0f), vi), vj); 1254 Value *interp = FMUL(va, vi);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_blt.c | 1338 } vi; local 1339 vi.v = *(uint64_t *)b; 1340 vi.i[0] += x; 1341 vi.i[1] += y; 1342 vi.i[2] += x; 1343 vi.i[3] += y; 1344 return vi.v;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_blt.c | 1291 } vi; local 1292 vi.v = *(uint64_t *)b; 1293 vi.i[0] += x; 1294 vi.i[1] += y; 1295 vi.i[2] += x; 1296 vi.i[3] += y; 1297 return vi.v;
|
| /xsrc/external/mit/xfontsel/dist/ |
| xfontsel.c | 1290 int fi = 0, vi; local 1292 for (vi = val->count; vi; vi--, fp++) {
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutint.h | 207 XVisualInfo *vi; member in struct:_FrameBufferMode 693 XVisualInfo * vi,
|