Searched refs:PIPE_MAP_STENCIL_ONLY (Results 1 – 4 of 4) sorted by relevance
369 PIPE_MAP_STENCIL_ONLY = 1 << 12, enumerator
1057 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()
3436 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()
598 usage | PIPE_MAP_STENCIL_ONLY, box, &trans->trans2); in u_transfer_helper_deinterleave_transfer_map()