Searched refs:border_color_buf (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
D | fd3_context.h | 52 struct pipe_resource *border_color_buf; member
|
D | fd3_emit.c | 240 &fd3_ctx->border_color_buf, in emit_textures() 246 OUT_RELOC(ring, fd_resource(fd3_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
|
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
D | fd4_context.h | 53 struct pipe_resource *border_color_buf; member
|
D | fd4_emit.c | 243 &fd4_ctx->border_color_buf, in emit_textures() 248 OUT_RELOC(ring, fd_resource(fd4_ctx->border_color_buf)->bo, off, 0, 0); in emit_textures()
|
/external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
D | fd5_context.h | 60 struct pipe_resource *border_color_buf; member
|
D | fd5_emit.c | 263 &fd5_ctx->border_color_buf, in emit_border_color() 272 OUT_RELOC(ring, fd_resource(fd5_ctx->border_color_buf)->bo, off, 0, 0); in emit_border_color()
|