Searched refs:PIPE_MAP_ONCE (Results 1 – 10 of 10) sorted by relevance
101 PIPE_MAP_ONCE | in nine_upload_create_buffer_group()235 PIPE_MAP_ONCE | in nine_upload_create_buffer()
362 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
523 flags |= PIPE_MAP_ONCE; in st_access_flags_to_transfer_flags()
1255 if (!res->obj->host_visible || !(usage & PIPE_MAP_ONCE)) { in zink_buffer_map()1514 if (trans->base.b.usage & PIPE_MAP_ONCE && !trans->staging_res) in zink_buffer_unmap()
466 … PIPE_MAP_WRITE | PIPE_MAP_ONCE | PIPE_MAP_DISCARD_RANGE, &xfer); in zink_clear_buffer()
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