Searched refs:zstencil (Results 1 – 1 of 1) sorted by relevance
522 uint64_t zstencil = util_pack64_z_stencil(format, depth, stencil); in util_clear_depth_stencil() local534 memset(dst_map, (uint8_t) zstencil, height * width); in util_clear_depth_stencil()537 memset(dst_map, (uint8_t) zstencil, width); in util_clear_depth_stencil()547 *row++ = (uint16_t) zstencil; in util_clear_depth_stencil()556 *row++ = (uint32_t) zstencil; in util_clear_depth_stencil()574 *row++ = tmp | ((uint32_t) zstencil & ~dst_mask); in util_clear_depth_stencil()585 *row++ = zstencil; in util_clear_depth_stencil()601 *row++ = tmp | (zstencil & src_mask); in util_clear_depth_stencil()