Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h48 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, in emit_textures()
264 OUT_RELOC(ring, fd_resource(fd3_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_context.h49 struct pipe_resource *border_color_buf; member
Dfd4_context.c46 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL); in fd4_context_destroy()
Dfd4_emit.c255 &fd4_ctx->border_color_buf, in emit_textures()
260 OUT_RELOC(ring, fd_resource(fd4_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
/external/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.c323 &fd5_ctx->border_color_buf, in emit_border_color()
333 OUT_RELOC(ring, fd_resource(fd5_ctx->border_color_buf)->bo, off, 0, 0); in emit_border_color()
/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
Dfd6_context.h71 struct pipe_resource *border_color_buf; member
Dfd6_context.c50 pipe_resource_reference(&fd6_ctx->border_color_buf, NULL); in fd6_context_destroy()
Dfd6_emit.c230 &fd6_ctx->border_color_buf, in emit_border_color()
240 OUT_RELOC(ring, fd_resource(fd6_ctx->border_color_buf)->bo, off, 0, 0); in emit_border_color()
/external/mesa3d/docs/relnotes/
D20.3.0.rst4192 - freedreno: Don't leak border_color_buf reference