| /xsrc/external/mit/libdrm/dist/etnaviv/ |
| H A D | etnaviv_bo_cache.c | 33 static void add_bucket(struct etna_bo_cache *cache, int size) function in typeref:typename:void 56 add_bucket(cache, 4096); 57 add_bucket(cache, 4096 * 2); 58 add_bucket(cache, 4096 * 3); 62 add_bucket(cache, size); 63 add_bucket(cache, size + size * 1 / 4); 64 add_bucket(cache, size + size * 2 / 4); 65 add_bucket(cache, size + size * 3 / 4);
|
| /xsrc/external/mit/libdrm/dist/freedreno/ |
| H A D | freedreno_bo_cache.c | 36 add_bucket(struct fd_bo_cache *cache, int size) function in typeref:typename:void 64 add_bucket(cache, 4096); 65 add_bucket(cache, 4096 * 2); 67 add_bucket(cache, 4096 * 3); 71 add_bucket(cache, size); 73 add_bucket(cache, size + size * 1 / 4); 74 add_bucket(cache, size + size * 2 / 4); 75 add_bucket(cache, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 34 add_bucket(struct fd_bo_cache *cache, int size) function in typeref:typename:void 62 add_bucket(cache, 4096); 63 add_bucket(cache, 4096 * 2); 65 add_bucket(cache, 4096 * 3); 69 add_bucket(cache, size); 71 add_bucket(cache, size + size * 1 / 4); 72 add_bucket(cache, size + size * 2 / 4); 73 add_bucket(cache, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib/dist/src/etnaviv/drm/ |
| H A D | etnaviv_bo_cache.c | 32 static void add_bucket(struct etna_bo_cache *cache, int size) function in typeref:typename:void 55 add_bucket(cache, 4096); 56 add_bucket(cache, 4096 * 2); 57 add_bucket(cache, 4096 * 3); 61 add_bucket(cache, size); 62 add_bucket(cache, size + size * 1 / 4); 63 add_bucket(cache, size + size * 2 / 4); 64 add_bucket(cache, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/drm/ |
| H A D | freedreno_bo_cache.c | 34 add_bucket(struct fd_bo_cache *cache, int size) function in typeref:typename:void 62 add_bucket(cache, 4096); 63 add_bucket(cache, 4096 * 2); 65 add_bucket(cache, 4096 * 3); 69 add_bucket(cache, size); 71 add_bucket(cache, size + size * 1 / 4); 72 add_bucket(cache, size + size * 2 / 4); 73 add_bucket(cache, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 1363 add_bucket(struct iris_bufmgr *bufmgr, int size) function in typeref:typename:void 1391 add_bucket(bufmgr, PAGE_SIZE); 1392 add_bucket(bufmgr, PAGE_SIZE * 2); 1393 add_bucket(bufmgr, PAGE_SIZE * 3); 1397 add_bucket(bufmgr, size); 1399 add_bucket(bufmgr, size + size * 1 / 4); 1400 add_bucket(bufmgr, size + size * 2 / 4); 1401 add_bucket(bufmgr, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 1548 add_bucket(struct brw_bufmgr *bufmgr, int size) function in typeref:typename:void 1580 add_bucket(bufmgr, PAGE_SIZE); 1581 add_bucket(bufmgr, PAGE_SIZE * 2); 1582 add_bucket(bufmgr, PAGE_SIZE * 3); 1586 add_bucket(bufmgr, size); 1588 add_bucket(bufmgr, size + size * 1 / 4); 1589 add_bucket(bufmgr, size + size * 2 / 4); 1590 add_bucket(bufmgr, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_bufmgr.c | 1470 add_bucket(struct crocus_bufmgr *bufmgr, int size) function in typeref:typename:void 1498 add_bucket(bufmgr, PAGE_SIZE); 1499 add_bucket(bufmgr, PAGE_SIZE * 2); 1500 add_bucket(bufmgr, PAGE_SIZE * 3); 1504 add_bucket(bufmgr, size); 1506 add_bucket(bufmgr, size + size * 1 / 4); 1507 add_bucket(bufmgr, size + size * 2 / 4); 1508 add_bucket(bufmgr, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_bufmgr.c | 1985 add_bucket(struct iris_bufmgr *bufmgr, int size, bool local) function in typeref:typename:void 2021 add_bucket(bufmgr, PAGE_SIZE, local); 2022 add_bucket(bufmgr, PAGE_SIZE * 2, local); 2023 add_bucket(bufmgr, PAGE_SIZE * 3, local); 2027 add_bucket(bufmgr, size, local); 2029 add_bucket(bufmgr, size + size * 1 / 4, local); 2030 add_bucket(bufmgr, size + size * 2 / 4, local); 2031 add_bucket(bufmgr, size + size * 3 / 4, local);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_bufmgr.c | 1697 add_bucket(struct brw_bufmgr *bufmgr, int size) function in typeref:typename:void 1729 add_bucket(bufmgr, PAGE_SIZE); 1730 add_bucket(bufmgr, PAGE_SIZE * 2); 1731 add_bucket(bufmgr, PAGE_SIZE * 3); 1735 add_bucket(bufmgr, size); 1737 add_bucket(bufmgr, size + size * 1 / 4); 1738 add_bucket(bufmgr, size + size * 2 / 4); 1739 add_bucket(bufmgr, size + size * 3 / 4);
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_bufmgr_gem.c | 3011 add_bucket(drm_intel_bufmgr_gem *bufmgr_gem, int size) function in typeref:typename:void 3035 add_bucket(bufmgr_gem, 4096); 3036 add_bucket(bufmgr_gem, 4096 * 2); 3037 add_bucket(bufmgr_gem, 4096 * 3); 3041 add_bucket(bufmgr_gem, size); 3043 add_bucket(bufmgr_gem, size + size * 1 / 4); 3044 add_bucket(bufmgr_gem, size + size * 2 / 4); 3045 add_bucket(bufmgr_gem, size + size * 3 / 4);
|
| /xsrc/external/mit/MesaLib/dist/ |
| H A D | .pick_status.json | 22063 "description": "iris: Use a num_buckets pointer in add_bucket", [all...] |