Searched refs:nvc0_mt_zslice_offset (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_resource.h | 49 nvc0_mt_zslice_offset(const struct nv50_miptree *, unsigned l, unsigned z);
|
| H A D | nvc0_miptree.c | 406 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) function in typeref:typename:unsigned
|
| H A D | nvc0_transfer.c | 425 offset += nvc0_mt_zslice_offset(mt, level, box->z);
|
| H A D | nvc0_tex.c | 1175 address += nvc0_mt_zslice_offset(mt, view->u.tex.level, z);
|
| H A D | nvc0_surface.c | 113 offset += nvc0_mt_zslice_offset(mt, level, layer);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_resource.h | 69 nvc0_mt_zslice_offset(const struct nv50_miptree *, unsigned l, unsigned z);
|
| H A D | nvc0_miptree.c | 555 nvc0_mt_zslice_offset(const struct nv50_miptree *mt, unsigned l, unsigned z) function in typeref:typename:unsigned
|
| H A D | nvc0_transfer.c | 428 offset += nvc0_mt_zslice_offset(mt, level, box->z);
|
| H A D | nvc0_surface.c | 115 offset += nvc0_mt_zslice_offset(mt, level, layer);
|
Completed in 18 milliseconds