Lines Matching refs:TSourceLoc
135 const glslang::TSourceLoc& sourceLoc = input.getSourceLoc(); in parseShaderStrings()
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()
522 void HlslParseContext::handlePragma(const TSourceLoc& loc, const TVector<TString>& tokens) in handlePragma()
569 bool HlslParseContext::parseMatrixSwizzleSelector(const TSourceLoc& loc, const TString& fields, int… in parseMatrixSwizzleSelector()
647 TIntermTyped* HlslParseContext::handleVariable(const TSourceLoc& loc, const TString* string) in handleVariable()
722 TIntermTyped* HlslParseContext::handleBracketOperator(const TSourceLoc& loc, TIntermTyped* base, TI… in handleBracketOperator()
796 TIntermTyped* HlslParseContext::handleBracketDereference(const TSourceLoc& loc, TIntermTyped* base,… in handleBracketDereference()
874 TIntermTyped* HlslParseContext::handleBinaryMath(const TSourceLoc& loc, const char* str, TOperator … in handleBinaryMath()
885 TIntermTyped* HlslParseContext::handleUnaryMath(const TSourceLoc& loc, const char* str, TOperator o… in handleUnaryMath()
931 TIntermTyped* HlslParseContext::handleDotDereference(const TSourceLoc& loc, TIntermTyped* base, con… in handleDotDereference()
1069 bool HlslParseContext::isBuiltInMethod(const TSourceLoc&, TIntermTyped* base, const TString& field) in isBuiltInMethod() argument
1582 void HlslParseContext::handleFunctionDeclarator(const TSourceLoc& loc, TFunction& function, bool pr… in handleFunctionDeclarator()
1615 void HlslParseContext::addStructBufferHiddenCounterParam(const TSourceLoc& loc, TParameter& param, in addStructBufferHiddenCounterParam()
1641 TIntermAggregate* HlslParseContext::handleFunctionDefinition(const TSourceLoc& loc, TFunction& func… in handleFunctionDefinition()
1739 void HlslParseContext::handleEntryPointAttributes(const TSourceLoc& loc, const TAttributes& attribu… in handleEntryPointAttributes()
1888 void HlslParseContext::transferTypeAttributes(const TSourceLoc& loc, const TAttributes& attributes,… in transferTypeAttributes()
1940 TSourceLoc loc; in transferTypeAttributes()
1985 TIntermNode* HlslParseContext::transformEntryPoint(const TSourceLoc& loc, TFunction& userFunction, in transformEntryPoint()
2171 void HlslParseContext::handleFunctionBody(const TSourceLoc& loc, TFunction& function, TIntermNode* … in handleFunctionBody()
2329 TIntermNode* HlslParseContext::handleReturnValue(const TSourceLoc& loc, TIntermTyped* value) in handleReturnValue()
2365 TIntermTyped* HlslParseContext::assignPosition(const TSourceLoc& loc, TOperator op, in assignPosition()
2426 TIntermAggregate* HlslParseContext::assignClipCullDistance(const TSourceLoc& loc, TOperator op, int… in assignClipCullDistance()
2660 TIntermTyped* HlslParseContext::handleAssign(const TSourceLoc& loc, TOperator op, TIntermTyped* lef… in handleAssign()
3009 TIntermTyped* HlslParseContext::handleAssignToMatrixSwizzle(const TSourceLoc& loc, TOperator op, TI… in handleAssignToMatrixSwizzle()
3071 TOperator HlslParseContext::mapAtomicOp(const TSourceLoc& loc, TOperator op, bool isImage) in mapAtomicOp()
3092 TIntermAggregate* HlslParseContext::handleSamplerTextureCombine(const TSourceLoc& loc, TIntermTyped… in handleSamplerTextureCombine()
3181 void HlslParseContext::counterBufferType(const TSourceLoc& loc, TType& type) in counterBufferType()
3199 void HlslParseContext::declareStructBufferCounter(const TSourceLoc& loc, const TType& bufferType, c… in declareStructBufferCounter()
3221 TIntermTyped* HlslParseContext::getStructBufferCounter(const TSourceLoc& loc, TIntermTyped* buffer) in getStructBufferCounter()
3243 void HlslParseContext::decomposeStructBufferMethods(const TSourceLoc& loc, TIntermTyped*& node, TIn… in decomposeStructBufferMethods()
3645 void HlslParseContext::decomposeSampleMethods(const TSourceLoc& loc, TIntermTyped*& node, TIntermNo… in decomposeSampleMethods()
4518 void HlslParseContext::decomposeGeometryMethods(const TSourceLoc& loc, TIntermTyped*& node, TInterm… in decomposeGeometryMethods()
4580 void HlslParseContext::decomposeIntrinsic(const TSourceLoc& loc, TIntermTyped*& node, TIntermNode* … in decomposeIntrinsic()
5249 TIntermTyped* HlslParseContext::handleFunctionCall(const TSourceLoc& loc, TFunction* function, TInt… in handleFunctionCall()
5451 void HlslParseContext::addGenMulArgumentConversion(const TSourceLoc& loc, TFunction& call, TIntermT… in addGenMulArgumentConversion()
5599 void HlslParseContext::expandArguments(const TSourceLoc& loc, const TFunction& function, TIntermTyp… in expandArguments()
5676 const TSourceLoc& loc = intermNode.getLoc(); in addOutputArgumentConversions()
5763 void HlslParseContext::addStructBuffArguments(const TSourceLoc& loc, TIntermAggregate*& aggregate) in addStructBuffArguments()
5812 void HlslParseContext::builtInOpCheck(const TSourceLoc& loc, const TFunction& fnCandidate, TIntermO… in builtInOpCheck()
5963 TFunction* HlslParseContext::makeConstructorCall(const TSourceLoc& loc, const TType& type) in makeConstructorCall()
5981 void HlslParseContext::handleSemantic(TSourceLoc loc, TQualifier& qualifier, TBuiltInVariable built… in handleSemantic()
6045 void HlslParseContext::handlePackOffset(const TSourceLoc& loc, TQualifier& qualifier, const glslang… in handlePackOffset()
6085 void HlslParseContext::handleRegister(const TSourceLoc& loc, TQualifier& qualifier, const glslang::… in handleRegister()
6173 TIntermTyped* HlslParseContext::convertConditionalExpression(const TSourceLoc& loc, TIntermTyped* c… in convertConditionalExpression()
6188 void HlslParseContext::assignError(const TSourceLoc& loc, const char* op, TString left, TString rig… in assignError()
6197 void HlslParseContext::unaryOpError(const TSourceLoc& loc, const char* op, TString operand) in unaryOpError()
6207 void HlslParseContext::binaryOpError(const TSourceLoc& loc, const char* op, TString left, TString r… in binaryOpError()
6266 void HlslParseContext::globalCheck(const TSourceLoc& loc, const char* token) in globalCheck()
6284 bool HlslParseContext::constructorError(const TSourceLoc& loc, TIntermNode* node, TFunction& functi… in constructorError()
6489 bool HlslParseContext::voidErrorCheck(const TSourceLoc& loc, const TString& identifier, const TBasi… in voidErrorCheck()
6502 void HlslParseContext::globalQualifierFix(const TSourceLoc&, TQualifier& qualifier) in globalQualifierFix() argument
6576 void HlslParseContext::arraySizeCheck(const TSourceLoc& loc, TIntermTyped* expr, TArraySize& sizePa… in arraySizeCheck()
6612 void HlslParseContext::arraySizeRequiredCheck(const TSourceLoc& loc, const TArraySizes& arraySizes) in arraySizeRequiredCheck()
6618 void HlslParseContext::structArrayCheck(const TSourceLoc& /*loc*/, const TType& type) in structArrayCheck() argument
6632 void HlslParseContext::declareArray(const TSourceLoc& loc, const TString& identifier, const TType& … in declareArray()
6686 void HlslParseContext::fixConstInit(const TSourceLoc& loc, const TString& identifier, TType& type, in fixConstInit()
6711 TSymbol* HlslParseContext::redeclareBuiltinVariable(const TSourceLoc& /*loc*/, const TString& ident… in redeclareBuiltinVariable() argument
6724 TIntermTyped* HlslParseContext::indexStructBufferContent(const TSourceLoc& loc, TIntermTyped* buffe… in indexStructBufferContent()
6839 void HlslParseContext::specializationCheck(const TSourceLoc& loc, const TType& type, const char* op) in specializationCheck()
6851 void HlslParseContext::setLayoutQualifier(const TSourceLoc& loc, TQualifier& qualifier, TString& id) in setLayoutQualifier()
7007 void HlslParseContext::setLayoutQualifier(const TSourceLoc& loc, TQualifier& qualifier, TString& id, in setLayoutQualifier()
7197 void HlslParseContext::setSpecConstantId(const TSourceLoc& loc, TQualifier& qualifier, int value) in setSpecConstantId()
7284 const TFunction* HlslParseContext::findFunction(const TSourceLoc& loc, TFunction& call, bool& built… in findFunction()
7570 void HlslParseContext::declareTypedef(const TSourceLoc& loc, const TString& identifier, const TType… in declareTypedef()
7580 void HlslParseContext::declareStruct(const TSourceLoc& loc, TString& structName, TType& type) in declareStruct()
7706 TIntermNode* HlslParseContext::declareVariable(const TSourceLoc& loc, const TString& identifier, TT… in declareVariable()
7814 TIntermSymbol* HlslParseContext::makeInternalVariableNode(const TSourceLoc& loc, const char* name, in makeInternalVariableNode()
7829 TVariable* HlslParseContext::declareNonArray(const TSourceLoc& loc, const TString& identifier, cons… in declareNonArray()
7854 TIntermNode* HlslParseContext::executeInitializer(const TSourceLoc& loc, TIntermTyped* initializer,… in executeInitializer()
7956 TIntermTyped* HlslParseContext::convertInitializerList(const TSourceLoc& loc, const TType& type, in convertInitializerList()
8102 void HlslParseContext::lengthenList(const TSourceLoc& loc, TIntermSequence& list, int size, TInterm… in lengthenList()
8118 TIntermTyped* HlslParseContext::handleConstructor(const TSourceLoc& loc, TIntermTyped* node, const … in handleConstructor()
8156 TIntermTyped* HlslParseContext::addConstructor(const TSourceLoc& loc, TIntermTyped* node, const TTy… in addConstructor()
8255 const TSourceLoc& loc, bool subset) in constructBuiltIn()
8474 const TSourceLoc& loc) in constructAggregate()
8491 void HlslParseContext::declareBlock(const TSourceLoc& loc, TType& type, const TString* instanceName) in declareBlock()
8516 const TSourceLoc& memberLoc = typeList[member].loc; in declareBlock()
8570 const TSourceLoc& memberLoc = typeList[member].loc; in declareBlock()
8650 void HlslParseContext::fixBlockLocations(const TSourceLoc& loc, TQualifier& qualifier, TTypeList& t… in fixBlockLocations()
8673 const TSourceLoc& memberLoc = typeList[member].loc; in fixBlockLocations()
8735 const TSourceLoc& memberLoc = typeList[member].loc; in fixBlockUniformOffsets()
8775 void HlslParseContext::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, const TS… in addQualifierToExisting()
8818 void HlslParseContext::addQualifierToExisting(const TSourceLoc& loc, TQualifier qualifier, TIdentif… in addQualifierToExisting()
8827 bool HlslParseContext::handleInputGeometry(const TSourceLoc& loc, const TLayoutGeometry& geometry) in handleInputGeometry()
8852 bool HlslParseContext::handleOutputGeometry(const TSourceLoc& loc, const TLayoutGeometry& geometry) in handleOutputGeometry()
8879 void HlslParseContext::handleSelectionAttributes(const TSourceLoc& loc, TIntermSelection* selection, in handleSelectionAttributes()
8903 void HlslParseContext::handleSwitchAttributes(const TSourceLoc& loc, TIntermSwitch* selection, in handleSwitchAttributes()
8927 void HlslParseContext::handleLoopAttributes(const TSourceLoc& loc, TIntermLoop* loop, in handleLoopAttributes()
8952 void HlslParseContext::updateStandaloneQualifierDefaults(const TSourceLoc& loc, const TPublicType& … in updateStandaloneQualifierDefaults()
9089 TIntermNode* HlslParseContext::addSwitch(const TSourceLoc& loc, TIntermTyped* expression, in addSwitch()
9393 …lParseContext::setTextureReturnType(TSampler& sampler, const TType& retType, const TSourceLoc& loc) in setTextureReturnType()
9509 const TFunction* HlslParseContext::findPatchConstantFunction(const TSourceLoc& loc) in findPatchConstantFunction()
9544 TSourceLoc loc; in addPatchConstantInvocation()
9931 TSourceLoc loc; in finalizeAppendMethods()