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/
H A Dp_defines.h369 PIPE_MAP_STENCIL_ONLY = 1 << 12, 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()
1931 else if (usage & PIPE_MAP_STENCIL_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()
4085 else if (map_flags & PIPE_MAP_STENCIL_ONLY) in zink_copy_image_buffer()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_transfer_helper.c632 usage | PIPE_MAP_STENCIL_ONLY, box, &trans->trans2); in u_transfer_helper_deinterleave_transfer_map()

Completed in 16 milliseconds