Searched refs:bb_sz (Results 1 – 1 of 1) sorted by relevance
/external/igt-gpu-tools/benchmarks/ |
D | gem_wsim.c | 152 unsigned long bb_sz; member 1095 const unsigned int mmap_len = ALIGN(w->bb_sz, 4096); in init_bb() 1107 for (i = arb_period; i < w->bb_sz / sizeof(uint32_t); i += arb_period) in init_bb() 1118 unsigned long batch_start = w->bb_sz; in terminate_bb() 1134 mmap_len = ALIGN(w->bb_sz - mmap_start, PAGE_SIZE); in terminate_bb() 1321 w->bb_sz = max(PAGE_SIZE, get_bb_sz(w->preempt_us)) + in alloc_step_batch() 1324 w->bb_sz = get_bb_sz(w->duration.max); in alloc_step_batch() 1325 w->bb_handle = w->obj[j].handle = gem_create(fd, w->bb_sz + (w->unbound_duration ? 4096 : 0)); in alloc_step_batch() 1351 w->bb_sz, w->eb.flags, w->bb_handle, j, w->context, in alloc_step_batch() 2624 ALIGN(w->bb_sz - get_bb_sz(get_duration(wrk, w)), in do_eb()
|