Searched refs:mBitWidth (Results 1 - 4 of 4) sorted by relevance

/frameworks/compile/slang/
H A Drs_cc_options.h55 uint32_t mBitWidth; member in class:slang::RSCCOptions
103 mBitWidth = 32;
H A Dllvm-rs-cc.cpp150 if (Opts.mBitWidth == 64) {
185 Compiler->init(Opts.mBitWidth, DiagEngine, DiagClient);
273 Opts.mBitWidth = 64;
H A Dslang_rs.cpp327 bool CompileSecondTimeFor64Bit = Opts.mEmit3264 && Opts.mBitWidth == 64;
357 if (Opts.mEmit3264 && (Opts.mBitWidth == 32)) {
365 const std::string &outputFileName = (Opts.mBitWidth == 64) ?
H A Drs_cc_options.cpp201 Opts.mBitWidth = 32;
203 Opts.mBitWidth = 64;

Completed in 714 milliseconds