HomeSort by relevance Sort by last modified time
    Searched refs:nv30_miptree (Results 1 - 7 of 7) sorted by null

  /external/mesa3d/src/gallium/drivers/nouveau/nv30/
nv30_resource.h 30 struct nv30_miptree { struct
41 static inline struct nv30_miptree *
42 nv30_miptree(struct pipe_resource *pt) function
44 return (struct nv30_miptree *)pt;
nv30_clear.c 109 struct nv30_miptree *mt = nv30_miptree(ps->texture);
121 if (nv30_miptree(ps->texture)->swizzled) {
169 struct nv30_miptree *mt = nv30_miptree(ps->texture);
181 if (nv30_miptree(ps->texture)->swizzled) {
nv30_miptree.c 40 struct nv30_miptree *mt = nv30_miptree(pt);
54 struct nv30_miptree *mt = nv30_miptree(pt);
68 struct nv30_miptree *mt = nv30_miptree(pt);
93 struct nv30_miptree *mt = nv30_miptree(pt);
152 struct nv30_miptree *src_mt = nv30_miptree(info->src.resource)
    [all...]
nv30_state_validate.c 54 struct nv30_miptree *mt = nv30_miptree(fb->cbufs[0]->texture);
70 if (nv30_miptree(fb->zsbuf->texture)->swizzled)
123 rbo = nv30_miptree(rsf->base.texture)->base.bo;
124 zbo = nv30_miptree(zsf->base.texture)->base.bo;
143 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
153 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
164 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
nv30_fragtex.c 51 struct nv30_miptree *mt = nv30_miptree(pt);
nv30_state.c 379 struct nv30_miptree *color_mt = nv30_miptree(fb->cbufs[0]->texture);
380 struct nv30_miptree *zeta_mt = nv30_miptree(fb->zsbuf->texture);
nv30_texture.c 224 struct nv30_miptree *mt = nv30_miptree(pt);

Completed in 1120 milliseconds