Home | History | Annotate | Download | only in nouveau

Lines Matching refs:nctx

51 	struct nv04_context *nctx = to_nv04_context(ctx);
68 if (fahrenheit != nctx->eng3d) {
71 nctx->eng3d = fahrenheit;
126 struct nouveau_context *nctx = to_nouveau_context(ctx);
132 nouveau_object_del(&nctx->hw.eng3d);
133 nouveau_object_del(&nctx->hw.eng3dm);
134 nouveau_object_del(&nctx->hw.surf3d);
144 struct nv04_context *nctx;
149 nctx = CALLOC_STRUCT(nv04_context);
150 if (!nctx)
153 ctx = &nctx->base.base;
154 hw = &nctx->base.hw;