Home
last modified time | relevance | path

Searched refs:TransformationAddCopyMemory (Results 1 – 18 of 18) sorted by relevance

/third_party/spirv-tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp150 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
156 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
163 TransformationAddCopyMemory(MakeInstructionDescriptor(75, SpvOpPhi, 0), in TEST()
168 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
174 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
181 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
187 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
193 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
198 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
204 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp150 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
156 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
163 TransformationAddCopyMemory(MakeInstructionDescriptor(75, SpvOpPhi, 0), in TEST()
168 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
174 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
181 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
187 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
192 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
198 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
204 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_add_copy_memory_test.cpp150 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
156 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
163 TransformationAddCopyMemory(MakeInstructionDescriptor(75, SpvOpPhi, 0), in TEST()
168 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
174 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
181 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
187 TransformationAddCopyMemory(MakeInstructionDescriptor(41, SpvOpLoad, 0), in TEST()
192 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
198 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
204 ASSERT_FALSE(TransformationAddCopyMemory( in TEST()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_add_copy_memory.cpp24 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
25 protobufs::TransformationAddCopyMemory message) in TransformationAddCopyMemory()
28 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
39 bool TransformationAddCopyMemory::IsApplicable( in IsApplicable()
95 void TransformationAddCopyMemory::Apply( in Apply()
154 protobufs::Transformation TransformationAddCopyMemory::ToMessage() const { in ToMessage()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported()
187 bool TransformationAddCopyMemory::CanUsePointeeWithCopyMemory( in CanUsePointeeWithCopyMemory()
210 std::unordered_set<uint32_t> TransformationAddCopyMemory::GetFreshIds() const { in GetFreshIds()
Dtransformation_add_copy_memory.h26 class TransformationAddCopyMemory : public Transformation {
28 explicit TransformationAddCopyMemory(
29 protobufs::TransformationAddCopyMemory message);
31 TransformationAddCopyMemory(
72 protobufs::TransformationAddCopyMemory message_;
Dfuzzer_pass_add_copy_memory.cpp53 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
73 ApplyTransformation(TransformationAddCopyMemory( in Apply()
Dtransformation.cpp137 return MakeUnique<TransformationAddCopyMemory>(message.add_copy_memory()); in FromMessage()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dtransformation_add_copy_memory.cpp24 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
25 protobufs::TransformationAddCopyMemory message) in TransformationAddCopyMemory()
28 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
39 bool TransformationAddCopyMemory::IsApplicable( in IsApplicable()
95 void TransformationAddCopyMemory::Apply( in Apply()
154 protobufs::Transformation TransformationAddCopyMemory::ToMessage() const { in ToMessage()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported()
187 bool TransformationAddCopyMemory::CanUsePointeeWithCopyMemory( in CanUsePointeeWithCopyMemory()
210 std::unordered_set<uint32_t> TransformationAddCopyMemory::GetFreshIds() const { in GetFreshIds()
Dtransformation_add_copy_memory.h26 class TransformationAddCopyMemory : public Transformation {
28 explicit TransformationAddCopyMemory(
29 protobufs::TransformationAddCopyMemory message);
31 TransformationAddCopyMemory(
72 protobufs::TransformationAddCopyMemory message_;
Dfuzzer_pass_add_copy_memory.cpp53 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
73 ApplyTransformation(TransformationAddCopyMemory( in Apply()
Dtransformation.cpp137 return MakeUnique<TransformationAddCopyMemory>(message.add_copy_memory()); in FromMessage()
/third_party/spirv-tools/source/fuzz/
Dtransformation_add_copy_memory.cpp24 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
25 protobufs::TransformationAddCopyMemory message) in TransformationAddCopyMemory()
28 TransformationAddCopyMemory::TransformationAddCopyMemory( in TransformationAddCopyMemory() function in spvtools::fuzz::TransformationAddCopyMemory
39 bool TransformationAddCopyMemory::IsApplicable( in IsApplicable()
95 void TransformationAddCopyMemory::Apply( in Apply()
154 protobufs::Transformation TransformationAddCopyMemory::ToMessage() const { in ToMessage()
160 bool TransformationAddCopyMemory::IsInstructionSupported( in IsInstructionSupported()
187 bool TransformationAddCopyMemory::CanUsePointeeWithCopyMemory( in CanUsePointeeWithCopyMemory()
210 std::unordered_set<uint32_t> TransformationAddCopyMemory::GetFreshIds() const { in GetFreshIds()
Dtransformation_add_copy_memory.h26 class TransformationAddCopyMemory : public Transformation {
28 explicit TransformationAddCopyMemory(
29 protobufs::TransformationAddCopyMemory message);
31 TransformationAddCopyMemory(
72 protobufs::TransformationAddCopyMemory message_;
Dfuzzer_pass_add_copy_memory.cpp52 TransformationAddCopyMemory::IsInstructionSupported); in Apply()
72 ApplyTransformation(TransformationAddCopyMemory( in Apply()
Dtransformation.cpp134 return MakeUnique<TransformationAddCopyMemory>(message.add_copy_memory()); in FromMessage()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto526 TransformationAddCopyMemory add_copy_memory = 52;
692 message TransformationAddCopyMemory { message
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto526 TransformationAddCopyMemory add_copy_memory = 52;
692 message TransformationAddCopyMemory { message
/third_party/spirv-tools/source/fuzz/protobufs/
Dspvtoolsfuzz.proto526 TransformationAddCopyMemory add_copy_memory = 52;
689 message TransformationAddCopyMemory { message