Searched refs:SpvOptions (Results 1 - 10 of 10) sorted by relevance
/third_party/glslang/SPIRV/ |
H A D | GlslangToSpv.h | 46 struct SpvOptions { struct 61 SpvOptions* options = nullptr); 63 spv::SpvBuildLogger* logger, SpvOptions* options = nullptr);
|
H A D | SpvTools.h | 74 spv::SpvBuildLogger*, const SpvOptions*);
|
H A D | SpvTools.cpp | 176 spv::SpvBuildLogger* logger, const SpvOptions* options) in SpirvToolsTransform()
|
H A D | GlslangToSpv.cpp | 125 glslang::SpvOptions& options); 240 glslang::SpvOptions& options; 1535 spv::SpvBuildLogger* buildLogger, glslang::SpvOptions& options) : in TGlslangToSpvTraverser() 10162 void GlslangToSpv(const TIntermediate& intermediate, std::vector<unsigned int>& spirv, SpvOptions* options) in GlslangToSpv() 10169 spv::SpvBuildLogger* logger, SpvOptions* options) in GlslangToSpv() 10176 SpvOptions defaultOptions; in GlslangToSpv()
|
/third_party/glslang/SPIRV/CInterface/ |
H A D | spirv_c_interface.cpp | 39 static_assert(sizeof(glslang_spv_options_t) == sizeof(glslang::SpvOptions), ""); 98 glslang::GlslangToSpv(*intermediate, program->spirv, &logger, reinterpret_cast<glslang::SpvOptions*>(spv_options)); in glslang_program_SPIRV_generate_with_options()
|
/third_party/ffmpeg/libavfilter/ |
H A D | glslang.cpp | 199 SpvOptions options; /* Options - by default all optimizations are off */ in glslang_compile()
|
/third_party/glslang/glslang/OSDependent/Web/ |
H A D | glslang.js.cpp | 249 glslang::SpvOptions spvOptions; in convert_glsl_to_spirv()
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | Util.cpp | 167 glslang::SpvOptions options; in compileGLSLtoSPIRV()
|
/third_party/glslang/gtests/ |
H A D | TestFixture.h | 726 glslang::SpvOptions& options() { return spirvOptions; } in options() 733 glslang::SpvOptions spirvOptions;
|
/third_party/glslang/StandAlone/ |
H A D | StandAlone.cpp | 1525 glslang::SpvOptions spvOptions;
|
Completed in 21 milliseconds