Searched refs:is_test_alloc (Results 1 – 1 of 1) sorted by relevance
336 bool is_test_alloc; in drv_bo_create() local338 is_test_alloc = use_flags & BO_USE_TEST_ALLOC; in drv_bo_create()341 bo = drv_bo_new(drv, width, height, format, use_flags, is_test_alloc); in drv_bo_create()350 if (!is_test_alloc && ret == 0) in drv_bo_create()352 } else if (!is_test_alloc) { in drv_bo_create()