Searched refs:NVC0_TILE_SHIFT_Y (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.h14 #define NVC0_TILE_SHIFT_Y(m) (NVC0_TILE_MODE_Y(m) + 3) macro
H A Dnvc0_miptree.c411 unsigned ths = NVC0_TILE_SHIFT_Y(mt->level[l].tile_mode);
H A Dnvc0_tex.c1070 info[4] |= NVC0_TILE_SHIFT_Y(lvl->tile_mode) << 22;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_resource.h15 #define NVC0_TILE_SHIFT_Y(m) (NVC0_TILE_MODE_Y(m) + 3) macro
H A Dnvc0_miptree.c560 unsigned ths = NVC0_TILE_SHIFT_Y(mt->level[l].tile_mode);
H A Dnvc0_tex.c1068 info[4] |= NVC0_TILE_SHIFT_Y(lvl->tile_mode) << 22;
1122 info[4] = NVC0_TILE_SHIFT_Y(lvl->tile_mode) << 24 | nby;

Completed in 10 milliseconds