Searched refs:border_color_buf (Results 1 – 13 of 13) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.h | 47 struct pipe_resource *border_color_buf; member
|
D | fd3_context.c | 46 pipe_resource_reference(&fd3_ctx->border_color_buf, NULL); in fd3_context_destroy()
|
D | fd3_emit.c | 258 &fd3_ctx->border_color_buf, &ptr); in emit_textures() 263 OUT_RELOC(ring, fd_resource(fd3_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.h | 49 struct pipe_resource *border_color_buf; member
|
D | fd4_context.c | 47 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL); in fd4_context_destroy()
|
D | fd4_emit.c | 352 &fd4_ctx->border_color_buf, &ptr); in emit_textures() 356 OUT_RELOC(ring, fd_resource(fd4_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 52 struct pipe_resource *border_color_buf; member
|
D | fd5_context.c | 48 pipe_resource_reference(&fd5_ctx->border_color_buf, NULL); in fd5_context_destroy()
|
D | fd5_emit.c | 327 &off, &fd5_ctx->border_color_buf, &ptr); in emit_border_color() 336 OUT_RELOC(ring, fd_resource(fd5_ctx->border_color_buf)->bo, off, 0, 0); in emit_border_color()
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
D | fd6_context.h | 71 struct pipe_resource *border_color_buf; member
|
D | fd6_context.c | 52 pipe_resource_reference(&fd6_ctx->border_color_buf, NULL); in fd6_context_destroy()
|
D | fd6_emit.c | 232 &off, &fd6_ctx->border_color_buf, &ptr); in emit_border_color() 242 OUT_RELOC(ring, fd_resource(fd6_ctx->border_color_buf)->bo, off, 0, 0); in emit_border_color()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 4192 - freedreno: Don't leak border_color_buf reference
|