HomeSort by relevance Sort by last modified time
    Searched refs:mOutputType (Results 1 - 5 of 5) sorted by null

  /frameworks/compile/slang/
rs_cc_options.h 52 slang::Slang::OutputType mOutputType;
112 mOutputType = slang::Slang::OT_Bitcode;
rs_cc_options.cpp 151 Opts.mOutputType = Slang::OT_Dependency;
156 Opts.mOutputType = Slang::OT_Bitcode;
161 Opts.mOutputType = Slang::OT_Bitcode;
172 Opts.mOutputType = Slang::OT_Assembly;
176 Opts.mOutputType = Slang::OT_LLVMAssembly;
180 Opts.mOutputType = Slang::OT_Bitcode;
184 Opts.mOutputType = Slang::OT_Nothing;
191 if (Opts.mEmitDependency && ((Opts.mOutputType != Slang::OT_Bitcode) &&
192 (Opts.mOutputType != Slang::OT_Dependency)))
llvm-rs-cc.cpp 167 Opts.mOutputType,
178 if (Opts.mOutputType == slang::Slang::OT_Dependency) {
slang.cpp 601 setOutputType(Opts.mOutputType);
634 bool SuppressAllWarnings = (Opts.mOutputType != Slang::OT_Dependency);
686 if (Opts.mOutputType != Slang::OT_Dependency) {
729 if ((Opts.mOutputType == Slang::OT_Bitcode) &&
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 57 private FrameType mOutputType;
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 252 milliseconds