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

1 2

  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/xlaunch/window/
wizard.h 38 std::vector<PROPSHEETPAGE> pages; member in class:CWizard
  /xsrc/external/mit/MesaLib/dist/src/util/
slab.h 63 struct slab_page_header *pages; member in struct:slab_child_pool
  /xsrc/external/mit/MesaLib.old/dist/src/util/
slab.h 59 struct slab_page_header *pages; member in struct:slab_child_pool
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/linux/
lnx_agp.c 222 int pages; local
233 pages = (size / AGP_PAGE_SIZE);
235 pages++;
237 /* XXX check for pages == 0? */
239 alloc.pg_count = pages;
244 "allocation of %d pages failed\n\t(%s)\n", pages,
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/solaris/
sun_agp.c 198 int pages; local
211 pages = (size / AGP_PAGE_SIZE);
213 pages++;
215 alloc.agpa_pgcount = pages;
220 "allocation of %d pages failed\n\t(%s)\n", pages,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/linux/
lnx_agp.c 221 int pages; local
232 pages = (size / AGP_PAGE_SIZE);
234 pages++;
236 /* XXX check for pages == 0? */
238 alloc.pg_count = pages;
243 "allocation of %d pages failed\n\t(%s)\n", pages,
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/solaris/
sun_agp.c 197 int pages; local
210 pages = (size / AGP_PAGE_SIZE);
212 pages++;
214 alloc.agpa_pgcount = pages;
219 "allocation of %d pages failed\n\t(%s)\n", pages,
  /xsrc/external/mit/libX11/dist/src/xlibi18n/lcUniConv/
8bit_tab_to_h.c 300 bool pages[0x100]; local
311 pages[p] = false;
316 pages[j>>8] = true;
505 pages[p] = 0;
508 pages[charset2uni[i]>>8] = 1;
510 if (pages[p]) {
cjk_tab_to_h.c 289 bool pages[0x100]; local
297 pages[p] = false;
302 pages[j>>8] = true;
416 bool pages[0x100]; local
423 /* Fill pages[0x100]. */
425 pages[p] = false;
430 pages[j>>8] = true;
435 if (pages[p]) {
465 if (pages[p] && (p == 0 || !pages[p-1]))
    [all...]
  /xsrc/external/mit/MesaGLUT/dist/src/glut/glx/
capturexfont.c 93 int rows, pages, byte1, byte2, index; local
99 pages = fontinfo->max_char_or_byte2 - fontinfo->min_char_or_byte2 + 1;
169 (byte1 - fontinfo->min_byte1) * pages +
210 (byte1 - fontinfo->min_byte1) * pages +
307 (byte1 - fontinfo->min_byte1) * pages +
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 698 unsigned pages, lines; local
700 pages = size >> 12;
701 size -= (pages << 12);
707 while (pages) {
708 lines = (pages > 2047) ? 2047 : pages;
709 pages -= lines;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
glx_usefont.c 168 unsigned int rows, pages; local
173 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
198 i = ((byte1 - fs->min_byte1) * pages) +
256 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
260 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib/dist/src/glx/
xfont.c 172 unsigned int rows, pages; local
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
257 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
261 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/x11/
xfonts.c 166 unsigned int rows, pages; local
171 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
196 i = ((byte1 - fs->min_byte1) * pages) +
253 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
257 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 698 unsigned pages, lines; local
700 pages = size >> 12;
701 size -= (pages << 12);
707 while (pages) {
708 lines = (pages > 2047) ? 2047 : pages;
709 pages -= lines;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
glx_usefont.c 168 unsigned int rows, pages; local
173 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
198 i = ((byte1 - fs->min_byte1) * pages) +
256 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
260 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib.old/dist/src/glx/
xfont.c 172 unsigned int rows, pages; local
177 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
202 i = ((byte1 - fs->min_byte1) * pages) +
267 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
271 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/x11/
xfonts.c 167 unsigned int rows, pages; local
172 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
197 i = ((byte1 - fs->min_byte1) * pages) +
254 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
258 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
xuserotfont.c 132 unsigned int rows, pages; local
137 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
162 i = ((byte1 - fs->min_byte1) * pages) +
233 pages = fs->max_char_or_byte2 - fs->min_char_or_byte2 + 1;
237 unsigned int first_char, last_char, pages, rows;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_bo.c 295 * Attempt to allocate the given number of backing pages. Fewer pages may be
328 uint32_t pages; local
358 pages = buf->size / ZINK_SPARSE_BUFFER_PAGE_SIZE;
363 best_backing->chunks[0].end = pages;
366 bo->u.sparse.num_backing_pages += pages;
369 best_num_pages = pages;
398 * Return a range of pages from the given backing buffer back into the
727 /* Skip pages that are already committed. */
782 /* Skip pages that are already uncommitted. *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_bufmgr.c 223 /* Calculating the pages and rounding up to the page size. */
224 const unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; local
227 * in pages stride size
233 const unsigned row = 30 - __builtin_clz((pages - 1) | 3);
236 /* The '& ~2' is the special case for row 1. In row 1, max pages /
245 const unsigned col = (pages - prev_row_max_pages +
371 /* Calling set_domain() will allocate pages for the BO outside of the
1495 * width/height alignment and rounding of sizes to pages will
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 909 * Attempt to allocate the given number of backing pages. Fewer pages may be
942 uint32_t pages; local
977 pages = buf->size / RADEON_SPARSE_PAGE_SIZE;
982 best_backing->chunks[0].end = pages;
985 bo->u.sparse.num_backing_pages += pages;
988 best_num_pages = pages;
1021 * Return a range of pages from the given backing buffer back into the
1214 /* Skip pages that are already committed. */
1277 /* Skip pages that are already uncommitted. *
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_bufmgr.c 131 * two pages, and so on.) 1 means a block is free, and 0 means it's in-use.
257 /* Calculating the pages and rounding up to the page size. */
258 const unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; local
261 * in pages stride size
267 const unsigned row = 30 - __builtin_clz((pages - 1) | 3);
270 /* The '& ~2' is the special case for row 1. In row 1, max pages /
279 const unsigned col = (pages - prev_row_max_pages +
554 /* Round the allocated size up to a power of two number of pages. */
661 /* Calling set_domain() will allocate pages for the BO outside of the
733 * enough pages
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_bufmgr.c 198 /* Calculating the pages and rounding up to the page size. */
199 const unsigned pages = (size + PAGE_SIZE - 1) / PAGE_SIZE; local
202 * in pages stride size
208 const unsigned row = 30 - __builtin_clz((pages - 1) | 3);
211 /* The '& ~2' is the special case for row 1. In row 1, max pages /
220 const unsigned col = (pages - prev_row_max_pages +
269 /* Force alignment to be some number of pages */
389 /* Round the allocated size up to a power of two number of pages. */
477 /* Calling set_domain() will allocate pages for the BO outside of the
1388 * width/height alignment and rounding of sizes to pages wil
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/amdgpu/drm/
amdgpu_bo.c 783 * Attempt to allocate the given number of backing pages. Fewer pages may be
815 uint32_t pages; local
846 pages = buf->size / RADEON_SPARSE_PAGE_SIZE;
851 best_backing->chunks[0].end = pages;
854 bo->u.sparse.num_backing_pages += pages;
857 best_num_pages = pages;
892 * Return a range of pages from the given backing buffer back into the
1085 /* Skip pages that are already committed. */
1148 /* Skip pages that are already uncommitted. *
    [all...]

Completed in 18 milliseconds

1 2