Home
last modified time | relevance | path

Searched refs:solid_vbuf (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c506 /* TODO we could combine a few of these small buffers (solid_vbuf,
538 ctx->solid_vbuf = create_solid_vertexbuf(pctx); in fd_context_setup_common_vbos()
551 ctx->solid_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->solid_vbuf; in fd_context_setup_common_vbos()
572 ctx->blit_vbuf_state.vertexbuf.vb[1].buffer.resource = ctx->solid_vbuf; in fd_context_setup_common_vbos()
583 pipe_resource_reference(&ctx->solid_vbuf, NULL); in fd_context_cleanup_common_vbos()
H A Dfreedreno_context.h515 struct pipe_resource *solid_vbuf; member
520 /* vertex state for solid_vbuf:
521 * - solid_vbuf / 12 / R32G32B32_FLOAT
527 * - solid_vbuf / 12 / R32G32B32_FLOAT
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H A Dfd3_gmem.c204 OUT_RELOC(ring, fd_resource(ctx->solid_vbuf)->bo, 0x20, 0,

Completed in 5 milliseconds