/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.h | 36 struct nouveau_surface { struct 49 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, 55 nouveau_surface_ref(struct nouveau_surface *src, 56 struct nouveau_surface *dst);
|
nouveau_texture.h | 34 struct nouveau_surface surface; 36 struct nouveau_surface surface; 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
|
nouveau_driver.h | 44 #include "nouveau_surface.h" 56 struct nouveau_surface *dst, 57 struct nouveau_surface *src, 60 struct nouveau_surface *dst,
|
nv04_driver.h | 56 struct nouveau_surface *dst, struct nouveau_surface *src, 61 struct nouveau_surface *dst,
|
nv04_context.h | 36 struct nouveau_surface dummy_texture; 40 struct nouveau_surface *texture[2];
|
nouveau_fbo.h | 43 struct nouveau_surface surface;
|
nouveau_surface.c | 34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, 44 *s = (struct nouveau_surface) { 76 nouveau_surface_ref(struct nouveau_surface *src, 77 struct nouveau_surface *dst)
|
nouveau_texture.c | 87 struct nouveau_surface *s = &nti->surface; 88 struct nouveau_surface *st = &nti->transfer.surface; 137 struct nouveau_surface *s = &nti->surface; 138 struct nouveau_surface *st = &nti->transfer.surface; 161 struct nouveau_surface *s = &nti->surface; 162 struct nouveau_surface *st = &nti->transfer.surface; 220 struct nouveau_surface *s = &nti->surface; 221 struct nouveau_surface *st = &nti->transfer.surface; 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; 347 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces [all...] |
nv04_surface.c | 194 struct nouveau_surface *dst, 195 struct nouveau_surface *src, 275 struct nouveau_surface *dst, 276 struct nouveau_surface *src, 316 typedef unsigned (*get_offset_t)(struct nouveau_surface *s, 320 get_linear_offset(struct nouveau_surface *s, unsigned x, unsigned y) 326 get_swizzled_offset(struct nouveau_surface *s, unsigned x, unsigned y) 363 struct nouveau_surface *dst, 364 struct nouveau_surface *src, 391 struct nouveau_surface *dst [all...] |
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;
|
nouveau_span.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
|
nv04_state_fb.c | 54 struct nouveau_surface *s;
|
nv04_state_tex.c | 65 struct nouveau_surface *s;
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nouveau_surface.h | 36 struct nouveau_surface { struct 49 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, 55 nouveau_surface_ref(struct nouveau_surface *src, 56 struct nouveau_surface *dst);
|
nouveau_texture.h | 34 struct nouveau_surface surface; 36 struct nouveau_surface surface; 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
|
nouveau_driver.h | 44 #include "nouveau_surface.h" 56 struct nouveau_surface *dst, 57 struct nouveau_surface *src, 60 struct nouveau_surface *dst,
|
nv04_driver.h | 56 struct nouveau_surface *dst, struct nouveau_surface *src, 61 struct nouveau_surface *dst,
|
nv04_context.h | 36 struct nouveau_surface dummy_texture; 40 struct nouveau_surface *texture[2];
|
nouveau_fbo.h | 43 struct nouveau_surface surface;
|
nouveau_surface.c | 34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, 44 *s = (struct nouveau_surface) { 76 nouveau_surface_ref(struct nouveau_surface *src, 77 struct nouveau_surface *dst)
|
nouveau_texture.c | 87 struct nouveau_surface *s = &nti->surface; 88 struct nouveau_surface *st = &nti->transfer.surface; 137 struct nouveau_surface *s = &nti->surface; 138 struct nouveau_surface *st = &nti->transfer.surface; 161 struct nouveau_surface *s = &nti->surface; 162 struct nouveau_surface *st = &nti->transfer.surface; 220 struct nouveau_surface *s = &nti->surface; 221 struct nouveau_surface *st = &nti->transfer.surface; 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; 347 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces [all...] |
nv04_surface.c | 194 struct nouveau_surface *dst, 195 struct nouveau_surface *src, 275 struct nouveau_surface *dst, 276 struct nouveau_surface *src, 316 typedef unsigned (*get_offset_t)(struct nouveau_surface *s, 320 get_linear_offset(struct nouveau_surface *s, unsigned x, unsigned y) 326 get_swizzled_offset(struct nouveau_surface *s, unsigned x, unsigned y) 363 struct nouveau_surface *dst, 364 struct nouveau_surface *src, 391 struct nouveau_surface *dst [all...] |
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;
|
nouveau_span.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface;
|
nv04_state_fb.c | 54 struct nouveau_surface *s;
|