Home
last modified time | relevance | path

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

/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_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.h57 struct nouveau_surface *dst,
58 struct nouveau_surface *src,
61 struct nouveau_surface *dst,
Dnv04_driver.h56 struct nouveau_surface *dst, struct nouveau_surface *src,
61 struct nouveau_surface *dst,
Dnouveau_texture.c92 struct nouveau_surface *s = &nti->surface; in nouveau_map_texture_image()
93 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_map_texture_image()
151 struct nouveau_surface *s = &nti->surface; in nouveau_unmap_texture_image()
152 struct nouveau_surface *st = &nti->transfer.surface; in nouveau_unmap_texture_image()
255 struct nouveau_surface *s = &to_nouveau_texture(t)->surfaces[level]; in teximage_fits()
277 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in validate_teximage()
278 struct nouveau_surface *s = &to_nouveau_teximage(ti)->surface; in validate_teximage()
311 struct nouveau_surface *ss = to_nouveau_texture(t)->surfaces; in relayout_texture()
312 struct nouveau_surface *s = &to_nouveau_teximage(base)->surface; in relayout_texture()
333 ss[i] = (struct nouveau_surface) { in relayout_texture()
[all …]
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.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()
DMakefile.sources22 nouveau_surface.c \
23 nouveau_surface.h \
Dnouveau_fbo.h43 struct nouveau_surface surface;
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()
Dnv04_state_tex.c65 struct nouveau_surface *s; in nv04_emit_tex_obj()
Dnv20_state_fb.c82 struct nouveau_surface *s; in nv20_emit_framebuffer()
Dnouveau_driver.c115 struct nouveau_surface *s; in nouveau_clear()
Dnv10_state_tex.c161 struct nouveau_surface *s; in nv10_emit_tex_obj()
Dnv10_state_fb.c97 struct nouveau_surface *s; in nv10_emit_framebuffer()
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()
Dnv20_state_tex.c165 struct nouveau_surface *s; in nv20_emit_tex_obj()
Dnv04_context.c113 struct nouveau_surface *s = &to_nv04_context(ctx)->dummy_texture; in init_dummy_texture()
Dnouveau_context.c270 struct nouveau_surface *s; in nouveau_update_renderbuffers()