Searched refs:bo_config (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 329 union nouveau_bo_config bo_config; local in function:nvc0_miptree_create 360 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(mt, compressed); 370 if (likely(bo_config.nvc0.memtype)) { 377 bo_config.nvc0.tile_mode = mt->level[0].tile_mode; 379 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) 389 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_miptree.c | 450 union nouveau_bo_config bo_config; local in function:nvc0_miptree_create 493 bo_config.nvc0.memtype = 0; 495 bo_config.nvc0.memtype = (modifier >> 12) & 0xff; 498 bo_config.nvc0.memtype = nvc0_mt_choose_storage_type(pscreen, mt, compressed); 510 if (likely(bo_config.nvc0.memtype)) { 526 bo_config.nvc0.tile_mode = mt->level[0].tile_mode; 528 if (!bo_config.nvc0.memtype && (pt->usage == PIPE_USAGE_STAGING || pt->bind & PIPE_BIND_SHARED)) 538 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_miptree.c | 343 union nouveau_bo_config bo_config; local in function:nv50_miptree_create 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,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_miptree.c | 339 union nouveau_bo_config bo_config; local in function:nv50_miptree_create 353 bo_config.nv50.memtype = nv50_mt_choose_storage_type(mt, compressed); 367 if (bo_config.nv50.memtype != 0) { 381 bo_config.nv50.tile_mode = mt->level[0].tile_mode; 383 if (!bo_config.nv50.memtype && (pt->bind & PIPE_BIND_SHARED)) 392 ret = nouveau_bo_new(dev, bo_flags, 4096, mt->total_size, &bo_config,
|
Completed in 4 milliseconds