Lines Matching defs:zs
1204 unsigned type, /* 0 = RT, 1 = ZS, 2 = plain */
1582 boolean zs;
1599 zs = util_format_is_depth_or_stencil(dst_res->format);
1600 user_assert(!zs || !This->in_scene, D3DERR_INVALIDCALL);
1601 user_assert(!zs || !pSourceRect ||
1606 user_assert(!zs || !pDestRect ||
1611 user_assert(!zs ||
1614 user_assert(zs || !util_format_is_depth_or_stencil(src_res->format),
1616 user_assert(!zs || dst->desc.Format == src->desc.Format,
1687 blit.mask = zs ? PIPE_MASK_ZS : PIPE_MASK_RGBA;
1746 zs ? PIPE_BIND_DEPTH_STENCIL :