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

  /external/deqp-deps/glslang/hlsl/
hlslAttributes.cpp 42 TAttributeType HlslParseContext::attributeFromName(const TString& nameSpace, const TString& name) const
hlslGrammar.h 53 HlslGrammar(HlslScanContext& scanner, HlslParseContext& parseContext)
134 HlslParseContext& parseContext; // state of parsing and helper functions for building the intermediate
hlslParseHelper.cpp 55 HlslParseContext::HlslParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBuiltins,
102 HlslParseContext::~HlslParseContext()
106 void HlslParseContext::initializeExtensionBehavior()
114 void HlslParseContext::setLimits(const TBuiltInResource& r)
125 bool HlslParseContext::parseShaderStrings(TPpContext& ppContext, TInputScanner& input, bool versionWillBeError)
151 bool HlslParseContext::shouldConvertLValue(const TIntermNode* node) const
169 void HlslParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TString& memberName,
185 TLayoutFormat HlslParseContext::getLayoutFromTxType(const TSourceLoc& loc, const TType& txType
    [all...]
hlslParseHelper.h 49 class HlslParseContext : public TParseContextBase {
51 HlslParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins,
55 virtual ~HlslParseContext();
337 HlslParseContext(HlslParseContext&);
338 HlslParseContext& operator=(HlslParseContext&);
481 // HlslParseContext::handleSamplerTextureCombine is removed.
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ShaderLang.cpp 115 return new HlslParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersion,
    [all...]

Completed in 52 milliseconds