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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_fbo.h 45 #define to_nouveau_renderbuffer(x) ((struct nouveau_renderbuffer *)(x)) macro
nv04_state_fb.c 66 s = &to_nouveau_renderbuffer(
79 s = &to_nouveau_renderbuffer(
nouveau_fbo.c 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
89 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
107 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
139 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
289 &to_nouveau_renderbuffer(rb)->surface);
nouveau_span.c 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
nv20_state_fb.c 94 s = &to_nouveau_renderbuffer(
107 s = &to_nouveau_renderbuffer(
nv10_state_fb.c 120 s = &to_nouveau_renderbuffer(
133 s = &to_nouveau_renderbuffer(
nouveau_driver.c 113 s = &to_nouveau_renderbuffer(
nv10_context.c 100 struct nouveau_surface *s = &to_nouveau_renderbuffer(
150 struct nouveau_surface *s = &to_nouveau_renderbuffer(
nv20_context.c 55 struct nouveau_surface *s = &to_nouveau_renderbuffer(
74 struct nouveau_surface *s = &to_nouveau_renderbuffer(
nouveau_context.c 302 s = &to_nouveau_renderbuffer(rb)->surface;
nouveau_texture.c 644 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
676 nouveau_surface_ref(&to_nouveau_renderbuffer(rb)->surface, s);

Completed in 121 milliseconds