Lines Matching refs:zstencil
471 uint64_t zstencil)
478 memset(dst_map, (uint8_t) zstencil, height * width);
481 memset(dst_map, (uint8_t) zstencil, width);
491 *row++ = (uint16_t) zstencil;
498 util_memset32(dst_map, (uint32_t)zstencil, width);
516 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask);
525 util_memset64(dst_map, zstencil, width);
541 *row++ = tmp | (zstencil & src_mask);
563 uint64_t zstencil)
569 width, height, zstencil);
579 uint64_t zstencil, unsigned level,
608 depth, zstencil);
631 uint64_t zstencil;
643 zstencil = util_pack64_z_stencil(tex->format, depth, stencil);
645 util_clear_depth_stencil_texture(pipe, tex, tex->format, clear, zstencil,
675 uint64_t zstencil;
682 zstencil = util_pack64_z_stencil(dst->format, depth, stencil);
685 clear_flags, zstencil, dst->u.tex.level,