Home
last modified time | relevance | path

Searched refs:border_color_buf (Results 1 – 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h47 struct pipe_resource *border_color_buf; member
Dfd3_context.c46 pipe_resource_reference(&fd3_ctx->border_color_buf, NULL); in fd3_context_destroy()
Dfd3_emit.c258 &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/
Dfd4_context.h49 struct pipe_resource *border_color_buf; member
Dfd4_context.c47 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL); in fd4_context_destroy()
Dfd4_emit.c352 &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/
Dfd5_context.h52 struct pipe_resource *border_color_buf; member
Dfd5_context.c48 pipe_resource_reference(&fd5_ctx->border_color_buf, NULL); in fd5_context_destroy()
Dfd5_emit.c327 &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/
Dfd6_context.h71 struct pipe_resource *border_color_buf; member
Dfd6_context.c52 pipe_resource_reference(&fd6_ctx->border_color_buf, NULL); in fd6_context_destroy()
Dfd6_emit.c232 &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/
D20.3.0.rst4192 - freedreno: Don't leak border_color_buf reference