Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_resource.h27 #define NV50_TILE_SIZE_Y(m) ( 4 << (((m) >> 4) & 0xf)) macro
Dnv50_compute.c357 NV50_TILE_SIZE_Y(lvl->tile_mode)); in nv50_set_surface_info()
448 const unsigned tsy = NV50_TILE_SIZE_Y(lvl->tile_mode); in nv50_compute_validate_surfaces()
456 PUSH_DATA (push, lvl->pitch * NV50_TILE_SIZE_Y(lvl->tile_mode)); in nv50_compute_validate_surfaces()
Dnv50_miptree.c310 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode); in nv50_miptree_init_layout_tiled()