| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0) 58 offsets[count] = total_size; 59 total_size += size; 81 unsigned total_size; member in class:brw::simple_allocator
|
| brw_rt.h | 99 uint64_t total_size; member in struct:brw_rt_scratch_layout 228 layout->total_size = size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_ir_allocator.h | 37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0) 58 offsets[count] = total_size; 59 total_size += size; 81 unsigned total_size; member in class:brw::simple_allocator
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| iris_binder.c | 99 * larger total_size when making the updated reservation. 143 unsigned total_size; local 161 total_size = 0; 164 total_size += sizes[stage]; 167 assert(total_size < IRIS_BINDER_SIZE); 169 if (total_size == 0) 172 if (binder_has_space(binder, total_size)) 176 * this will flag all bindings dirty, which may increase total_size 183 uint32_t offset = binder_insert(binder, total_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| iris_binder.c | 99 * larger total_size when making the updated reservation. 142 unsigned total_size; local 162 total_size = 0; 165 total_size += sizes[stage]; 168 assert(total_size < IRIS_BINDER_SIZE); 170 if (total_size == 0) 173 if (binder_has_space(binder, total_size)) 177 * this will flag all bindings dirty, which may increase total_size 184 uint32_t offset = binder_insert(binder, total_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/ |
| magic.c | 150 unsigned total_size = offset_attachments + (AGX_IOGPU_ATTACHMENT_LENGTH * nr_attachments) + 16; local 153 cfg.total_size = total_size; 161 return total_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| virgl_resource.h | 45 uint32_t total_size; member in struct:virgl_resource_metadata
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ |
| lima_bo.c | 188 unsigned total_size = 0; local 194 total_size += entry->size; 200 fprintf(stderr, "Total size: %u\n", total_size);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_resource.h | 51 uint32_t total_size; member in struct:nv50_miptree
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| svga_screen_cache.c | 47 unsigned bw, bh, bpb, total_size, i; local 62 total_size = 0; 69 total_size += img_size; 72 total_size *= key->numFaces * key->arraySize * MAX2(1, key->sampleCount); 74 return total_size; 146 assert(surf_size <= cache->total_size); 147 if (surf_size > cache->total_size) 148 cache->total_size = 0; /* should never happen, but be safe */ 150 cache->total_size -= surf_size; 190 cache->total_size -= svga_surface_size(&entry->key) [all...] |
| svga_screen_cache.h | 132 unsigned total_size; member in struct:svga_host_surface_cache
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| virgl_resource.h | 49 uint32_t plane, plane_offset, total_size; member in struct:virgl_resource_metadata
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| nv50_resource.h | 51 uint32_t total_size; member in struct:nv50_miptree
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/ |
| svga_screen_cache.c | 47 unsigned bw, bh, bpb, total_size, i; local 62 total_size = 0; 69 total_size += img_size; 72 total_size *= key->numFaces * key->arraySize * MAX2(1, key->sampleCount); 74 return total_size; 146 assert(surf_size <= cache->total_size); 147 if (surf_size > cache->total_size) 148 cache->total_size = 0; /* should never happen, but be safe */ 150 cache->total_size -= surf_size; 190 cache->total_size -= surface_size(&entry->key) [all...] |
| svga_screen_cache.h | 131 unsigned total_size; member in struct:svga_host_surface_cache
|
| /xsrc/external/mit/brotli/dist/c/dec/ |
| huffman.c | 184 int total_size; /* sum of root table size and 2nd level table sizes */ local 199 total_size = table_size; 224 while (total_size != table_size) { 241 total_size += table_size; 258 return (uint32_t)total_size;
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| lower_distance.cpp | 62 const char *in_name, int total_size, 67 in_name(in_name), total_size(total_size), offset(offset) 82 total_size(orig->total_size), 127 int total_size; member in class:__anon704::lower_distance_visitor 166 unsigned new_size = (total_size + 3) / 4;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/ |
| vl_zscan.c | 375 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; local 426 addr /= total_size;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/ |
| swr_screen.cpp | 799 size_t total_size = (uint64_t)res->swr.depth * res->swr.qpitch * local 803 if (swr_resource_is_texture(&res->base) && total_size > SWR_MAX_TEXTURE_SIZE) 807 res->swr.xpBaseAddress = (gfxptr_t)AlignedMalloc(total_size, 64); 821 total_size = res->secondary.depth * res->secondary.qpitch * 824 res->secondary.xpBaseAddress = (gfxptr_t) AlignedMalloc(total_size, 64);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| pan_cs.c | 295 unsigned total_size = 0; local 304 total_size += pan_bytes_per_pixel_tib(rt->format) * 309 while (total_size > 4096) { 310 total_size >>= 1; 315 total_size = ALIGN_POT(total_size, 1024); 319 return total_size;
|
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| u_debug_memory.c | 301 size_t total_size = 0; local 332 total_size += hdr->size; 343 if (total_size) { 345 (unsigned long) (total_size + 1023)/1024);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| lower_distance.cpp | 62 const char *in_name, int total_size, 67 in_name(in_name), total_size(total_size), offset(offset) 82 total_size(orig->total_size), 127 int total_size; member in class:__anon3340::lower_distance_visitor 166 unsigned new_size = (total_size + 3) / 4;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| u_debug_memory.c | 302 size_t total_size = 0; local 333 total_size += hdr->size; 344 if (total_size) { 346 (unsigned long) (total_size + 1023)/1024);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/ |
| vl_zscan.c | 375 const unsigned total_size = blocks_per_line * VL_BLOCK_WIDTH * VL_BLOCK_HEIGHT; local 426 addr /= total_size;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| freedreno_gmem.c | 79 total_size(uint8_t cbuf_cpp[], uint8_t zsbuf_cpp[2], function 197 while (total_size(cbuf_cpp, zsbuf_cpp, bin_w, bin_h, gmem_align, gmem) >
|