| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 47 struct pipe_resource *border_color_buf; member in struct:fd3_context
|
| H A D | fd3_context.c | 46 pipe_resource_reference(&fd3_ctx->border_color_buf, NULL);
|
| H A D | fd3_emit.c | 258 &fd3_ctx->border_color_buf, &ptr); 263 OUT_RELOC(ring, fd_resource(fd3_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 49 struct pipe_resource *border_color_buf; member in struct:fd4_context
|
| H A D | fd4_context.c | 46 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL);
|
| H A D | fd4_emit.c | 253 &fd4_ctx->border_color_buf, &ptr); 257 OUT_RELOC(ring, fd_resource(fd4_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_context.h | 48 struct pipe_resource *border_color_buf; member in struct:fd3_context
|
| H A D | fd3_emit.c | 238 &fd3_ctx->border_color_buf, 244 OUT_RELOC(ring, fd_resource(fd3_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_context.h | 49 struct pipe_resource *border_color_buf; member in struct:fd4_context
|
| H A D | fd4_emit.c | 238 &fd4_ctx->border_color_buf, 243 OUT_RELOC(ring, fd_resource(fd4_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 52 struct pipe_resource *border_color_buf; member in struct:fd5_context
|
| H A D | fd5_context.c | 48 pipe_resource_reference(&fd5_ctx->border_color_buf, NULL);
|
| H A D | fd5_emit.c | 327 &off, &fd5_ctx->border_color_buf, &ptr); 336 OUT_RELOC(ring, fd_resource(fd5_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_context.h | 52 struct pipe_resource *border_color_buf; member in struct:fd5_context
|
| H A D | fd5_emit.c | 300 &fd5_ctx->border_color_buf, 310 OUT_RELOC(ring, fd_resource(fd5_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_context.h | 66 struct pipe_resource *border_color_buf; member in struct:fd6_context
|
| H A D | fd6_emit.c | 329 &fd6_ctx->border_color_buf, 339 OUT_RELOC(ring, fd_resource(fd6_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_context.h | 71 struct pipe_resource *border_color_buf; member in struct:fd6_context
|
| H A D | fd6_context.c | 52 pipe_resource_reference(&fd6_ctx->border_color_buf, NULL);
|
| H A D | fd6_emit.c | 232 &off, &fd6_ctx->border_color_buf, &ptr); 241 OUT_RELOC(ring, fd_resource(fd6_ctx->border_color_buf)->bo, off, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.0.rst | 4192 - freedreno: Don't leak border_color_buf reference
|