Home
last modified time | relevance | path

Searched refs:to_nouveau_renderbuffer (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_fbo.c39 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in set_renderbuffer_format()
88 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_storage()
106 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_del()
138 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_map()
259 &to_nouveau_renderbuffer(rb)->surface); in nouveau_render_texture()
Dnv04_state_fb.c66 s = &to_nouveau_renderbuffer( in nv04_emit_framebuffer()
79 s = &to_nouveau_renderbuffer( in nv04_emit_framebuffer()
Dnv20_state_fb.c94 s = &to_nouveau_renderbuffer( in nv20_emit_framebuffer()
107 s = &to_nouveau_renderbuffer( in nv20_emit_framebuffer()
Dnouveau_fbo.h45 #define to_nouveau_renderbuffer(x) ((struct nouveau_renderbuffer *)(x)) macro
Dnv10_state_fb.c120 s = &to_nouveau_renderbuffer( in nv10_emit_framebuffer()
133 s = &to_nouveau_renderbuffer( in nv10_emit_framebuffer()
Dnouveau_span.c40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in renderbuffer_map_unmap()
Dnouveau_driver.c122 s = &to_nouveau_renderbuffer( in nouveau_clear()
Dnv20_context.c55 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv20_clear()
74 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv20_clear()
Dnv10_context.c100 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv10_zclear()
150 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv17_zclear()
Dnouveau_texture.c630 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in get_texbuffer_format()
662 nouveau_surface_ref(&to_nouveau_renderbuffer(rb)->surface, s); in nouveau_set_texbuffer()
Dnouveau_context.c294 s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_update_renderbuffers()