Home
last modified time | relevance | path

Searched refs:PIPE_MAP_DIRECTLY (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_transfer.c393 (usage & PIPE_MAP_DIRECTLY)) in nvc0_miptree_transfer_map()
396 usage |= PIPE_MAP_DIRECTLY; in nvc0_miptree_transfer_map()
398 if (usage & PIPE_MAP_DIRECTLY) in nvc0_miptree_transfer_map()
420 if (usage & PIPE_MAP_DIRECTLY) { in nvc0_miptree_transfer_map()
504 if (tx->base.usage & PIPE_MAP_DIRECTLY) { in nvc0_miptree_transfer_unmap()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer.c22 * PIPE_MAP_DIRECTLY supresses that. in u_default_buffer_subdata()
24 if (!(usage & PIPE_MAP_DIRECTLY)) { in u_default_buffer_subdata()
H A Du_threaded_context.c2649 /* PIPE_MAP_DIRECTLY supresses implicit DISCARD_RANGE. */ in tc_buffer_subdata()
2650 if (!(usage & PIPE_MAP_DIRECTLY)) in tc_buffer_subdata()
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_transfer.c268 if (usage & PIPE_MAP_DIRECTLY) { in etna_transfer_map()
345 (and for PIPE_MAP_DIRECTLY) and we don't want to force a sync. in etna_transfer_map()
437 if (usage & PIPE_MAP_DIRECTLY) in etna_transfer_map()
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_resource.c2373 usage |= PIPE_MAP_DIRECTLY; in iris_transfer_map()
2379 if ((usage & PIPE_MAP_DIRECTLY) && in iris_transfer_map()
2391 (usage & PIPE_MAP_DIRECTLY)) in iris_transfer_map()
2433 usage |= PIPE_MAP_DIRECTLY; in iris_transfer_map()
2443 usage |= PIPE_MAP_DIRECTLY; in iris_transfer_map()
2449 usage &= ~PIPE_MAP_DIRECTLY; in iris_transfer_map()
2451 if (!(usage & PIPE_MAP_DIRECTLY)) { in iris_transfer_map()
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_buffer.c370 if (flags & PIPE_MAP_DIRECTLY) in vmw_svga_winsys_buffer_map()
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_resource.c615 if (res->tiled && (usage & PIPE_MAP_DIRECTLY)) in lima_transfer_map()
688 unsigned dpw = PIPE_MAP_DIRECTLY | PIPE_MAP_WRITE | in lima_transfer_map()
696 if ((usage & PIPE_MAP_WRITE) && (usage & PIPE_MAP_DIRECTLY)) in lima_transfer_map()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h273 PIPE_MAP_DIRECTLY = 1 << 2, enumerator
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_context.c155 gallium_usage |= PIPE_MAP_DIRECTLY; in xa_surface_map()
/third_party/mesa3d/src/gallium/drivers/asahi/
H A Dagx_pipe.c286 if ((usage & PIPE_MAP_DIRECTLY) && rsrc->modifier != DRM_FORMAT_MOD_LINEAR) in agx_transfer_map()
330 if ((usage & PIPE_MAP_WRITE) && (usage & PIPE_MAP_DIRECTLY)) in agx_transfer_map()
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_resource.c1638 (usage & PIPE_MAP_DIRECTLY)) in crocus_transfer_map()
1643 (usage & PIPE_MAP_DIRECTLY)) in crocus_transfer_map()
1681 PIPE_MAP_DIRECTLY); in crocus_transfer_map()
H A Dcrocus_state.c3978 0, PIPE_MAP_DIRECTLY, in crocus_get_so_offset()
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c536 if (!(usage & PIPE_MAP_DIRECTLY)) in r600_buffer_subdata()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_resource.c167 if (xfer->base.usage & PIPE_MAP_DIRECTLY) in virgl_resource_transfer_prepare()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c548 if (!(usage & PIPE_MAP_DIRECTLY)) in si_buffer_subdata()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_transfer.c386 if (usage & PIPE_MAP_DIRECTLY) in nv50_miptree_transfer_map()
/third_party/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_resource.c965 if ((usage & PIPE_MAP_DIRECTLY) && rsrc->image.layout.modifier != DRM_FORMAT_MOD_LINEAR) in panfrost_ptr_map()
1141 unsigned dpw = PIPE_MAP_DIRECTLY | PIPE_MAP_WRITE | PIPE_MAP_PERSISTENT; in panfrost_ptr_map()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_resource.c299 if (usage & PIPE_MAP_DIRECTLY) in v3d_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c492 if (usage & PIPE_MAP_DIRECTLY) { in svga_texture_transfer_map()
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_resource.c185 if (usage & PIPE_MAP_DIRECTLY) in vc4_resource_transfer_map()
/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_resource.c977 if ((usage & PIPE_MAP_DIRECTLY) && rsc->layout.tile_mode) { in fd_resource_transfer_map()
/third_party/mesa3d/src/mesa/main/
H A Dbufferobj.c111 * by using PIPE_MAP_DIRECTLY. in _mesa_bufferobj_subdata()
117 PIPE_MAP_DIRECTLY : 0, in _mesa_bufferobj_subdata()
295 * PIPE_MAP_DIRECTLY supresses implicit buffer range in bufferobj_data()
299 is_mapped ? PIPE_MAP_DIRECTLY : in bufferobj_data()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp1560 if (usage & PIPE_MAP_DIRECTLY || !res->bo) in d3d12_transfer_map()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c2132 if (!(usage & PIPE_MAP_DIRECTLY)) in zink_buffer_subdata()

Completed in 63 milliseconds