Searched refs:border_color_buf (Results 1 - 12 of 12) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
H A D | fd3_context.h | 47 struct pipe_resource *border_color_buf; member
|
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); 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/ |
H A D | fd4_context.h | 49 struct pipe_resource *border_color_buf; member
|
H A D | fd4_context.c | 47 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL);
|
H A 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/ |
H A D | fd5_context.h | 52 struct pipe_resource *border_color_buf; member
|
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);
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
H A D | fd6_context.h | 71 struct pipe_resource *border_color_buf; member
|
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); 242 OUT_RELOC(ring, fd_resource(fd6_ctx->border_color_buf)->bo, off, 0, 0);
|
Completed in 10 milliseconds