Searched refs:zink_framebuffer (Results 1 - 9 of 9) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/ |
| H A D | zink_framebuffer.h | 49 struct zink_framebuffer { struct 65 zink_init_framebuffer(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp); 67 zink_init_framebuffer_imageless(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp); 71 struct zink_framebuffer *fbuf); 74 debug_describe_zink_framebuffer(char* buf, const struct zink_framebuffer *ptr); 78 struct zink_framebuffer **dst, 79 struct zink_framebuffer *src) 81 struct zink_framebuffer *old_dst = *dst; 93 struct zink_framebuffer * 96 struct zink_framebuffer * [all...] |
| H A D | zink_framebuffer.c | 25 #include "zink_framebuffer.h" 37 struct zink_framebuffer *fb) 52 zink_init_framebuffer_imageless(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp) 119 static struct zink_framebuffer * 123 struct zink_framebuffer *fb = rzalloc(ctx, struct zink_framebuffer); 140 struct zink_framebuffer * 187 struct zink_framebuffer *fb; 199 zink_init_framebuffer(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp) 248 static struct zink_framebuffer * [all...] |
| H A D | zink_context.h | 218 struct zink_framebuffer *(*get_framebuffer)(struct zink_context*); 219 void (*init_framebuffer)(struct zink_screen *screen, struct zink_framebuffer *fb, struct zink_render_pass *rp); 258 struct zink_framebuffer *framebuffer;
|
| H A D | zink_surface.c | 25 #include "zink_framebuffer.h" 261 util_dynarray_foreach(&surface->framebuffer_refs, struct zink_framebuffer*, fb_ref) { 262 struct zink_framebuffer *fb = *fb_ref;
|
| H A D | zink_screen.c | 32 #include "zink_framebuffer.h" 1107 struct zink_framebuffer* fb = (struct zink_framebuffer*)entry->data;
|
| H A D | zink_batch.c | 5 #include "zink_framebuffer.h" 72 util_dynarray_foreach(&bs->dead_framebuffers, struct zink_framebuffer*, fb) {
|
| H A D | zink_context.c | 30 #include "zink_framebuffer.h" 2086 struct zink_framebuffer *fb = ctx->get_framebuffer(ctx); 2096 util_dynarray_append(&ctx->batch.state->dead_framebuffers, struct zink_framebuffer*, ctx->framebuffer); 3676 struct zink_framebuffer *fb = ctx->get_framebuffer(ctx);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.1.0.rst | 3840 - zink: ralloc zink_framebuffer structs 3842 - zink: use 'fb' variable name for zink_framebuffer objects in zink_framebuffer.c
|
| H A D | 21.3.0.rst | 3080 - zink: move get_framebuffer() to zink_framebuffer.c
|
Completed in 57 milliseconds