Home
last modified time | relevance | path

Searched refs:nouveau_surface (Results 1 – 25 of 46) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.h36 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);
Dnouveau_texture.c87 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 …]
Dnouveau_surface.c34 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()
Dnouveau_texture.h34 struct nouveau_surface surface;
36 struct nouveau_surface surface;
44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
Dnouveau_driver.h56 struct nouveau_surface *dst,
57 struct nouveau_surface *src,
60 struct nouveau_surface *dst,
Dnv04_driver.h56 struct nouveau_surface *dst, struct nouveau_surface *src,
61 struct nouveau_surface *dst,
Dnv04_surface.c194 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 …]
Dnv04_context.h36 struct nouveau_surface dummy_texture;
40 struct nouveau_surface *texture[2];
Dnouveau_fbo.c40 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()
Dnouveau_fbo.h43 struct nouveau_surface surface;
DMakefile.sources10 nouveau_surface.c \
Dnouveau_span.c40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in renderbuffer_map_unmap()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_surface.h36 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);
Dnouveau_texture.c87 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 …]
Dnouveau_surface.c34 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()
Dnouveau_texture.h34 struct nouveau_surface surface;
36 struct nouveau_surface surface;
44 struct nouveau_surface surfaces[MAX_TEXTURE_LEVELS];
Dnouveau_driver.h56 struct nouveau_surface *dst,
57 struct nouveau_surface *src,
60 struct nouveau_surface *dst,
Dnv04_driver.h56 struct nouveau_surface *dst, struct nouveau_surface *src,
61 struct nouveau_surface *dst,
Dnv04_surface.c194 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 …]
Dnv04_context.h36 struct nouveau_surface dummy_texture;
40 struct nouveau_surface *texture[2];
Dnouveau_fbo.c40 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()
Dnouveau_fbo.h43 struct nouveau_surface surface;
DMakefile.sources10 nouveau_surface.c \
Dnouveau_span.c40 struct nouveau_surface *s = &to_nouveau_renderbuffer(rb)->surface; in renderbuffer_map_unmap()
Dnv04_state_fb.c54 struct nouveau_surface *s; in nv04_emit_framebuffer()

12