Home
last modified time | relevance | path

Searched refs:PIPE_MAP_DEPTH_ONLY (Results 1 - 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_defines.h364 PIPE_MAP_DEPTH_ONLY = 1 << 11, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_resource.c1625 assert((trans->base.b.usage & (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)) != in zink_transfer_copy_bufimage()
1626 (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)); in zink_transfer_copy_bufimage()
1929 if (usage & PIPE_MAP_DEPTH_ONLY) in zink_image_map()
H A Dzink_context.c4081 assert((map_flags & (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)) != in zink_copy_image_buffer()
4082 (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)); in zink_copy_image_buffer()
4083 if (map_flags & PIPE_MAP_DEPTH_ONLY) in zink_copy_image_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c624 trans->ptr = helper->vtbl->transfer_map(pctx, prsc, level, usage | PIPE_MAP_DEPTH_ONLY, box, in u_transfer_helper_deinterleave_transfer_map()

Completed in 15 milliseconds