Home
last modified time | relevance | path

Searched refs:NVC0_TILE_SIZE_Z (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_resource.h20 #define NVC0_TILE_SIZE_Z(m) ( 1 << NVC0_TILE_MODE_Z(m)) macro
Dnvc0_miptree.c294 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); in nvc0_miptree_init_layout_tiled()
Dnvc0_tex.c1189 const unsigned tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); in nvc0_validate_suf()