Searched defs:mipSize (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c141 SVGA3dSize mipSize = size; local
145 cur_size->width = mipSize.width;
146 cur_size->height = mipSize.height;
147 cur_size->depth = mipSize.depth;
148 mipSize.width = MAX2(mipSize.width >> 1, 1);
149 mipSize.height = MAX2(mipSize.height >> 1, 1);
150 mipSize.depth = MAX2(mipSize
[all...]
/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_screen_ioctl.c141 SVGA3dSize mipSize = size; local
145 cur_size->width = mipSize.width;
146 cur_size->height = mipSize.height;
147 cur_size->depth = mipSize.depth;
148 mipSize.width = MAX2(mipSize.width >> 1, 1);
149 mipSize.height = MAX2(mipSize.height >> 1, 1);
150 mipSize.depth = MAX2(mipSize
[all...]

Completed in 118 milliseconds