Home
last modified time | relevance | path

Searched refs:HlslParseContext (Results 1 – 5 of 5) sorted by relevance

/external/deqp-deps/glslang/hlsl/
DhlslParseHelper.cpp55 HlslParseContext::HlslParseContext(TSymbolTable& symbolTable, TIntermediate& interm, bool parsingBu… in HlslParseContext() function in glslang::HlslParseContext
102 HlslParseContext::~HlslParseContext() in ~HlslParseContext()
106 void HlslParseContext::initializeExtensionBehavior() in initializeExtensionBehavior()
114 void HlslParseContext::setLimits(const TBuiltInResource& r) in setLimits()
125 bool HlslParseContext::parseShaderStrings(TPpContext& ppContext, TInputScanner& input, bool version… in parseShaderStrings()
151 bool HlslParseContext::shouldConvertLValue(const TIntermNode* node) const in shouldConvertLValue()
169 void HlslParseContext::growGlobalUniformBlock(const TSourceLoc& loc, TType& memberType, const TStri… in growGlobalUniformBlock()
185 TLayoutFormat HlslParseContext::getLayoutFromTxType(const TSourceLoc& loc, const TType& txType) in getLayoutFromTxType()
220 bool HlslParseContext::lValueErrorCheck(const TSourceLoc& loc, const char* op, TIntermTyped* node) in lValueErrorCheck()
253 TIntermTyped* HlslParseContext::handleLvalue(const TSourceLoc& loc, const char* op, TIntermTyped*& … in handleLvalue()
[all …]
DhlslParseHelper.h49 class HlslParseContext : public TParseContextBase {
51 HlslParseContext(TSymbolTable&, TIntermediate&, bool parsingBuiltins,
55 virtual ~HlslParseContext();
337 HlslParseContext(HlslParseContext&);
338 HlslParseContext& operator=(HlslParseContext&);
DhlslGrammar.h53 HlslGrammar(HlslScanContext& scanner, HlslParseContext& parseContext) in HlslGrammar()
134HlslParseContext& parseContext; // state of parsing and helper functions for building the interme…
DhlslAttributes.cpp42 …TAttributeType HlslParseContext::attributeFromName(const TString& nameSpace, const TString& name) … in attributeFromName()
/external/deqp-deps/glslang/glslang/MachineIndependent/
DShaderLang.cpp115 …return new HlslParseContext(symbolTable, intermediate, parsingBuiltIns, version, profile, spvVersi… in CreateParseContext()