Searched refs:blit_texcoord_vbuf (Results 1 - 4 of 4) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/ |
H A D | freedreno_context.c | 507 * blit_texcoord_vbuf, and vsc_size_mem, into a single buffer and 539 ctx->blit_texcoord_vbuf = create_blit_texcoord_vertexbuf(pctx); in fd_context_setup_common_vbos() 570 ctx->blit_texcoord_vbuf; in fd_context_setup_common_vbos() 584 pipe_resource_reference(&ctx->blit_texcoord_vbuf, NULL); in fd_context_cleanup_common_vbos()
|
H A D | freedreno_context.h | 518 struct pipe_resource *blit_texcoord_vbuf; member 526 * - blit_texcoord_vbuf / 8 / R32G32_FLOAT
|
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
H A D | fd4_gmem.c | 371 OUT_RELOC(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0);
|
/third_party/mesa3d/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 5 milliseconds