Home
last modified time | relevance | path

Searched refs:PIPE_MAP_STENCIL_ONLY (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_defines.h369 PIPE_MAP_STENCIL_ONLY = 1 << 12, 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()
1352 else if (usage & PIPE_MAP_STENCIL_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()
3440 else if (map_flags & PIPE_MAP_STENCIL_ONLY) in zink_copy_image_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_transfer_helper.c598 usage | PIPE_MAP_STENCIL_ONLY, box, &trans->trans2); in u_transfer_helper_deinterleave_transfer_map()