OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bo_config
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c
339
union nouveau_bo_config
bo_config
;
local
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
,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c
450
union nouveau_bo_config
bo_config
;
local
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/
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
,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c
329
union nouveau_bo_config
bo_config
;
local
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
,
Completed in 6 milliseconds
Indexes created Thu Jul 30 00:24:59 UTC 2026