Home
last modified time | relevance | path

Searched refs:PIPE_MAP_DONTBLOCK (Results 1 – 25 of 28) sorted by relevance

12

/external/mesa3d/src/gallium/winsys/svga/drm/
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()
Dvmw_buffer.c363 flags &= ~PIPE_MAP_DONTBLOCK; in vmw_svga_winsys_buffer_map()
375 (unsigned) PIPE_MAP_DONTBLOCK); in vmw_svga_winsys_buffer_map()
/external/mesa3d/src/gallium/drivers/nouveau/
Dnouveau_winsys.h83 if (pipe & PIPE_MAP_DONTBLOCK) in nouveau_screen_transfer_flags()
Dnouveau_buffer.c489 if (usage & PIPE_MAP_DONTBLOCK) in nouveau_buffer_transfer_map()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c68 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()
79 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()
89 if (usage & PIPE_MAP_DONTBLOCK) { in r600_buffer_map_sync_with_rings()
Dr600_query.c1341 (wait ? 0 : PIPE_MAP_DONTBLOCK); in r600_query_hw_get_result()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_query.c164 (!wait ? PIPE_MAP_DONTBLOCK : 0)); in r300_get_query_result()
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_buffer.c65 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings()
75 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings()
85 if (usage & PIPE_MAP_DONTBLOCK) { in si_buffer_map_sync_with_rings()
Dgfx10_query.c295 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in gfx10_sh_query_get_result()
Dsi_perfcounter.c1056 unsigned usage = PIPE_MAP_READ | (wait ? 0 : PIPE_MAP_DONTBLOCK); in si_pc_query_get_result()
/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c159 gallium_usage |= PIPE_MAP_DONTBLOCK; in xa_surface_map()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c226 if (usage & PIPE_MAP_DONTBLOCK) { in svga_buffer_transfer_map()
Dsvga_resource_texture.c633 st->base.usage |= PIPE_MAP_DONTBLOCK; in svga_texture_transfer_map()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_texture.c399 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in softpipe_transfer_map()
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h287 PIPE_MAP_DONTBLOCK = (1 << 9), enumerator
/external/mesa3d/src/gallium/frontends/nine/
Dbuffer9.c293 usage |= PIPE_MAP_DONTBLOCK; in NineBuffer9_Lock()
Dvolume9.c299 usage |= PIPE_MAP_DONTBLOCK; in NineVolume9_LockBox()
Dsurface9.c472 usage |= PIPE_MAP_DONTBLOCK; in NineSurface9_LockRect()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_bufferobjects.c496 flags |= PIPE_MAP_DONTBLOCK; in st_access_flags_to_transfer_flags()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.c214 if ((xfer->base.usage & PIPE_MAP_DONTBLOCK) && in virgl_resource_transfer_prepare()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c571 boolean do_not_block = !!(usage & PIPE_MAP_DONTBLOCK); in llvmpipe_transfer_map_ms()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_context.cpp117 if (usage & PIPE_MAP_DONTBLOCK) { in swr_transfer_map()
/external/mesa3d/src/gallium/drivers/i915/
Di915_resource_texture.c748 !(usage & (PIPE_MAP_READ | PIPE_MAP_DONTBLOCK | PIPE_MAP_UNSYNCHRONIZED))) in i915_texture_transfer_map()
/external/mesa3d/src/gallium/winsys/radeon/drm/
Dradeon_drm_bo.c509 if (usage & PIPE_MAP_DONTBLOCK) { in radeon_bo_map()
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_bo.c284 if (usage & PIPE_MAP_DONTBLOCK) { in amdgpu_bo_map()

12