Searched refs:tsy (Results 1 - 7 of 7) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c211 unsigned tsx, tsy, tsz; local in function:nvc0_miptree_init_layout_tiled
220 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode);
225 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c305 unsigned tsx, tsy, tsz; local in function:nv50_miptree_init_layout_tiled
314 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
319 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/
H A Dnv50_miptree.c301 unsigned tsx, tsy, tsz; local in function:nv50_miptree_init_layout_tiled
310 tsy = NV50_TILE_SIZE_Y(lvl->tile_mode);
315 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
H A Dnv50_compute.c448 const unsigned tsy = NV50_TILE_SIZE_Y(lvl->tile_mode); local in function:nv50_compute_validate_surfaces
451 const unsigned maxy = align(nby, tsy) * align(depth, tsz) >> NV50_TILE_SHIFT_Z(lvl->tile_mode);
452 PUSH_DATA (push, pitch * tsy);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_miptree.c275 unsigned tsx, tsy, tsz; local in function:nvc0_miptree_init_layout_tiled
293 tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode);
298 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
H A Dnvc0_tex.c1188 const unsigned tsy = NVC0_TILE_SIZE_Y(lvl->tile_mode); local in function:nvc0_validate_suf
1192 adjusted_height = align(nby, tsy) * align(depth, tsz) >> NVC0_TILE_SHIFT_Z(lvl->tile_mode);
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json[all...]

Completed in 154 milliseconds