Searched refs:blit_texcoord_vbuf (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 254 * blit_texcoord_vbuf, and vsc_size_mem, into a single buffer and 286 ctx->blit_texcoord_vbuf = create_blit_texcoord_vertexbuf(pctx); 312 ctx->blit_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->blit_texcoord_vbuf; 326 pipe_resource_reference(&ctx->blit_texcoord_vbuf, NULL);
|
| H A D | freedreno_context.h | 366 struct pipe_resource *blit_texcoord_vbuf; member in struct:fd_context 374 * - blit_texcoord_vbuf / 8 / R32G32_FLOAT
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/ |
| H A D | freedreno_context.c | 503 * blit_texcoord_vbuf, and vsc_size_mem, into a single buffer and 535 ctx->blit_texcoord_vbuf = create_blit_texcoord_vertexbuf(pctx); 566 ctx->blit_texcoord_vbuf; 580 pipe_resource_reference(&ctx->blit_texcoord_vbuf, NULL);
|
| H A D | freedreno_context.h | 516 struct pipe_resource *blit_texcoord_vbuf; member in struct:fd_context 524 * - blit_texcoord_vbuf / 8 / R32G32_FLOAT
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_gmem.c | 358 OUT_RELOCW(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/ |
| H A D | fd4_gmem.c | 363 OUT_RELOC(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_gmem.c | 568 OUT_RELOCW(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a3xx/ |
| H A D | fd3_gmem.c | 587 OUT_RELOC(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);
|
Completed in 12 milliseconds