Searched refs:nv30_miptree (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_resource.h30 struct nv30_miptree { struct
41 static INLINE struct nv30_miptree *
42 nv30_miptree(struct pipe_resource *pt) function
44 return (struct nv30_miptree *)pt;
H A Dnv30_clear.c103 struct nv30_miptree *mt = nv30_miptree(ps->texture);
115 if (nv30_miptree(ps->texture)->swizzled) {
162 struct nv30_miptree *mt = nv30_miptree(ps->texture);
174 if (nv30_miptree(ps->texture)->swizzled) {
H A Dnv30_miptree.c39 struct nv30_miptree *mt = nv30_miptree(pt);
53 struct nv30_miptree *mt = nv30_miptree(pt);
67 struct nv30_miptree *mt = nv30_miptree(pt);
92 struct nv30_miptree *mt = nv30_miptree(pt);
274 struct nv30_miptree *mt = CALLOC_STRUCT(nv30_miptree);
[all...]
H A Dnv30_state_validate.c54 struct nv30_miptree *mt = nv30_miptree(fb->cbufs[0]->texture);
70 if (nv30_miptree(fb->zsbuf->texture)->swizzled)
126 rbo = nv30_miptree(rsf->base.texture)->base.bo;
127 zbo = nv30_miptree(zsf->base.texture)->base.bo;
146 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
156 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
167 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
H A Dnv30_fragtex.c51 struct nv30_miptree *mt = nv30_miptree(pt);
H A Dnv30_texture.c206 struct nv30_miptree *mt = nv30_miptree(pt);
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_resource.h30 struct nv30_miptree { struct
41 static INLINE struct nv30_miptree *
42 nv30_miptree(struct pipe_resource *pt) function
44 return (struct nv30_miptree *)pt;
H A Dnv30_clear.c103 struct nv30_miptree *mt = nv30_miptree(ps->texture);
115 if (nv30_miptree(ps->texture)->swizzled) {
162 struct nv30_miptree *mt = nv30_miptree(ps->texture);
174 if (nv30_miptree(ps->texture)->swizzled) {
H A Dnv30_miptree.c39 struct nv30_miptree *mt = nv30_miptree(pt);
53 struct nv30_miptree *mt = nv30_miptree(pt);
67 struct nv30_miptree *mt = nv30_miptree(pt);
92 struct nv30_miptree *mt = nv30_miptree(pt);
274 struct nv30_miptree *mt = CALLOC_STRUCT(nv30_miptree);
[all...]
H A Dnv30_state_validate.c54 struct nv30_miptree *mt = nv30_miptree(fb->cbufs[0]->texture);
70 if (nv30_miptree(fb->zsbuf->texture)->swizzled)
126 rbo = nv30_miptree(rsf->base.texture)->base.bo;
127 zbo = nv30_miptree(zsf->base.texture)->base.bo;
146 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
156 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
167 struct nouveau_bo *bo = nv30_miptree(sf->base.texture)->base.bo;
H A Dnv30_fragtex.c51 struct nv30_miptree *mt = nv30_miptree(pt);
H A Dnv30_texture.c206 struct nv30_miptree *mt = nv30_miptree(pt);

Completed in 128 milliseconds