Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_context.h52 struct pipe_resource *border_color_buf; member
Dfd3_emit.c240 &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/
Dfd4_context.h53 struct pipe_resource *border_color_buf; member
Dfd4_emit.c243 &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/
Dfd5_context.h60 struct pipe_resource *border_color_buf; member
Dfd5_emit.c263 &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()