Searched defs:bo_config (Results 1 - 4 of 4) sorted by relevance

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

Completed in 137 milliseconds