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

/frameworks/compile/slang/
H A Drs_cc_options.cpp126 Opts.mOutputType = slang::Slang::OT_Dependency;
131 Opts.mOutputType = slang::Slang::OT_Bitcode;
141 Opts.mOutputType = slang::Slang::OT_Assembly;
145 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
149 Opts.mOutputType = slang::Slang::OT_Bitcode;
153 Opts.mOutputType = slang::Slang::OT_Nothing;
163 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
164 (Opts.mOutputType != slang::Slang::OT_Dependency)))
H A Drs_cc_options.h49 slang::Slang::OutputType mOutputType; member in class:slang::RSCCOptions
102 mOutputType = slang::Slang::OT_Bitcode;
H A Dslang_rs.cpp301 setOutputType(Opts.mOutputType);
325 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency);
362 if (Opts.mOutputType != Slang::OT_Dependency && doReflection) {
400 if ((Opts.mOutputType == Slang::OT_Bitcode) &&
H A Dllvm-rs-cc.cpp174 if (Opts.mOutputType == slang::Slang::OT_Dependency) {
/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 1366 milliseconds