Home
last modified time | relevance | path

Searched defs:seed (Results 1 – 9 of 9) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_hash.hpp459 # define VULKAN_HPP_HASH_COMBINE( seed, value ) \ argument
468 std::size_t seed = 0; in operator ()() local
483 std::size_t seed = 0; in operator ()() local
496 std::size_t seed = 0; in operator ()() local
510 std::size_t seed = 0; in operator ()() local
523 std::size_t seed = 0; in operator ()() local
540 std::size_t seed = 0; in operator ()() local
562 std::size_t seed = 0; in operator ()() local
577 std::size_t seed = 0; in operator ()() local
588 std::size_t seed = 0; in operator ()() local
[all …]
/device/generic/vulkan-cereal/third-party/glm/include/glm/gtx/
Dhash.inl16 GLM_INLINE void hash_combine(size_t &seed, size_t hash)
35 size_t seed = 0; local
45 size_t seed = 0; local
56 size_t seed = 0; local
68 size_t seed = 0; local
80 size_t seed = 0; local
90 size_t seed = 0; local
100 size_t seed = 0; local
110 size_t seed = 0; local
120 size_t seed = 0; local
[all …]
/device/google/cuttlefish/host/commands/secure_env/
Dtpm_remote_provisioning_context.cpp118 std::vector<uint8_t> seed; in GenerateBcc() local
/device/generic/vulkan-cereal/third-party/astc-encoder/Source/
Dastcenc_partition_tables.cpp124 int seed, in select_partition()
/device/google/sunfish/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/redbull/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/coral/json-c/
Dlinkhash.c405 int seed; in lh_char_hash() local
/device/google/trout/tools/tracing/proto/
Dperfetto_trace.proto1277 optional uint32 seed = 3; field
/device/generic/goldfish-opengl/system/profiler/
Dperfetto.cpp19733 uint32_t seed() const { return seed_; } in seed() function in perfetto::protos::gen::TestConfig