Searched refs:max_alloc_size (Results 1 – 9 of 9) sorted by relevance
53 stats_.max_alloc_size = in AllocateRaw()54 std::max<int64>(stats_.max_alloc_size, bytes_allocated); in AllocateRaw()78 stats_.max_alloc_size = 0; in ClearStats()
179 uint64_t max_alloc_size; in r600_test_dma() local187 max_alloc_size = 128 * 1024 * 1024; in r600_test_dma()259 max_alloc_size) { in r600_test_dma()
1102 *max_mem_alloc_size = rscreen->info.max_alloc_size; in r600_get_compute_param()1356 (int)DIV_ROUND_UP(rscreen->info.max_alloc_size, 1024*1024)); in r600_common_screen_init()
320 return MIN2(rscreen->b.info.max_alloc_size, INT_MAX); in r600_get_param()
179 uint64_t max_alloc_size; in si_test_dma() local187 max_alloc_size = 128 * 1024 * 1024; in si_test_dma()259 max_alloc_size) { in si_test_dma()
231 return MIN2(sscreen->info.max_alloc_size, INT_MAX); in si_get_param()846 *max_mem_alloc_size = sscreen->info.max_alloc_size; in si_get_compute_param()
361 ws->info.max_alloc_size = MAX2(ws->info.vram_size, ws->info.gart_size) * 0.7; in do_winsys_init()363 ws->info.max_alloc_size = MIN2(ws->info.vram_size * 0.7, ws->info.max_alloc_size); in do_winsys_init()365 ws->info.max_alloc_size = MIN2(ws->info.max_alloc_size, 256*1024*1024); in do_winsys_init()
58 uint64_t max_alloc_size; member
275 info->max_alloc_size = MIN2(info->vram_size * 0.9, info->gart_size * 0.7); in ac_query_gpu_info()390 (int)DIV_ROUND_UP(info->max_alloc_size, 1024*1024)); in ac_print_gpu_info()