Lines Matching refs:vbuf
76 struct pipe_resource *vbuf; /**< quad vertices */ member
140 ctx->vbuf = NULL; in util_create_blit()
192 pipe_resource_reference(&ctx->vbuf, NULL); in util_destroy_blit()
306 pipe_resource_reference(&ctx->vbuf, NULL); in get_next_slot()
310 if (!ctx->vbuf) { in get_next_slot()
311 ctx->vbuf = pipe_buffer_create(ctx->pipe->screen, in get_next_slot()
361 if (ctx->vbuf) { in setup_vertex_data_tex()
362 pipe_buffer_write_nooverlap(ctx->pipe, ctx->vbuf, in setup_vertex_data_tex()
778 if (ctx->vbuf) { in util_blit_pixels()
779 util_draw_vertex_buffer(ctx->pipe, ctx->cso, ctx->vbuf, offset, in util_blit_pixels()
927 ctx->vbuf, offset, in util_blit_pixels_tex()