OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tile_flags
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c
45
uint32_t
tile_flags
;
local
55
tile_flags
= 0x02 + ms;
57
tile_flags
= 0x01;
63
tile_flags
= 0x51 + ms;
65
tile_flags
= 0x46;
71
tile_flags
= 0x17 + ms;
73
tile_flags
= 0x11;
77
tile_flags
= 0x86 + ms;
79
tile_flags
= 0x7b;
84
tile_flags
= 0xce + ms
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
nvc0_miptree.c
93
uint32_t
tile_flags
;
local
101
tile_flags
= 0x02 + ms;
103
tile_flags
= 0x01;
109
tile_flags
= 0x51 + ms;
111
tile_flags
= 0x46;
117
tile_flags
= 0x17 + ms;
119
tile_flags
= 0x11;
123
tile_flags
= 0x86 + ms;
125
tile_flags
= 0x7b;
130
tile_flags
= 0xce + ms
[
all
...]
/xsrc/external/mit/libdrm/dist/nouveau/
abi16.c
287
if (!(info->
tile_flags
& NOUVEAU_GEM_TILE_NONCONTIG))
293
bo->config.nvc0.memtype = (info->
tile_flags
& 0xff00) >> 8;
297
bo->config.nv50.memtype = (info->
tile_flags
& 0x07f00) >> 8 |
298
(info->
tile_flags
& 0x30000) >> 9;
301
bo->config.nv04.surf_flags = info->
tile_flags
& 7;
331
info->
tile_flags
= NOUVEAU_GEM_TILE_NONCONTIG;
338
info->
tile_flags
= (config->nvc0.memtype & 0xff) << 8;
342
info->
tile_flags
= (config->nv50.memtype & 0x07f) << 8 |
346
info->
tile_flags
= config->nv04.surf_flags & 7;
352
info->
tile_flags
&= 0x0000ff00
[
all
...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c
71
uint32_t
tile_flags
;
local
80
tile_flags
= 0x6c + ms;
85
tile_flags
= 0x18 + ms;
90
tile_flags
= 0x128 + ms;
93
tile_flags
= 0x40 + ms;
97
tile_flags
= 0x60 + ms;
119
tile_flags
= 0x74;
123
case 2:
tile_flags
= 0xfc; break;
124
case 3:
tile_flags
= 0xfd; break;
126
tile_flags
= 0x70
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
nv50_miptree.c
71
uint32_t
tile_flags
;
local
80
tile_flags
= 0x6c + ms;
85
tile_flags
= 0x18 + ms;
90
tile_flags
= 0x128 + ms;
93
tile_flags
= 0x40 + ms;
97
tile_flags
= 0x60 + ms;
119
tile_flags
= 0x74;
123
case 2:
tile_flags
= 0xfc; break;
124
case 3:
tile_flags
= 0xfd; break;
126
tile_flags
= 0x70
[
all
...]
/xsrc/external/mit/libdrm/dist/include/drm/
nouveau_drm.h
117
__u32
tile_flags
;
member in struct:drm_nouveau_gem_info
Completed in 42 milliseconds
Indexes created Fri Jul 31 00:23:59 UTC 2026