Home
last modified time | relevance | path

Searched refs:bo_config (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c278 union nouveau_bo_config bo_config; in nvc0_miptree_create() local
289 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, TRUE); in nvc0_miptree_create()
299 if (likely(bo_config.nvc0.memtype)) { in nvc0_miptree_create()
306 bo_config.nvc0.tile_mode = mt->level[0].tile_mode; in nvc0_miptree_create()
315 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nvc0_miptree_create()
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c261 union nouveau_bo_config bo_config; in nv50_miptree_create() local
272 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, TRUE); in nv50_miptree_create()
279 if (bo_config.nv50.memtype != 0) { in nv50_miptree_create()
286 bo_config.nv50.tile_mode = mt->level[0].tile_mode; in nv50_miptree_create()
292 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config, in nv50_miptree_create()