Lines Matching defs:zs
1681 boolean zs;
1702 zs = util_format_is_depth_or_stencil(dst_res->format);
1703 user_assert(!zs || !This->in_scene, D3DERR_INVALIDCALL);
1704 user_assert(!zs || !pSourceRect ||
1709 user_assert(!zs || !pDestRect ||
1714 user_assert(!zs ||
1717 user_assert(zs || !util_format_is_depth_or_stencil(src_res->format),
1719 user_assert(!zs || dst->desc.Format == src->desc.Format,
1791 blit.mask = zs ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
1851 zs ? PIPE_BIND_DEPTH_STENCIL :