Searched refs:solid_vbuf (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 253 /* TODO we could combine a few of these small buffers (solid_vbuf, 285 ctx->solid_vbuf = create_solid_vertexbuf(pctx); 297 ctx->solid_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->solid_vbuf; 314 ctx->blit_vbuf_state.vertexbuf.vb[1].buffer.resource = ctx->solid_vbuf; 325 pipe_resource_reference(&ctx->solid_vbuf, NULL);
|
| H A D | freedreno_context.h | 363 struct pipe_resource *solid_vbuf; member in struct:fd_context 368 /* vertex state for solid_vbuf: 369 * - solid_vbuf / 12 / R32G32B32_FLOAT 375 * - solid_vbuf / 12 / R32G32B32_FLOAT
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 502 /* TODO we could combine a few of these small buffers (solid_vbuf, 534 ctx->solid_vbuf = create_solid_vertexbuf(pctx); 547 ctx->solid_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->solid_vbuf; 568 ctx->blit_vbuf_state.vertexbuf.vb[1].buffer.resource = ctx->solid_vbuf; 579 pipe_resource_reference(&ctx->solid_vbuf, NULL);
|
| H A D | freedreno_context.h | 513 struct pipe_resource *solid_vbuf; member in struct:fd_context 518 /* vertex state for solid_vbuf: 519 * - solid_vbuf / 12 / R32G32B32_FLOAT 525 * - solid_vbuf / 12 / R32G32B32_FLOAT
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_gmem.c | 188 OUT_RELOCW(ring, fd_resource(ctx->solid_vbuf)->bo, 0x20, 0, -1); /* RB_COPY_DEST_BASE */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_gmem.c | 204 OUT_RELOC(ring, fd_resource(ctx->solid_vbuf)->bo, 0x20, 0,
|
Completed in 10 milliseconds