/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_store_test.cpp | 151 ASSERT_FALSE(TransformationStore( in TEST() 156 ASSERT_FALSE(TransformationStore( in TEST() 161 ASSERT_FALSE(TransformationStore( in TEST() 166 ASSERT_FALSE(TransformationStore( in TEST() 171 ASSERT_FALSE(TransformationStore( in TEST() 176 ASSERT_FALSE(TransformationStore( in TEST() 181 ASSERT_FALSE(TransformationStore( in TEST() 186 ASSERT_FALSE(TransformationStore( in TEST() 192 TransformationStore(82, 80, MakeInstructionDescriptor(37, SpvOpReturn, 0)) in TEST() 196 ASSERT_FALSE(TransformationStore( in TEST() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_store_test.cpp | 151 ASSERT_FALSE(TransformationStore( in TEST() 156 ASSERT_FALSE(TransformationStore( in TEST() 161 ASSERT_FALSE(TransformationStore( in TEST() 166 ASSERT_FALSE(TransformationStore( in TEST() 171 ASSERT_FALSE(TransformationStore( in TEST() 176 ASSERT_FALSE(TransformationStore( in TEST() 181 ASSERT_FALSE(TransformationStore( in TEST() 186 ASSERT_FALSE(TransformationStore( in TEST() 192 TransformationStore(82, 80, MakeInstructionDescriptor(37, SpvOpReturn, 0)) in TEST() 196 ASSERT_FALSE(TransformationStore( in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_store_test.cpp | 151 ASSERT_FALSE(TransformationStore( in TEST() 156 ASSERT_FALSE(TransformationStore( in TEST() 161 ASSERT_FALSE(TransformationStore( in TEST() 166 ASSERT_FALSE(TransformationStore( in TEST() 171 ASSERT_FALSE(TransformationStore( in TEST() 176 ASSERT_FALSE(TransformationStore( in TEST() 181 ASSERT_FALSE(TransformationStore( in TEST() 186 ASSERT_FALSE(TransformationStore( in TEST() 192 TransformationStore(82, 80, MakeInstructionDescriptor(37, SpvOpReturn, 0)) in TEST() 196 ASSERT_FALSE(TransformationStore( in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_store.cpp | 23 TransformationStore::TransformationStore( in TransformationStore() function in spvtools::fuzz::TransformationStore 24 const spvtools::fuzz::protobufs::TransformationStore& message) in TransformationStore() 27 TransformationStore::TransformationStore( in TransformationStore() function in spvtools::fuzz::TransformationStore 36 bool TransformationStore::IsApplicable( in IsApplicable() 111 void TransformationStore::Apply(opt::IRContext* ir_context, in Apply() 122 protobufs::Transformation TransformationStore::ToMessage() const { in ToMessage() 128 std::unordered_set<uint32_t> TransformationStore::GetFreshIds() const { in GetFreshIds()
|
D | transformation_store.h | 26 class TransformationStore : public Transformation { 28 explicit TransformationStore(const protobufs::TransformationStore& message); 30 TransformationStore( 61 protobufs::TransformationStore message_;
|
D | fuzzer_pass_add_stores.cpp | 123 ApplyTransformation(TransformationStore( in Apply()
|
D | transformation.cpp | 356 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_store.cpp | 23 TransformationStore::TransformationStore( in TransformationStore() function in spvtools::fuzz::TransformationStore 24 const spvtools::fuzz::protobufs::TransformationStore& message) in TransformationStore() 27 TransformationStore::TransformationStore( in TransformationStore() function in spvtools::fuzz::TransformationStore 36 bool TransformationStore::IsApplicable( in IsApplicable() 111 void TransformationStore::Apply(opt::IRContext* ir_context, in Apply() 122 protobufs::Transformation TransformationStore::ToMessage() const { in ToMessage() 128 std::unordered_set<uint32_t> TransformationStore::GetFreshIds() const { in GetFreshIds()
|
D | transformation_store.h | 26 class TransformationStore : public Transformation { 28 explicit TransformationStore(const protobufs::TransformationStore& message); 30 TransformationStore( 61 protobufs::TransformationStore message_;
|
D | fuzzer_pass_add_stores.cpp | 123 ApplyTransformation(TransformationStore( in Apply()
|
D | transformation.cpp | 356 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_store.cpp | 23 TransformationStore::TransformationStore(protobufs::TransformationStore message) in TransformationStore() function in spvtools::fuzz::TransformationStore 26 TransformationStore::TransformationStore( in TransformationStore() function in spvtools::fuzz::TransformationStore 35 bool TransformationStore::IsApplicable( in IsApplicable() 110 void TransformationStore::Apply(opt::IRContext* ir_context, in Apply() 128 protobufs::Transformation TransformationStore::ToMessage() const { in ToMessage() 134 std::unordered_set<uint32_t> TransformationStore::GetFreshIds() const { in GetFreshIds()
|
D | transformation_store.h | 26 class TransformationStore : public Transformation { 28 explicit TransformationStore(protobufs::TransformationStore message); 30 TransformationStore( 61 protobufs::TransformationStore message_;
|
D | fuzzer_pass_add_stores.cpp | 121 ApplyTransformation(TransformationStore( in Apply()
|
D | transformation.cpp | 358 return MakeUnique<TransformationStore>(message.store()); in FromMessage()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 510 TransformationStore store = 36; 2236 message TransformationStore { message
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 510 TransformationStore store = 36; 2223 message TransformationStore { message
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 510 TransformationStore store = 36; 2223 message TransformationStore { message
|