Searched refs:nouveau_surface (Results 1 – 24 of 24) sorted by relevance
/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_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_texture.c | 92 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 …]
|
D | nouveau_driver.h | 57 struct nouveau_surface *dst, 58 struct nouveau_surface *src, 61 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 | 39 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()
|
D | Makefile.sources | 22 nouveau_surface.c \ 23 nouveau_surface.h \
|
D | meson.build | 42 'nouveau_surface.c', 43 'nouveau_surface.h',
|
D | nouveau_fbo.h | 43 struct nouveau_surface surface;
|
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()
|
D | nv04_state_tex.c | 65 struct nouveau_surface *s; in nv04_emit_tex_obj()
|
D | nv20_state_fb.c | 82 struct nouveau_surface *s; in nv20_emit_framebuffer()
|
D | nouveau_driver.c | 115 struct nouveau_surface *s; in nouveau_clear()
|
D | nv10_state_tex.c | 161 struct nouveau_surface *s; in nv10_emit_tex_obj()
|
D | nv10_state_fb.c | 97 struct nouveau_surface *s; in nv10_emit_framebuffer()
|
D | nv10_context.c | 100 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv10_zclear() 150 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv17_zclear()
|
D | nv20_context.c | 55 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv20_clear() 74 struct nouveau_surface *s = &to_nouveau_renderbuffer( in nv20_clear()
|
D | nv04_context.c | 113 struct nouveau_surface *s = &to_nv04_context(ctx)->dummy_texture; in init_dummy_texture()
|
D | nv20_state_tex.c | 165 struct nouveau_surface *s; in nv20_emit_tex_obj()
|
D | nouveau_context.c | 268 struct nouveau_surface *s; in nouveau_update_renderbuffers()
|