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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_context.h 50 #define to_nv04_context(ctx) ((struct nv04_context *)(ctx)) macro
nv04_state_tex.c 63 struct nv04_context *nv04 = to_nv04_context(ctx);
102 s = &to_nv04_context(ctx)->dummy_texture;
nv04_state_raster.c 125 struct nv04_context *nv04 = to_nv04_context(ctx);
200 struct nv04_context *nv04 = to_nv04_context(ctx);
nv04_render.c 42 float *viewport = to_nv04_context(ctx)->viewport;
75 struct nv04_context *nctx = to_nv04_context(ctx);
145 struct nv04_context *nv04 = to_nv04_context(ctx);
206 struct nouveau_object *eng3d = to_nv04_context(ctx)->eng3d; \
nv04_context.c 51 struct nv04_context *nctx = to_nv04_context(ctx);
113 struct nouveau_surface *s = &to_nv04_context(ctx)->dummy_texture;
130 nouveau_surface_ref(NULL, &to_nv04_context(ctx)->dummy_texture);
nv04_state_frag.c 255 struct nv04_context *nv04 = to_nv04_context(ctx);

Completed in 85 milliseconds