/external/mesa3d/src/etnaviv/drm/ |
D | etnaviv_bo_cache.c | 32 static void add_bucket(struct etna_bo_cache *cache, int size) in add_bucket() function 55 add_bucket(cache, 4096); in etna_bo_cache_init() 56 add_bucket(cache, 4096 * 2); in etna_bo_cache_init() 57 add_bucket(cache, 4096 * 3); in etna_bo_cache_init() 61 add_bucket(cache, size); in etna_bo_cache_init() 62 add_bucket(cache, size + size * 1 / 4); in etna_bo_cache_init() 63 add_bucket(cache, size + size * 2 / 4); in etna_bo_cache_init() 64 add_bucket(cache, size + size * 3 / 4); in etna_bo_cache_init()
|
/external/libdrm/etnaviv/ |
D | etnaviv_bo_cache.c | 33 static void add_bucket(struct etna_bo_cache *cache, int size) in add_bucket() function 56 add_bucket(cache, 4096); in etna_bo_cache_init() 57 add_bucket(cache, 4096 * 2); in etna_bo_cache_init() 58 add_bucket(cache, 4096 * 3); in etna_bo_cache_init() 62 add_bucket(cache, size); in etna_bo_cache_init() 63 add_bucket(cache, size + size * 1 / 4); in etna_bo_cache_init() 64 add_bucket(cache, size + size * 2 / 4); in etna_bo_cache_init() 65 add_bucket(cache, size + size * 3 / 4); in etna_bo_cache_init()
|
/external/mesa3d/src/freedreno/drm/ |
D | freedreno_bo_cache.c | 34 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket() function 62 add_bucket(cache, 4096); in fd_bo_cache_init() 63 add_bucket(cache, 4096 * 2); in fd_bo_cache_init() 65 add_bucket(cache, 4096 * 3); in fd_bo_cache_init() 69 add_bucket(cache, size); in fd_bo_cache_init() 71 add_bucket(cache, size + size * 1 / 4); in fd_bo_cache_init() 72 add_bucket(cache, size + size * 2 / 4); in fd_bo_cache_init() 73 add_bucket(cache, size + size * 3 / 4); in fd_bo_cache_init()
|
/external/libdrm/freedreno/ |
D | freedreno_bo_cache.c | 36 add_bucket(struct fd_bo_cache *cache, int size) in add_bucket() function 64 add_bucket(cache, 4096); in fd_bo_cache_init() 65 add_bucket(cache, 4096 * 2); in fd_bo_cache_init() 67 add_bucket(cache, 4096 * 3); in fd_bo_cache_init() 71 add_bucket(cache, size); in fd_bo_cache_init() 73 add_bucket(cache, size + size * 1 / 4); in fd_bo_cache_init() 74 add_bucket(cache, size + size * 2 / 4); in fd_bo_cache_init() 75 add_bucket(cache, size + size * 3 / 4); in fd_bo_cache_init()
|
/external/tensorflow/tensorflow/core/lib/histogram/ |
D | histogram.cc | 222 proto->add_bucket(count); in EncodeToProto() 227 proto->add_bucket(0.0); in EncodeToProto()
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_bufmgr.c | 1607 add_bucket(struct iris_bufmgr *bufmgr, int size) in add_bucket() function 1635 add_bucket(bufmgr, PAGE_SIZE); in init_cache_buckets() 1636 add_bucket(bufmgr, PAGE_SIZE * 2); in init_cache_buckets() 1637 add_bucket(bufmgr, PAGE_SIZE * 3); in init_cache_buckets() 1641 add_bucket(bufmgr, size); in init_cache_buckets() 1643 add_bucket(bufmgr, size + size * 1 / 4); in init_cache_buckets() 1644 add_bucket(bufmgr, size + size * 2 / 4); in init_cache_buckets() 1645 add_bucket(bufmgr, size + size * 3 / 4); in init_cache_buckets()
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_bufmgr.c | 1693 add_bucket(struct brw_bufmgr *bufmgr, int size) in add_bucket() function 1725 add_bucket(bufmgr, PAGE_SIZE); in init_cache_buckets() 1726 add_bucket(bufmgr, PAGE_SIZE * 2); in init_cache_buckets() 1727 add_bucket(bufmgr, PAGE_SIZE * 3); in init_cache_buckets() 1731 add_bucket(bufmgr, size); in init_cache_buckets() 1733 add_bucket(bufmgr, size + size * 1 / 4); in init_cache_buckets() 1734 add_bucket(bufmgr, size + size * 2 / 4); in init_cache_buckets() 1735 add_bucket(bufmgr, size + size * 3 / 4); in init_cache_buckets()
|
/external/grpc-grpc/test/cpp/qps/ |
D | histogram.h | 55 p->add_bucket(data[i]); in FillProto()
|
/external/libdrm/intel/ |
D | intel_bufmgr_gem.c | 3085 add_bucket(drm_intel_bufmgr_gem *bufmgr_gem, int size) in add_bucket() function 3109 add_bucket(bufmgr_gem, 4096); in init_cache_buckets() 3110 add_bucket(bufmgr_gem, 4096 * 2); in init_cache_buckets() 3111 add_bucket(bufmgr_gem, 4096 * 3); in init_cache_buckets() 3115 add_bucket(bufmgr_gem, size); in init_cache_buckets() 3117 add_bucket(bufmgr_gem, size + size * 1 / 4); in init_cache_buckets() 3118 add_bucket(bufmgr_gem, size + size * 2 / 4); in init_cache_buckets() 3119 add_bucket(bufmgr_gem, size + size * 3 / 4); in init_cache_buckets()
|
/external/tensorflow/tensorflow/core/summary/ |
D | summary_db_writer_test.cc | 127 proto->add_bucket(bucket[i]); in TEST_F()
|