/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/ |
D | nouveau_surface.h | 36 struct nouveau_surface { struct 49 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, argument 55 nouveau_surface_ref(struct nouveau_surface *src, 56 struct nouveau_surface *dst);
|
D | nouveau_texture.c | 87 struct nouveau_surface *s = &nti->surface; in nouveau_teximage_map() 88 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_teximage_map() 137 struct nouveau_surface *s = &nti->surface; in nouveau_teximage_unmap() 138 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_teximage_unmap() 161 struct nouveau_surface *s = &nti->surface; in nouveau_map_texture_image() 162 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_map_texture_image() 220 struct nouveau_surface *s = &nti->surface; in nouveau_unmap_texture_image() 221 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_unmap_texture_image() 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; in teximage_fits() 347 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in validate_teximage() [all …]
|
D | nouveau_surface.c | 34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, in nouveau_surface_alloc() 44 *s = (struct nouveau_surface) { in nouveau_surface_alloc() 76 nouveau_surface_ref(struct nouveau_surface *src, in nouveau_surface_ref() 77 struct nouveau_surface *dst) in nouveau_surface_ref()
|
D | nouveau_texture.h | 34 struct nouveau_surface surface; 36 struct nouveau_surface surface; 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
|
D | nouveau_driver.h | 56 struct nouveau_surface *dst, 57 struct nouveau_surface *src, 60 struct nouveau_surface *dst,
|
D | nv04_driver.h | 56 struct nouveau_surface *dst, struct nouveau_surface *src, 61 struct nouveau_surface *dst,
|
D | nv04_surface.c | 194 struct nouveau_surface *dst, in nv04_surface_copy_swizzle() 195 struct nouveau_surface *src, in nv04_surface_copy_swizzle() 275 struct nouveau_surface *dst, in nv04_surface_copy_m2mf() 276 struct nouveau_surface *src, in nv04_surface_copy_m2mf() 316 typedef unsigned (*get_offset_t)(struct nouveau_surface *s, 320 get_linear_offset(struct nouveau_surface *s, unsigned x, unsigned y) in get_linear_offset() 326 get_swizzled_offset(struct nouveau_surface *s, unsigned x, unsigned y) in get_swizzled_offset() 363 struct nouveau_surface *dst, in nv04_surface_copy_cpu() 364 struct nouveau_surface *src, in nv04_surface_copy_cpu() 391 struct nouveau_surface *dst, in nv04_surface_copy() [all …]
|
D | nv04_context.h | 36 struct nouveau_surface dummy_texture; 40 struct nouveau_surface *texture[2];
|
D | nouveau_fbo.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in set_renderbuffer_format() 89 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_storage() 107 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_del() 139 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_map()
|
D | nouveau_fbo.h | 43 struct nouveau_surface surface;
|
D | Makefile.sources | 10 nouveau_surface.c \
|
D | nouveau_span.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in renderbuffer_map_unmap()
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
D | nouveau_surface.h | 36 struct nouveau_surface { struct 49 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, argument 55 nouveau_surface_ref(struct nouveau_surface *src, 56 struct nouveau_surface *dst);
|
D | nouveau_texture.c | 87 struct nouveau_surface *s = &nti->surface; in nouveau_teximage_map() 88 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_teximage_map() 137 struct nouveau_surface *s = &nti->surface; in nouveau_teximage_unmap() 138 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_teximage_unmap() 161 struct nouveau_surface *s = &nti->surface; in nouveau_map_texture_image() 162 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_map_texture_image() 220 struct nouveau_surface *s = &nti->surface; in nouveau_unmap_texture_image() 221 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_unmap_texture_image() 325 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; in teximage_fits() 347 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in validate_teximage() [all …]
|
D | nouveau_surface.c | 34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, in nouveau_surface_alloc() 44 *s = (struct nouveau_surface) { in nouveau_surface_alloc() 76 nouveau_surface_ref(struct nouveau_surface *src, in nouveau_surface_ref() 77 struct nouveau_surface *dst) in nouveau_surface_ref()
|
D | nouveau_texture.h | 34 struct nouveau_surface surface; 36 struct nouveau_surface surface; 44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
|
D | nouveau_driver.h | 56 struct nouveau_surface *dst, 57 struct nouveau_surface *src, 60 struct nouveau_surface *dst,
|
D | nv04_driver.h | 56 struct nouveau_surface *dst, struct nouveau_surface *src, 61 struct nouveau_surface *dst,
|
D | nv04_surface.c | 194 struct nouveau_surface *dst, in nv04_surface_copy_swizzle() 195 struct nouveau_surface *src, in nv04_surface_copy_swizzle() 275 struct nouveau_surface *dst, in nv04_surface_copy_m2mf() 276 struct nouveau_surface *src, in nv04_surface_copy_m2mf() 316 typedef unsigned (*get_offset_t)(struct nouveau_surface *s, 320 get_linear_offset(struct nouveau_surface *s, unsigned x, unsigned y) in get_linear_offset() 326 get_swizzled_offset(struct nouveau_surface *s, unsigned x, unsigned y) in get_swizzled_offset() 363 struct nouveau_surface *dst, in nv04_surface_copy_cpu() 364 struct nouveau_surface *src, in nv04_surface_copy_cpu() 391 struct nouveau_surface *dst, in nv04_surface_copy() [all …]
|
D | nv04_context.h | 36 struct nouveau_surface dummy_texture; 40 struct nouveau_surface *texture[2];
|
D | nouveau_fbo.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in set_renderbuffer_format() 89 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_storage() 107 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_del() 139 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in nouveau_renderbuffer_map()
|
D | nouveau_fbo.h | 43 struct nouveau_surface surface;
|
D | Makefile.sources | 10 nouveau_surface.c \
|
D | nouveau_span.c | 40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in renderbuffer_map_unmap()
|
D | nv04_state_fb.c | 54 struct nouveau_surface *s; in nv04_emit_framebuffer()
|