Home
last modified time | relevance | path

Searched refs:FromMessage (Results 1 – 10 of 10) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dreplayer.cpp99 auto fresh_ids = Transformation::FromMessage(transformation)->GetFreshIds(); in Run()
129 auto transformation = Transformation::FromMessage(message); in Run()
Dtransformation.h66 static std::unique_ptr<Transformation> FromMessage(
Dtransformation.cpp112 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage() function in spvtools::fuzz::Transformation
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dreplayer.cpp99 auto fresh_ids = Transformation::FromMessage(transformation)->GetFreshIds(); in Run()
129 auto transformation = Transformation::FromMessage(message); in Run()
Dtransformation.h66 static std::unique_ptr<Transformation> FromMessage(
Dtransformation.cpp112 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage() function in spvtools::fuzz::Transformation
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dreplayer.cpp99 auto fresh_ids = Transformation::FromMessage(transformation)->GetFreshIds(); in Run()
129 auto transformation = Transformation::FromMessage(message); in Run()
Dtransformation.h66 static std::unique_ptr<Transformation> FromMessage(
Dtransformation.cpp114 std::unique_ptr<Transformation> Transformation::FromMessage( in FromMessage() function in spvtools::fuzz::Transformation
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dfuzz_test_util.cpp167 auto reconstructed_transformation = Transformation::FromMessage(message); in ApplyAndCheckFreshIds()