Home
last modified time | relevance | path

Searched refs:border_color_buf (Results 1 - 12 of 12) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_context.h47 struct pipe_resource *border_color_buf; member
H A Dfd3_context.c46 pipe_resource_reference(&fd3_ctx->border_color_buf, NULL);
H A Dfd3_emit.c258 &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 Dfd4_context.h49 struct pipe_resource *border_color_buf; member
H A Dfd4_context.c47 pipe_resource_reference(&fd4_ctx->border_color_buf, NULL);
H A Dfd4_emit.c352 &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 Dfd5_context.h52 struct pipe_resource *border_color_buf; member
H A Dfd5_context.c48 pipe_resource_reference(&fd5_ctx->border_color_buf, NULL);
H A Dfd5_emit.c327 &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 Dfd6_context.h71 struct pipe_resource *border_color_buf; member
H A Dfd6_context.c52 pipe_resource_reference(&fd6_ctx->border_color_buf, NULL);
H A Dfd6_emit.c232 &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