Searched refs:real_size (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 131 off_t real_size = lseek(prime_fd, 0, SEEK_END); local in function:tu_gem_import_dmabuf 133 if (real_size < 0 || (uint64_t) real_size < size)
|
| /xsrc/external/mit/xorg-server.old/dist/exa/ |
| H A D | exa_offscreen.c | 96 int avail, real_size; local in function:exaFindAreaToEvict 114 real_size = size + (begin->base_offset + begin->size - size) % align; 116 while (avail < real_size && end != NULL) 132 if (avail >= real_size && cost < best_cost) { 172 int real_size = 0, largest_avail = 0; local in function:exaOffscreenAlloc 205 real_size = size + (area->base_offset + area->size - size) % align; 208 if (real_size <= area->size) 228 real_size = size + (area->base_offset + area->size - size) % align; 238 while (area->size < real_size) 246 if (real_size < are [all...] |
| /xsrc/external/mit/xorg-server/dist/exa/ |
| H A D | exa_offscreen.c | 95 int avail, real_size; local in function:exaFindAreaToEvict 112 real_size = size + (begin->base_offset + begin->size - size) % align; 114 while (avail < real_size && end != NULL) { 129 if (avail >= real_size && cost < best_cost) { 168 int real_size = 0, largest_avail = 0; local in function:exaOffscreenAlloc 201 real_size = size + (area->base_offset + area->size - size) % align; 204 if (real_size <= area->size) 222 real_size = size + (area->base_offset + area->size - size) % align; 232 while (area->size < real_size) { 240 if (real_size < are [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_debug.c | 372 pb_size real_size; local in function:pb_debug_manager_create_buffer 381 real_size = mgr->underflow_size + size + mgr->overflow_size; 387 real_size, 404 assert(buf->buffer->size >= real_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/ |
| H A D | pb_bufmgr_debug.c | 372 pb_size real_size; local in function:pb_debug_manager_create_buffer 381 real_size = mgr->underflow_size + size + mgr->overflow_size; 387 real_size, 404 assert(buf->buffer->size >= real_size);
|
| /xsrc/external/mit/freetype/dist/src/type42/ |
| H A D | t42parse.c | 543 FT_ULong n, string_size, old_string_size, real_size; local in function:t42_parse_sfnts 620 (void)T1_ToBytes( parser, string_buf, string_size, &real_size, 1 ); 622 string_size = real_size;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_drm.c | 333 off_t real_size = lseek(prime_fd, 0, SEEK_END); local in function:tu_bo_init_dmabuf 335 if (real_size < 0 || (uint64_t) real_size < size)
|
| /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/ |
| H A D | v3dv_device.c | 1963 off_t real_size = lseek(fd, 0, SEEK_END); local in function:device_import_bo 1965 if (real_size < 0 || (uint64_t) real_size < size) {
|
Completed in 15 milliseconds