Home
last modified time | relevance | path

Searched refs:PIPE_MAP_DONTBLOCK (Results 1 - 25 of 30) sorted by relevance

12

/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.c163 PIPE_MAP_DONTBLOCK | pb_flags); in vmw_svga_winsys_surface_map()
213 pb_flags |= (flags & PIPE_MAP_DONTBLOCK); in vmw_svga_winsys_surface_map()
H A Dvmw_buffer.c364 flags &= ~PIPE_MAP_DONTBLOCK; in vmw_svga_winsys_buffer_map()
372 if (flags & PIPE_MAP_DONTBLOCK) in vmw_svga_winsys_buffer_map()
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_winsys.h83 if (pipe & PIPE_MAP_DONTBLOCK) in nouveau_screen_transfer_flags()
H A Dnouveau_buffer.c509 if (usage & PIPE_MAP_DONTBLOCK) in nouveau_buffer_transfer_map()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c70 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()
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_query.c163 (!wait ? PIPE_MAP_DONTBLOCK : 0)); in r300_get_query_result()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h293 PIPE_MAP_DONTBLOCK = 1 << 4, enumerator
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c159 gallium_usage |= PIPE_MAP_DONTBLOCK; in xa_surface_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_query.c246 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in gfx10_sh_query_get_result()
H A Dsi_perfcounter.c417 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in si_pc_query_get_result()
H A Dsi_query.c1498 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in si_query_hw_get_result()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c252 if (usage & PIPE_MAP_DONTBLOCK) { in svga_buffer_transfer_map()
H A Dsvga_resource_texture.c583 st->base.usage |= PIPE_MAP_DONTBLOCK; in svga_texture_transfer_map()
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in softpipe_transfer_map()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dvolume9.c298 usage |= PIPE_MAP_DONTBLOCK; in NineVolume9_LockBox()
H A Dbuffer9.c362 usage |= PIPE_MAP_DONTBLOCK; in NineBuffer9_Lock()
H A Dsurface9.c480 usage |= PIPE_MAP_DONTBLOCK; in NineSurface9_LockRect()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp215 access |= PIPE_MAP_DONTBLOCK;
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c274 if ((xfer->base.usage & PIPE_MAP_DONTBLOCK) && in virgl_resource_transfer_prepare()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c698 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms()
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_resource_texture.c817 (PIPE_MAP_READ | PIPE_MAP_DONTBLOCK | PIPE_MAP_UNSYNCHRONIZED))) in i915_texture_transfer_map()
/third_party/mesa3d/src/gallium/winsys/radeon/drm/
H A Dradeon_drm_bo.c507 if (usage & PIPE_MAP_DONTBLOCK) { in radeon_bo_map()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_bo.c288 if (usage & PIPE_MAP_DONTBLOCK) { in amdgpu_bo_map()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1637 if (map_would_stall && (usage & PIPE_MAP_DONTBLOCK) && in crocus_transfer_map()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c625 flags |= PIPE_MAP_DONTBLOCK; in get_query_result()

Completed in 33 milliseconds

12