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/
Dp_defines.h364 PIPE_MAP_DEPTH_ONLY = 1 << 11, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c1057 assert((trans->base.b.usage & (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)) != in zink_transfer_copy_bufimage()
1058 (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)); in zink_transfer_copy_bufimage()
1350 if (usage & PIPE_MAP_DEPTH_ONLY) in zink_image_map()
Dzink_context.c3436 assert((map_flags & (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)) != in zink_copy_image_buffer()
3437 (PIPE_MAP_DEPTH_ONLY | PIPE_MAP_STENCIL_ONLY)); in zink_copy_image_buffer()
3438 if (map_flags & PIPE_MAP_DEPTH_ONLY) in zink_copy_image_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c592 trans->ptr = helper->vtbl->transfer_map(pctx, prsc, level, usage | PIPE_MAP_DEPTH_ONLY, box, in u_transfer_helper_deinterleave_transfer_map()