Searched refs:OT (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang.h | 164 OutputType OT); 195 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
|
D | slang_rs_backend.h | 85 Slang::OutputType OT,
|
D | slang_backend.h | 109 Slang::OutputType OT);
|
D | slang_rs.h | 89 Slang::OutputType OT);
|
D | slang_backend.cpp | 210 Slang::OutputType OT) in Backend() argument 215 mOT(OT), in Backend()
|
D | slang_rs.cpp | 238 Slang::OutputType OT) { in createBackend() argument 245 OT, in createBackend()
|
D | slang.cpp | 258 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument 260 &mPragmas, OS, OT); in createBackend()
|
D | slang_rs_backend.cpp | 55 Slang::OutputType OT, in RSBackend() argument 59 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT), in RSBackend()
|