/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | transformation_access_chain_test.cpp | 131 TransformationAccessChain invalid_index_example1( in TEST() 141 ASSERT_FALSE(TransformationAccessChain( in TEST() 146 ASSERT_FALSE(TransformationAccessChain( in TEST() 151 ASSERT_FALSE(TransformationAccessChain( in TEST() 156 ASSERT_FALSE(TransformationAccessChain( in TEST() 161 ASSERT_FALSE(TransformationAccessChain( in TEST() 166 ASSERT_FALSE(TransformationAccessChain( in TEST() 172 TransformationAccessChain(100, 43, {80, 80, 80}, in TEST() 178 TransformationAccessChain(100, 43, {83, 80}, in TEST() 183 ASSERT_FALSE(TransformationAccessChain( in TEST() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | transformation_access_chain_test.cpp | 131 TransformationAccessChain invalid_index_example1( in TEST() 142 TransformationAccessChain( in TEST() 148 TransformationAccessChain( in TEST() 154 TransformationAccessChain( in TEST() 160 TransformationAccessChain( in TEST() 166 TransformationAccessChain( in TEST() 172 TransformationAccessChain( in TEST() 177 ASSERT_FALSE(TransformationAccessChain( in TEST() 184 TransformationAccessChain( in TEST() 190 TransformationAccessChain( in TEST() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/ |
D | transformation_access_chain_test.cpp | 131 TransformationAccessChain invalid_index_example1( in TEST() 142 TransformationAccessChain( in TEST() 148 TransformationAccessChain( in TEST() 154 TransformationAccessChain( in TEST() 160 TransformationAccessChain( in TEST() 166 TransformationAccessChain( in TEST() 172 TransformationAccessChain( in TEST() 177 ASSERT_FALSE(TransformationAccessChain( in TEST() 184 TransformationAccessChain( in TEST() 190 TransformationAccessChain( in TEST() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/ |
D | transformation_access_chain.h | 28 class TransformationAccessChain : public Transformation { 30 explicit TransformationAccessChain( 31 protobufs::TransformationAccessChain message); 33 TransformationAccessChain( 100 protobufs::TransformationAccessChain message_;
|
D | transformation_access_chain.cpp | 25 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 26 protobufs::TransformationAccessChain message) in TransformationAccessChain() 29 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 49 bool TransformationAccessChain::IsApplicable( in IsApplicable() 209 void TransformationAccessChain::Apply( in Apply() 362 protobufs::Transformation TransformationAccessChain::ToMessage() const { in ToMessage() 368 std::pair<bool, uint32_t> TransformationAccessChain::GetStructIndexValue( in GetStructIndexValue() 396 bool TransformationAccessChain::ValidIndexToComposite( in ValidIndexToComposite() 428 std::unordered_set<uint32_t> TransformationAccessChain::GetFreshIds() const { in GetFreshIds()
|
D | fuzzer_pass_add_access_chains.cpp | 185 ApplyTransformation(TransformationAccessChain( in Apply()
|
D | transformation.cpp | 119 return MakeUnique<TransformationAccessChain>(message.access_chain()); in FromMessage()
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.h | 28 class TransformationAccessChain : public Transformation { 30 explicit TransformationAccessChain( 31 protobufs::TransformationAccessChain message); 33 TransformationAccessChain( 100 protobufs::TransformationAccessChain message_;
|
D | transformation_access_chain.cpp | 25 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 26 protobufs::TransformationAccessChain message) in TransformationAccessChain() 29 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 49 bool TransformationAccessChain::IsApplicable( in IsApplicable() 209 void TransformationAccessChain::Apply( in Apply() 362 protobufs::Transformation TransformationAccessChain::ToMessage() const { in ToMessage() 368 std::pair<bool, uint32_t> TransformationAccessChain::GetStructIndexValue( in GetStructIndexValue() 396 bool TransformationAccessChain::ValidIndexToComposite( in ValidIndexToComposite() 428 std::unordered_set<uint32_t> TransformationAccessChain::GetFreshIds() const { in GetFreshIds()
|
D | fuzzer_pass_add_access_chains.cpp | 185 ApplyTransformation(TransformationAccessChain( in Apply()
|
D | transformation.cpp | 119 return MakeUnique<TransformationAccessChain>(message.access_chain()); in FromMessage()
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/ |
D | transformation_access_chain.h | 28 class TransformationAccessChain : public Transformation { 30 explicit TransformationAccessChain( 31 protobufs::TransformationAccessChain message); 33 TransformationAccessChain( 100 protobufs::TransformationAccessChain message_;
|
D | transformation_access_chain.cpp | 25 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 26 protobufs::TransformationAccessChain message) in TransformationAccessChain() 29 TransformationAccessChain::TransformationAccessChain( in TransformationAccessChain() function in spvtools::fuzz::TransformationAccessChain 49 bool TransformationAccessChain::IsApplicable( in IsApplicable() 209 void TransformationAccessChain::Apply( in Apply() 360 protobufs::Transformation TransformationAccessChain::ToMessage() const { in ToMessage() 366 std::pair<bool, uint32_t> TransformationAccessChain::GetStructIndexValue( in GetStructIndexValue() 394 bool TransformationAccessChain::ValidIndexToComposite( in ValidIndexToComposite() 426 std::unordered_set<uint32_t> TransformationAccessChain::GetFreshIds() const { in GetFreshIds()
|
D | fuzzer_pass_add_access_chains.cpp | 184 ApplyTransformation(TransformationAccessChain( in Apply()
|
D | transformation.cpp | 119 return MakeUnique<TransformationAccessChain>(message.access_chain()); in FromMessage()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 512 TransformationAccessChain access_chain = 38; 569 message TransformationAccessChain { message
|
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 512 TransformationAccessChain access_chain = 38; 569 message TransformationAccessChain { message
|
/external/deqp-deps/SPIRV-Tools/source/fuzz/protobufs/ |
D | spvtoolsfuzz.proto | 512 TransformationAccessChain access_chain = 38; 569 message TransformationAccessChain { message
|