Home
last modified time | relevance | path

Searched refs:getParam (Results 26 - 40 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DAstHelpers.cpp94 const TVariable *var = src.getParam(i); in AddParametersFrom()
H A DEmitMetal.cpp1738 const TVariable &param = *func.getParam(i);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DUtilsHLSL.cpp1105 DisambiguateFunctionNameForParameterType(func->getParam(i)->getType(), in DisambiguateFunctionName()
H A DSymbol.h326 const TVariable *getParam(size_t i) const { return mParameters[i]; } in getParam() function in sh::TFunction
H A DOutputTree.cpp395 const TVariable *param = node->getFunction()->getParam(i); in visitFunctionPrototype()
H A DParseContext.cpp2049 TQualifier qual = fnCandidate->getParam(i)->getType().getQualifier(); in functionCallRValueLValueErrorCheck()
3830 const TVariable *param = function.getParam(i); in createPrototypeNodeFromFunction()
3961 const TVariable *param = function->getParam(i); in parseFunctionDeclarator()
4010 if (prevDec->getParam(i)->getType().getQualifier() != in parseFunctionDeclarator()
4011 function->getParam(i)->getType().getQualifier()) in parseFunctionDeclarator()
4015 function->getParam(i)->getType().getQualifierString()); in parseFunctionDeclarator()
6830 const TType &functionParameterType = functionDefinition->getParam(i)->getType(); in checkImageMemoryAccessForUserDefinedFunctions()
H A DOutputSPIRV.cpp2045 const TType &paramType = function->getParam(paramIndex)->getType(); in createFunctionCall()
2113 const TType &paramType = function->getParam(paramIndex)->getType(); in createFunctionCall()
2128 accessChainStore(&param, tempVarValue, function->getParam(paramIndex)->getType()); in createFunctionCall()
3318 const TType &samplerType = function->getParam(0)->getType(); in createImageTextureBuiltIn()
5544 const TVariable *paramVariable = function->getParam(paramIndex); in visitFunctionDefinition()
5655 const TType &paramType = function->getParam(paramIndex)->getType(); in visitFunctionPrototype()
H A DOutputGLSLBase.cpp443 const TVariable *param = func->getParam(i); in writeFunctionParameters()
H A DOutputHLSL.cpp2218 const TVariable *param = func->getParam(i); in visitFunctionDefinition()
2351 writeParameter(func->getParam(i), out); in visitFunctionPrototype()
H A DIntermNode.cpp756 const TVariable *paramVariable = mFunction->getParam(paramIndex); in propagatePrecision()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DIntermTraverse.cpp680 node->getFunction()->getParam(paramIndex)->getType().getQualifier(); in traverseAggregate()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DValidateLimitations.cpp437 const TParameter& param = function->getParam(*i); in validateFunctionCall()
H A DSymbolTable.h183 const TParameter& getParam(int i) const { return parameters[i]; } in getParam() function in TFunction
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A DFrameCapture.h66 ParamCapture &getParam(const char *paramName, ParamType paramType, int index);
67 const ParamCapture &getParam(const char *paramName, ParamType paramType, int index) const;
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/apple/
H A DRewriteRowMajorMatrices.cpp795 const TVariable *param = function->getParam(argIndex); in determineAccess()

Completed in 41 milliseconds

12