Searched refs:mOutputType (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/
H A Drs_cc_options.cpp148 Opts.mOutputType = Slang::OT_Dependency;
153 Opts.mOutputType = Slang::OT_Bitcode;
163 Opts.mOutputType = Slang::OT_Assembly;
167 Opts.mOutputType = Slang::OT_LLVMAssembly;
171 Opts.mOutputType = Slang::OT_Bitcode;
175 Opts.mOutputType = Slang::OT_Nothing;
182 if (Opts.mEmitDependency && ((Opts.mOutputType != Slang::OT_Bitcode) &&
183 (Opts.mOutputType != Slang::OT_Dependency)))
H A Drs_cc_options.h52 slang::Slang::OutputType mOutputType; member in class:slang::RSCCOptions
105 mOutputType = slang::Slang::OT_Bitcode;
H A Dllvm-rs-cc.cpp157 Opts.mOutputType,
168 if (Opts.mOutputType == slang::Slang::OT_Dependency) {
H A Dslang.cpp616 setOutputType(Opts.mOutputType);
648 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency);
687 if (Opts.mOutputType != Slang::OT_Dependency && doReflection) {
726 if ((Opts.mOutputType == Slang::OT_Bitcode) &&
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DCamera2Source.java57 private FrameType mOutputType; field in class:Camera2Source
112 mOutputType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.WRITE_GPU);
124 .addOutputPort("video", Signature.PORT_REQUIRED, mOutputType)
232 FrameImage2D outputFrame = Frame.create(mOutputType, dims).asFrameImage2D();

Completed in 8735 milliseconds