/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | reduce_test_util.cpp | 97 void DumpShader(opt::IRContext* context, const char* filename) { in DumpShader() function 100 DumpShader(binary, filename); in DumpShader() 103 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function
|
D | reduce_test_util.h | 67 void DumpShader(opt::IRContext* context, const char* filename); 70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|
D | reducer_test.cpp | 229 DumpShader(binary, ss.str().c_str()); in InterestingWhileOpcodeExists()
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | reduce_test_util.cpp | 97 void DumpShader(opt::IRContext* context, const char* filename) { in DumpShader() function 100 DumpShader(binary, filename); in DumpShader() 103 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function
|
D | reduce_test_util.h | 67 void DumpShader(opt::IRContext* context, const char* filename); 70 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|
D | reducer_test.cpp | 229 DumpShader(binary, ss.str().c_str()); in InterestingWhileOpcodeExists()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.h | 74 void DumpShader(opt::IRContext* context, const char* filename); 77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|
D | fuzz_test_util.cpp | 121 void DumpShader(opt::IRContext* context, const char* filename) { in DumpShader() function 124 DumpShader(binary, filename); in DumpShader() 127 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function
|
/external/deqp-deps/SPIRV-Tools/test/fuzz/ |
D | fuzz_test_util.h | 74 void DumpShader(opt::IRContext* context, const char* filename); 77 void DumpShader(const std::vector<uint32_t>& binary, const char* filename);
|
D | fuzz_test_util.cpp | 121 void DumpShader(opt::IRContext* context, const char* filename) { in DumpShader() function 124 DumpShader(binary, filename); in DumpShader() 127 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function
|
/external/swiftshader/third_party/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 249 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function 259 void DumpShader(spvtools::opt::IRContext* context, const char* filename) { in DumpShader() function 262 DumpShader(binary, filename); in DumpShader()
|
/external/deqp-deps/SPIRV-Tools/tools/reduce/ |
D | reduce.cpp | 249 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function 259 void DumpShader(spvtools::opt::IRContext* context, const char* filename) { in DumpShader() function 262 DumpShader(binary, filename); in DumpShader()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 605 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function 615 void DumpShader(spvtools::opt::IRContext* context, const char* filename) { in DumpShader() function 618 DumpShader(binary, filename); in DumpShader()
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 605 void DumpShader(const std::vector<uint32_t>& binary, const char* filename) { in DumpShader() function 615 void DumpShader(spvtools::opt::IRContext* context, const char* filename) { in DumpShader() function 618 DumpShader(binary, filename); in DumpShader()
|