Home
last modified time | relevance | path

Searched refs:tile_flags (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
Dnvc0_miptree.c64 uint32_t tile_flags; in nvc0_mt_choose_storage_type() local
76 tile_flags = 0x02 + ms; in nvc0_mt_choose_storage_type()
78 tile_flags = 0x01; in nvc0_mt_choose_storage_type()
82 tile_flags = 0x51 + ms; in nvc0_mt_choose_storage_type()
84 tile_flags = 0x46; in nvc0_mt_choose_storage_type()
89 tile_flags = 0x17 + ms; in nvc0_mt_choose_storage_type()
91 tile_flags = 0x11; in nvc0_mt_choose_storage_type()
95 tile_flags = 0x86 + ms; in nvc0_mt_choose_storage_type()
97 tile_flags = 0x7b; in nvc0_mt_choose_storage_type()
101 tile_flags = 0xce + ms; in nvc0_mt_choose_storage_type()
[all …]
/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_miptree.c64 uint32_t tile_flags; in nvc0_mt_choose_storage_type() local
76 tile_flags = 0x02 + ms; in nvc0_mt_choose_storage_type()
78 tile_flags = 0x01; in nvc0_mt_choose_storage_type()
82 tile_flags = 0x51 + ms; in nvc0_mt_choose_storage_type()
84 tile_flags = 0x46; in nvc0_mt_choose_storage_type()
89 tile_flags = 0x17 + ms; in nvc0_mt_choose_storage_type()
91 tile_flags = 0x11; in nvc0_mt_choose_storage_type()
95 tile_flags = 0x86 + ms; in nvc0_mt_choose_storage_type()
97 tile_flags = 0x7b; in nvc0_mt_choose_storage_type()
101 tile_flags = 0xce + ms; in nvc0_mt_choose_storage_type()
[all …]
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_miptree.c42 uint32_t tile_flags; in nv50_mt_choose_storage_type() local
51 tile_flags = 0x6c + ms; in nv50_mt_choose_storage_type()
54 tile_flags = 0x18 + ms; in nv50_mt_choose_storage_type()
58 tile_flags = 0x128 + ms; in nv50_mt_choose_storage_type()
61 tile_flags = 0x40 + ms; in nv50_mt_choose_storage_type()
64 tile_flags = 0x60 + ms; in nv50_mt_choose_storage_type()
70 tile_flags = 0x74; in nv50_mt_choose_storage_type()
74 case 2: tile_flags = 0xfc; break; in nv50_mt_choose_storage_type()
75 case 3: tile_flags = 0xfd; break; in nv50_mt_choose_storage_type()
77 tile_flags = 0x70; in nv50_mt_choose_storage_type()
[all …]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_miptree.c42 uint32_t tile_flags; in nv50_mt_choose_storage_type() local
51 tile_flags = 0x6c + ms; in nv50_mt_choose_storage_type()
54 tile_flags = 0x18 + ms; in nv50_mt_choose_storage_type()
58 tile_flags = 0x128 + ms; in nv50_mt_choose_storage_type()
61 tile_flags = 0x40 + ms; in nv50_mt_choose_storage_type()
64 tile_flags = 0x60 + ms; in nv50_mt_choose_storage_type()
70 tile_flags = 0x74; in nv50_mt_choose_storage_type()
74 case 2: tile_flags = 0xfc; break; in nv50_mt_choose_storage_type()
75 case 3: tile_flags = 0xfd; break; in nv50_mt_choose_storage_type()
77 tile_flags = 0x70; in nv50_mt_choose_storage_type()
[all …]
/external/kernel-headers/original/uapi/drm/
Dnouveau_drm.h47 uint32_t tile_flags; member