Searched refs:PIPE_MAP_ONCE (Results 1 – 11 of 11) sorted by relevance
101 PIPE_MAP_ONCE | in nine_upload_create_buffer_group()235 PIPE_MAP_ONCE | in nine_upload_create_buffer()
361 if (usage & PIPE_MAP_ONCE) in si_buffer_transfer_map()521 if (transfer->usage & (PIPE_MAP_ONCE | RADEON_MAP_TEMPORARY) && in si_buffer_transfer_unmap()
374 PIPE_MAP_ONCE = 1 << 13, enumerator
532 … PIPE_MAP_WRITE | PIPE_MAP_ONCE | PIPE_MAP_DISCARD_RANGE, &xfer); in zink_clear_buffer()
1823 if (!res->obj->host_visible || !(usage & PIPE_MAP_ONCE)) { in zink_buffer_map()2107 if (trans->base.b.usage & PIPE_MAP_ONCE && !trans->staging_res) in zink_buffer_unmap()
1015 uint8_t *map = pipe_buffer_map(st->pipe, dst, PIPE_MAP_READ | PIPE_MAP_ONCE, &xfer); in copy_converted_buffer()
460 flags |= PIPE_MAP_ONCE; in _mesa_access_flags_to_transfer_flags()
2944 - zink: remove PIPE_MAP_ONCE from subdata2945 - zink: rejigger PIPE_MAP_ONCE for internal qbo reads
902 - st/nine: Use PIPE_MAP_ONCE for persistent buffers4560 - zink: only unmap PIPE_MAP_ONCE in synchronous mode
2601 - mesa/gallium: add MESA_MAP_ONCE / PIPE_MAP_ONCE
4044 - zink: set subdata hook as PIPE_MAP_ONCE