Blender
V4.5
intern
cycles
util
murmurhash.h
Go to the documentation of this file.
1
/* SPDX-FileCopyrightText: 2018-2022 Blender Foundation
2
*
3
* SPDX-License-Identifier: Apache-2.0 */
4
5
#pragma once
6
7
#include <cstdint>
8
9
CCL_NAMESPACE_BEGIN
10
11
uint32_t
util_murmur_hash3
(
const
void
*
key
,
const
int
len
,
const
uint32_t
seed
);
12
float
util_hash_to_float
(
const
uint32_t
hash
);
13
14
CCL_NAMESPACE_END
key
int key
Definition
BLI_set_test.cc:631
seed
static unsigned long seed
Definition
btSoftBody.h:39
CCL_NAMESPACE_END
#define CCL_NAMESPACE_END
Definition
device/cuda/compat.h:10
uint32_t
unsigned int uint32_t
Definition
gpu_glsl_cpp_stubs.hh:361
util_murmur_hash3
CCL_NAMESPACE_BEGIN uint32_t util_murmur_hash3(const void *key, const int len, const uint32_t seed)
Definition
murmurhash.cpp:50
util_hash_to_float
float util_hash_to_float(const uint32_t hash)
Definition
murmurhash.cpp:102
CCL_NAMESPACE_BEGIN
Definition
python.cpp:37
hash
#define hash
Definition
noise_c.cc:154
len
uint len
Definition
uvedit_unwrap_ops.cc:2080
Generated on Fri Apr 3 2026 06:33:18 for Blender by
doxygen
1.11.0