HomeSort by: relevance | last modified time | path
    Searched defs:tile_flags (Results 1 - 5 of 5) sorted by relevancy

  /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/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/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/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/libdrm/dist/include/drm/
nouveau_drm.h 117 __u32 tile_flags; member in struct:drm_nouveau_gem_info

Completed in 5 milliseconds