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

  /external/chromium_org/third_party/angle/src/compiler/
TranslatorHLSL.cpp 13 : TCompiler(type, spec), mOutputType(output)
20 sh::OutputHLSL outputHLSL(parseContext, getResources(), mOutputType);
TranslatorHLSL.h 24 ShShaderOutput mOutputType;
OutputHLSL.cpp 32 : TIntermTraverser(true, true, true), mContext(context), mOutputType(outputType)
90 if (mOutputType == SH_HLSL9_OUTPUT)
167 if (mOutputType == SH_HLSL11_OUTPUT && IsSampler(type.getBasicType())) // Also declare the texture
262 if (mOutputType == SH_HLSL11_OUTPUT)
315 if (mOutputType == SH_HLSL9_OUTPUT)
323 else if (mOutputType == SH_HLSL11_OUTPUT)
336 if (mOutputType == SH_HLSL9_OUTPUT)
344 else if (mOutputType == SH_HLSL11_OUTPUT)
357 if (mOutputType == SH_HLSL9_OUTPUT)
370 else if (mOutputType == SH_HLSL11_OUTPUT
    [all...]
OutputHLSL.h 74 const ShShaderOutput mOutputType;
  /frameworks/compile/slang/
llvm-rs-cc.cpp 127 slang::Slang::OutputType mOutputType;
167 mOutputType = slang::Slang::OT_Bitcode;
227 Opts.mOutputType = slang::Slang::OT_Dependency;
232 Opts.mOutputType = slang::Slang::OT_Bitcode;
244 Opts.mOutputType = slang::Slang::OT_Assembly;
248 Opts.mOutputType = slang::Slang::OT_LLVMAssembly;
252 Opts.mOutputType = slang::Slang::OT_Bitcode;
256 Opts.mOutputType = slang::Slang::OT_Nothing;
266 ((Opts.mOutputType != slang::Slang::OT_Bitcode) &&
267 (Opts.mOutputType != slang::Slang::OT_Dependency))
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 54 private FrameType mOutputType;
106 mOutputType = FrameType.image2D(FrameType.ELEMENT_RGBA8888, FrameType.WRITE_GPU);
118 .addOutputPort("video", Signature.PORT_REQUIRED, mOutputType)
221 FrameImage2D outputFrame = Frame.create(mOutputType, dims).asFrameImage2D();

Completed in 160 milliseconds