Searched refs:mOT (Results 1 – 4 of 4) sorted by relevance
/frameworks/compile/slang/ |
D | slang.h | 151 OutputType mOT; variable 240 void setOutputType(OutputType OT) { mOT = OT; } in setOutputType()
|
D | slang_backend.h | 67 Slang::OutputType mOT; variable
|
D | slang.cpp | 245 mOT(OT_Default), mRSContext(nullptr), mAllowRSPrefix(false), mTargetAPI(0), in Slang() 312 switch (mOT) { in setOutput() 413 mBackend.reset(createBackend(Opts, CodeGenOpts, &mOS->os(), mOT)); in compile()
|
D | slang_backend.cpp | 154 if ((mOT != Slang::OT_Assembly) && (mOT != Slang::OT_Object)) in CreateCodeGenPasses() 232 if (mOT == Slang::OT_Object) { in CreateCodeGenPasses() 254 mOT(OT), mGen(nullptr), mPerFunctionPasses(nullptr), in Backend() 346 switch (mOT) { in HandleTranslationUnit()
|