| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_decoder.c | 67 unsigned width = templat->width, height = templat->height; local 72 assert(width > 0 && height > 0); 83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| st_copytex.c | 40 * \param fbWidth width of the source framebuffer 53 GLint readFBOSave, readBufSave, width, height; local 69 GL_TEXTURE_WIDTH, &width); 70 if (width == fbWidth) { 88 GL_TEXTURE_WIDTH, &width); 91 if (width == fbWidth && height == fbHeight) { 112 GL_TEXTURE_WIDTH, &width); 115 if (width == fbWidth && height == fbHeight) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_decoder.c | 67 unsigned width = templat->width, height = templat->height; local 72 assert(width > 0 && height > 0); 83 temp.width = pot_buffers ? util_next_power_of_two(width) : align(width, VL_MACROBLOCK_WIDTH);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_copytex.c | 40 * \param fbWidth width of the source framebuffer 53 GLint readFBOSave, readBufSave, width, height; local 69 GL_TEXTURE_WIDTH, &width); 70 if (width == fbWidth) { 88 GL_TEXTURE_WIDTH, &width); 91 if (width == fbWidth && height == fbHeight) { 112 GL_TEXTURE_WIDTH, &width); 115 if (width == fbWidth && height == fbHeight) {
|
| /xsrc/external/mit/libXinerama/dist/include/X11/extensions/ |
| Xinerama.h | 36 short width; member in struct:__anon5923
|
| panoramiXext.h | 40 int width; /* width of this screen */ member in struct:__anon5924
|
| /xsrc/external/mit/libXpm/dist/src/ |
| CrBufFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| CrDatFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| WrFFrP.c | 50 unsigned int width = 0; local 56 width = attributes->width; 61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height); 64 &width, &height);
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| no_s3tc.c | 52 GLuint width; local 75 width = 4; 80 width = 8; 89 glCompressedTexImage2D( GL_TEXTURE_2D, 0, format, width, 4, 0,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| u_resource.c | 40 unsigned width = res->width0; local 58 util_format_get_stride(res->format, width) * slices * samples); 60 width = u_minify(width, 1);
|
| u_linear.h | 44 /** Block width in pixels */ 45 unsigned width; member in struct:u_linear_format_block 82 * @tile_width the width of the tile in pixels
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_resource.c | 40 unsigned width = res->width0; local 58 util_format_get_stride(res->format, width) * slices * samples); 60 width = u_minify(width, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| fd2_resource.c | 35 uint32_t width = prsc->width0; local 53 width = align(width, 32 * util_format_get_blockwidth(format)); 60 width = util_next_power_of_two(width); 64 slice->pitch = width; 67 blocks = util_format_get_nblocks(format, width, height); 74 width = u_minify(width, 1);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| ScrOfWin.c | 44 unsigned int width, height, bw, depth; /* dummy variables */ local 46 if (!XGetGeometry (dpy, w, &root, &x, &y, &width, &height,
|
| /xsrc/external/mit/xf86-video-glint/dist/src/ |
| glint_shadow.c | 24 int width, height, Bpp, FBPitch; local 31 width = (pbox->x2 - pbox->x1) * Bpp; 38 memcpy(dst, src, width);
|
| /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/ |
| kshadow.c | 33 int width = rotate ? screen->height : screen->width; local 34 int height = rotate ? screen->width : screen->height; 37 /* use fb computation for width */ 38 paddedWidth = ((width * bpp + FB_MASK) >> FB_SHIFT) * sizeof(FbBits);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/ |
| kshadow.c | 33 int width = rotate ? screen->height : screen->width; local 34 int height = rotate ? screen->width : screen->height; 37 /* use fb computation for width */ 38 paddedWidth = ((width * bpp + FB_MASK) >> FB_SHIFT) * sizeof (FbBits);
|
| /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/ |
| glutbitmap.h | 13 const GLsizei width; member in struct:__anon1
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| rnndec.h | 46 int width; member in struct:rnndecaddrinfo
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| fd4_resource.c | 36 uint32_t width = prsc->width0; local 77 width = u_minify(width, 1);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/ |
| lp_rast_linear.c | 61 task->width, 93 task->width, 108 task->width, 121 box.x1 = task->x + task->width - 1; 142 int width, height; local 149 box.x1 = task->x + task->width - 1; 154 width = box.x1 - box.x0 + 1; 166 width, height, 179 width, height,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_transfer.h | 12 uint32_t width; member in struct:nv50_m2mf_rect
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| test_context.c | 37 const unsigned int width = 16, height = 16; local 52 width, 76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 84 /* Test huge width */ 87 assert(XvMCCreateContext(display, port_num, surface_type_id, width, 16384, XVMC_DIRECT, &context) == BadValue); 88 /* Test huge width & height */ 91 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success) [all...] |
| test_surface.c | 37 const unsigned int width = 16, height = 16; local 53 width, 75 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success); 89 /* Test width & height assigned and correct */ 90 assert(surface.width == width && surface.height == height);
|