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 Dfreedreno_context.c254 * 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 Dfreedreno_context.h366 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 Dfreedreno_context.c503 * 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 Dfreedreno_context.h516 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 Dfd4_gmem.c358 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 Dfd4_gmem.c363 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 Dfd3_gmem.c568 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 Dfd3_gmem.c587 OUT_RELOC(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);

Completed in 12 milliseconds