Searched refs:tsz (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
221 tsz = NVC0_TILE_SIZE_Z(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
315 tsz = NV50_TILE_SIZE_Z(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
311 tsz = NV50_TILE_SIZE_Z(lvl->tile_mode);
315 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
H A Dnv50_compute.c449 const unsigned tsz = NV50_TILE_SIZE_Z(lvl->tile_mode); local in function:nv50_compute_validate_surfaces
450 const unsigned pitch = lvl->pitch * tsz;
451 const unsigned maxy = align(nby, tsy) * align(depth, tsz) >> NV50_TILE_SHIFT_Z(lvl->tile_mode);
/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
294 tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode);
298 mt->total_size += lvl->pitch * align(nby, tsy) * align(d, tsz);
H A Dnvc0_tex.c1189 const unsigned tsz = NVC0_TILE_SIZE_Z(lvl->tile_mode); local in function:nvc0_validate_suf
1191 adjusted_width = align(nbx, tsx / util_format_get_blocksize(view->format)) * tsz;
1192 adjusted_height = align(nby, tsy) * align(depth, tsz) >> NVC0_TILE_SHIFT_Z(lvl->tile_mode);
/xsrc/external/mit/ctwm/dist/
H A Dewmh.c1712 int tsz = Scr->ewmh_CLIENT_LIST_size; local in function:EwmhAddClientWindow
1718 Scr->ewmh_CLIENT_LIST_size = tsz;

Completed in 10 milliseconds