Home
last modified time | relevance | path

Searched refs:OT (Results 1 – 8 of 8) sorted by relevance

/frameworks/compile/slang/
Dslang.h164 OutputType OT);
195 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
Dslang_rs_backend.h85 Slang::OutputType OT,
Dslang_backend.h109 Slang::OutputType OT);
Dslang_rs.h89 Slang::OutputType OT);
Dslang_backend.cpp210 Slang::OutputType OT) in Backend() argument
215 mOT(OT), in Backend()
Dslang_rs.cpp238 Slang::OutputType OT) { in createBackend() argument
245 OT, in createBackend()
Dslang.cpp258 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument
260 &mPragmas, OS, OT); in createBackend()
Dslang_rs_backend.cpp55 Slang::OutputType OT, in RSBackend() argument
59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT), in RSBackend()