Home | History | Annotate | Download | only in state_tracker

Lines Matching refs:trans

100    struct pipe_transfer *trans;
570 if (cache->trans) {
571 pipe->transfer_destroy(pipe, cache->trans);
572 cache->trans = NULL;
615 if (cache->trans)
621 cache->trans = pipe_get_transfer(st->pipe, cache->texture, 0, 0,
625 cache->buffer = pipe_transfer_map(pipe, cache->trans);
628 memset(cache->buffer, 0xff, cache->trans->stride * BITMAP_CACHE_HEIGHT);
655 if (cache->trans) {
658 pipe_transfer_unmap(pipe, cache->trans);
661 pipe->transfer_destroy(pipe, cache->trans);
662 cache->trans = NULL;
877 if (cache->trans) {
878 pipe_transfer_unmap(pipe, cache->trans);
879 pipe->transfer_destroy(pipe, cache->trans);