HomeSort by relevance Sort by last modified time
    Searched refs:bo_config (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c 255 union nouveau_bo_config bo_config; local
283 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed);
293 if (likely(bo_config.nvc0.memtype)) {
300 bo_config.nvc0.tile_mode = mt->level[0].tile_mode;
302 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED))
312 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
  /external/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c 343 union nouveau_bo_config bo_config; local
357 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed);
371 if (bo_config.nv50.memtype != 0) {
378 bo_config.nv50.tile_mode = mt->level[0].tile_mode;
380 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED))
389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,

Completed in 935 milliseconds