Home
last modified time | relevance | path

Searched refs:set_hlsl_options (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/src/sksl/codegen/
DSkSLSPIRVtoHLSL.cpp38 hlslCompiler.set_hlsl_options(optionsHLSL); in SPIRVtoHLSL()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DShaderModuleD3D12.cpp52 compiler.set_hlsl_options(options_hlsl); in GetHLSLSource()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_hlsl.hpp167 void set_hlsl_options(const Options &opts) in set_hlsl_options() function in SPIRV_CROSS_NAMESPACE::CompilerHLSL
Dmain.cpp1328 hlsl->set_hlsl_options(hlsl_opts); in compile_iteration()
Dspirv_cross_c.cpp738 static_cast<CompilerHLSL &>(*compiler->compiler).set_hlsl_options(options->hlsl); in spvc_compiler_install_compiler_options()