OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bo_config
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/nvc0/
nvc0_miptree.c
278
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/
nv50_miptree.c
261
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
,
Completed in 587 milliseconds