Searched refs:PIPE_MAP_DONTBLOCK (Results 1 – 25 of 32) sorted by relevance
12
163 PIPE_MAP_DONTBLOCK | pb_flags); in vmw_svga_winsys_surface_map()213 pb_flags |= (flags & PIPE_MAP_DONTBLOCK); in vmw_svga_winsys_surface_map()
364 flags &= ~PIPE_MAP_DONTBLOCK; in vmw_svga_winsys_buffer_map()372 if (flags & PIPE_MAP_DONTBLOCK) in vmw_svga_winsys_buffer_map()
83 if (pipe & PIPE_MAP_DONTBLOCK) in nouveau_screen_transfer_flags()
509 if (usage & PIPE_MAP_DONTBLOCK) in nouveau_buffer_transfer_map()
70 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()81 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()91 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()
1341 (wait ? 0 : PIPE_MAP_DONTBLOCK); in r600_query_hw_get_result()
163 (!wait ? PIPE_MAP_DONTBLOCK : 0)); in r300_get_query_result()
159 gallium_usage |= PIPE_MAP_DONTBLOCK; in xa_surface_map()
252 if (usage & PIPE_MAP_DONTBLOCK) { in svga_buffer_transfer_map()
583 st->base.usage |= PIPE_MAP_DONTBLOCK; in svga_texture_transfer_map()
293 PIPE_MAP_DONTBLOCK = 1 << 4, enumerator
246 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in gfx10_sh_query_get_result()
417 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in si_pc_query_get_result()
399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in softpipe_transfer_map()
298 usage |= PIPE_MAP_DONTBLOCK; in NineVolume9_LockBox()
362 usage |= PIPE_MAP_DONTBLOCK; in NineBuffer9_Lock()
480 usage |= PIPE_MAP_DONTBLOCK; in NineSurface9_LockRect()
215 access |= PIPE_MAP_DONTBLOCK; in accumulate_subresult()
817 (PIPE_MAP_READ | PIPE_MAP_DONTBLOCK | PIPE_MAP_UNSYNCHRONIZED))) in i915_texture_transfer_map()
274 if ((xfer->base.usage & PIPE_MAP_DONTBLOCK) && in virgl_resource_transfer_prepare()
698 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms()
625 flags |= PIPE_MAP_DONTBLOCK; in get_query_result()
507 if (usage & PIPE_MAP_DONTBLOCK) { in radeon_bo_map()
1637 if (map_would_stall && (usage & PIPE_MAP_DONTBLOCK) && in crocus_transfer_map()
288 if (usage & PIPE_MAP_DONTBLOCK) { in amdgpu_bo_map()