Searched refs:zstencil (Results 1 – 1 of 1) sorted by relevance
311 unsigned zstencil = util_pack_z_stencil(dst->texture->format, depth, stencil); in util_clear_depth_stencil() local319 memset(dst_map, (ubyte) zstencil, height * width); in util_clear_depth_stencil()322 memset(dst_map, (ubyte) zstencil, width); in util_clear_depth_stencil()332 *row++ = (uint16_t) zstencil; in util_clear_depth_stencil()341 *row++ = zstencil; in util_clear_depth_stencil()359 *row++ = tmp | (zstencil & ~dst_mask); in util_clear_depth_stencil()367 uint64_t zstencil = util_pack64_z_stencil(dst->texture->format, in util_clear_depth_stencil() local376 *row++ = zstencil; in util_clear_depth_stencil()392 *row++ = tmp | (zstencil & src_mask); in util_clear_depth_stencil()