Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang.h162 OutputType OT);
192 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
Dslang_rs_backend.h80 Slang::OutputType OT,
Dslang_rs.h87 Slang::OutputType OT);
Dslang_backend.h109 Slang::OutputType OT);
Dslang_backend.cpp209 Slang::OutputType OT) in Backend() argument
214 mOT(OT), in Backend()
Dslang_rs.cpp225 Slang::OutputType OT) { in createBackend() argument
232 OT, in createBackend()
Dslang.cpp251 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument
253 &mPragmas, OS, OT); in createBackend()
Dslang_rs_backend.cpp54 Slang::OutputType OT, in RSBackend() argument
57 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT), in RSBackend()