HomeSort by: relevance | last modified time | path
    Searched defs:height (Results 1 - 25 of 1285) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /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);
84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_copytex.c 41 * \param fbHeight height of the source framebuffer
53 GLint readFBOSave, readBufSave, width, height; local
90 GL_TEXTURE_HEIGHT, &height);
91 if (width == fbWidth && height == fbHeight) {
114 GL_TEXTURE_HEIGHT, &height);
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);
84 temp.height = pot_buffers ? util_next_power_of_two(height) : align(height, VL_MACROBLOCK_HEIGHT);
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_copytex.c 41 * \param fbHeight height of the source framebuffer
53 GLint readFBOSave, readBufSave, width, height; local
90 GL_TEXTURE_HEIGHT, &height);
91 if (width == fbWidth && height == fbHeight) {
114 GL_TEXTURE_HEIGHT, &height);
115 if (width == fbWidth && height == fbHeight) {
  /xsrc/external/mit/libXinerama/dist/include/X11/extensions/
Xinerama.h 37 short height; member in struct:__anon5923
panoramiXext.h 41 int height; /* height of this screen */ member in struct:__anon5924
  /xsrc/external/mit/libXpm/dist/src/
CrBufFrP.c 51 unsigned int height = 0; local
57 height = attributes->height;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
64 &width, &height);
CrDatFrP.c 51 unsigned int height = 0; local
57 height = attributes->height;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
64 &width, &height);
WrFFrP.c 51 unsigned int height = 0; local
57 height = attributes->height;
61 xpmCreateImageFromPixmap(display, pixmap, &ximage, &width, &height);
64 &width, &height);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_resource.c 41 unsigned height = res->height0; local
57 size += (util_format_get_nblocksy(res->format, height) *
61 height = u_minify(height, 1);
u_linear.h 47 /** Block height in pixels */
48 unsigned height; member in struct:u_linear_format_block
83 * @tile_height the height of the tile in pixels
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_resource.c 41 unsigned height = res->height0; local
57 size += (util_format_get_nblocksy(res->format, height) *
61 height = u_minify(height, 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
fd2_resource.c 36 uint32_t height = prsc->height0; local
50 height = align(height, 32 * util_format_get_blockheight(format));
61 height = util_next_power_of_two(height);
67 blocks = util_format_get_nblocks(format, width, height);
75 height = u_minify(height, 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
32 height = pbox->y2 - pbox->y1;
37 while(height--) {
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kshadow.c 33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height; local
39 buf = xallocarray(paddedWidth, height);
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kshadow.c 33 int width = rotate ? screen->height : screen->width;
34 int height = rotate ? screen->width : screen->height; local
39 buf = malloc(paddedWidth * height);
  /xsrc/external/mit/MesaGLUT/dist/src/glut/beos/
glutbitmap.h 14 const GLsizei height; member in struct:__anon1
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/
fd3_resource.c 45 uint32_t height = u_minify(prsc->height0, level); local
47 height = align(height, 4);
49 height = util_next_power_of_two(height);
52 uint32_t nblocksy = util_format_get_nblocksy(format, height);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_resource.c 37 uint32_t height = prsc->height0; local
60 uint32_t nblocksy = util_format_get_nblocksy(format, height);
78 height = u_minify(height, 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_rast_linear.c 62 task->height,
94 task->height,
109 task->height,
123 box.y1 = task->y + task->height - 1;
142 int width, height; local
150 box.y1 = task->y + task->height - 1;
155 height = box.y1 - box.y0 + 1;
166 width, height,
179 width, height,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_transfer.h 14 uint32_t height; 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
53 height,
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);
85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue);
86 /* Test huge height */
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
54 height,
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);
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
intel_tex_layout.c 92 * | | alignment unit height ("j") |
127 GLuint height = mt->physical_height0; local
163 height, depth);
165 img_height = ALIGN(height, mt->align_h);
184 height = minify(height, 1);

Completed in 22 milliseconds

1 2 3 4 5 6 7 8 91011>>