Home
last modified time | relevance | path

Searched refs:blit_texcoord_vbuf (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c213 ctx->blit_texcoord_vbuf = create_blit_texcoord_vertexbuf(pctx); in fd_context_setup_common_vbos()
239 ctx->blit_vbuf_state.vertexbuf.vb[0].buffer.resource = ctx->blit_texcoord_vbuf; in fd_context_setup_common_vbos()
253 pipe_resource_reference(&ctx->blit_texcoord_vbuf, NULL); in fd_context_cleanup_common_vbos()
Dfreedreno_context.h348 struct pipe_resource *blit_texcoord_vbuf; member
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
Dfd4_gmem.c357 OUT_RELOCW(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0); in fd4_emit_tile_mem2gmem()
/external/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_gmem.c565 OUT_RELOCW(ring, fd_resource(ctx->blit_texcoord_vbuf)->bo, 0, 0, 0); in fd3_emit_tile_mem2gmem()