Searched refs:OT (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang.h | 162 OutputType OT); 192 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType() argument
|
D | slang_rs_backend.h | 80 Slang::OutputType OT,
|
D | slang_rs.h | 87 Slang::OutputType OT);
|
D | slang_backend.h | 109 Slang::OutputType OT);
|
D | slang_backend.cpp | 209 Slang::OutputType OT) in Backend() argument 214 mOT(OT), in Backend()
|
D | slang_rs.cpp | 225 Slang::OutputType OT) { in createBackend() argument 232 OT, in createBackend()
|
D | slang.cpp | 251 llvm::raw_ostream *OS, OutputType OT) { in createBackend() argument 253 &mPragmas, OS, OT); in createBackend()
|
D | slang_rs_backend.cpp | 54 Slang::OutputType OT, in RSBackend() argument 57 : Backend(DiagEngine, CodeGenOpts, TargetOpts, Pragmas, OS, OT), in RSBackend()
|