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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_context.h 87 #define to_nouveau_context(ctx) ((struct nouveau_context *)(ctx)) macro
90 (to_nouveau_context(ctx)->screen->device)
94 (to_nouveau_context(ctx)->hw.chan)
96 (to_nouveau_context(ctx)->hw.client)
98 (to_nouveau_context(ctx)->hw.pushbuf)
100 (to_nouveau_context(ctx)->hw.eng3d)
102 (to_nouveau_context(ctx)->screen->driver)
104 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s)
106 BITSET_SET(to_nouveau_context(ctx)->dirty, NOUVEAU_STATE_##s##0 + i)
nouveau_scratch.c 40 &to_nouveau_context(ctx)->scratch;
77 &to_nouveau_context(ctx)->scratch;
92 &to_nouveau_context(ctx)->scratch;
nouveau_render.h 71 #define to_render_state(ctx) (&to_nouveau_context(ctx)->render)
nouveau_context.c 95 nctx = to_nouveau_context(ctx);
121 struct nouveau_context *nctx = to_nouveau_context(ctx);
210 struct nouveau_context *nctx = to_nouveau_context(ctx);
247 struct nouveau_context *nctx = to_nouveau_context(ctx);
342 nouveau_bufctx_reset(to_nouveau_context(ctx)->hw.bufctx, BUFCTX_FB);
388 struct nouveau_context *nctx = to_nouveau_context(ctx);
424 __DRIcontext *dri_ctx = to_nouveau_context(ctx)->dri_context;
nouveau_driver.c 61 struct nouveau_context *nctx = to_nouveau_context(ctx);
79 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_context.c 41 struct nouveau_context *nctx = to_nouveau_context(ctx);
62 struct nouveau_context *nctx = to_nouveau_context(ctx);
75 struct nouveau_context *nctx = to_nouveau_context(ctx);
97 struct nouveau_context *nctx = to_nouveau_context(ctx);
146 struct nouveau_context *nctx = to_nouveau_context(ctx);
175 struct nouveau_context *nctx = to_nouveau_context(ctx);
204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
417 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv04_context.c 52 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
80 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
126 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_tnl.c 134 struct nouveau_context *nctx = to_nouveau_context(ctx);
173 struct nouveau_context *nctx = to_nouveau_context(ctx);
439 struct nouveau_context *nctx = to_nouveau_context(ctx);
471 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_tex.c 40 struct nouveau_context *nctx = to_nouveau_context(ctx);
71 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv20_state_tex.c 40 struct nouveau_context *nctx = to_nouveau_context(ctx);
69 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv04_surface.c 204 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
285 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
433 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
466 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
482 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
nv20_state_tnl.c 153 struct nouveau_context *nctx = to_nouveau_context(ctx);
335 struct nouveau_context *nctx = to_nouveau_context(ctx);
362 struct nouveau_context *nctx = to_nouveau_context(ctx);
nouveau_vbo_t.c 233 struct nouveau_context *nctx = to_nouveau_context(ctx);
361 struct nouveau_context *nctx = to_nouveau_context(ctx);
412 struct nouveau_context *nctx = to_nouveau_context(ctx);
494 struct nouveau_context *nctx = to_nouveau_context(ctx);
nouveau_state.c 446 struct nouveau_context *nctx = to_nouveau_context(ctx);
458 struct nouveau_context *nctx = to_nouveau_context(ctx);
514 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv20_context.c 41 struct nouveau_context *nctx = to_nouveau_context(ctx);
100 struct nouveau_hw_state *hw = &to_nouveau_context(ctx)->hw;
428 struct nouveau_context *nctx = to_nouveau_context(ctx);
nv10_state_fb.c 203 struct nouveau_context *nctx = to_nouveau_context(ctx);

Completed in 77 milliseconds