Home
last modified time | relevance | path

Searched refs:paramTypes (Results 1 - 16 of 16) sorted by relevance

/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetICU.java207 Class<?>[] paramTypes = new Class<?>[]{ String.class, String.class, String[].class}; in getCharset()
208 final Constructor<? extends CharsetICU> c = cs.getConstructor(paramTypes); in getCharset()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dscriptgenerator.py362 paramTypes = [param.text for param in cmdinfo.elem.findall('param/type')]
363 for param_type in paramTypes:
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp617 Id Builder::makeFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeFunctionType() argument
623 if (type->getIdOperand(0) != returnType || (int)paramTypes.size() != type->getNumOperands() - 1) in makeFunctionType()
626 for (int p = 0; p < (int)paramTypes.size(); ++p) { in makeFunctionType()
627 if (paramTypes[p] != type->getIdOperand(p + 1)) { in makeFunctionType()
640 assert(getTypeClass(returnType) == OpTypeVoid && paramTypes.size() == 0); in makeFunctionType()
653 for (int p = 0; p < (int)paramTypes.size(); ++p) in makeFunctionType()
654 type->addIdOperand(paramTypes[p]); in makeFunctionType()
661 Id debugTypeId = makeDebugFunctionType(returnType, paramTypes); in makeFunctionType()
668 Id Builder::makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes) in makeDebugFunctionType() argument
678 for (auto const paramType : paramTypes) { in makeDebugFunctionType()
2094 makeFunctionEntry(Decoration precision, Id returnType, const char* name, LinkageType linkType, const std::vector<Id>& paramTypes, const std::vector<std::vector<Decoration>>& decorations, Block** entry) makeFunctionEntry() argument
2133 setupDebugFunctionEntry(Function* function, const char* name, int line, const std::vector<Id>& paramTypes, const std::vector<char const*>& paramNames) setupDebugFunctionEntry() argument
[all...]
H A DSpvBuilder.h202 Id makeFunctionType(Id returnType, const std::vector<Id>& paramTypes);
236 Id makeDebugFunctionType(Id returnType, const std::vector<Id>& paramTypes);
241 const std::vector<Id>& paramTypes,
424 const std::vector<Id>& paramTypes,
H A DGlslangToSpv.cpp5464 std::vector<spv::Id> paramTypes; in makeFunctions() local
5487 paramTypes.push_back(typeId); in makeFunctions()
5497 glslFunction->getName().c_str(), convertGlslangLinkageToSpv(glslFunction->getLinkType()), paramTypes, in makeFunctions()
5500 paramTypes, paramNames); in makeFunctions()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp338 const TType **paramTypes, in getFunctionOverload()
347 mReusableSigBuffer.push_back(*paramTypes[i]); in getFunctionOverload()
335 getFunctionOverload(const Name &name, const TType &returnType, size_t paramCount, const TType **paramTypes, size_t templateArgCount, const TemplateArg *templateArgs) getFunctionOverload() argument
H A DSymbolEnv.h165 const TType **paramTypes,
/third_party/vk-gl-cts/modules/gles3/performance/
H A Des3pShaderOperatorTests.cpp1367 const glu::DataType paramTypes[MAX_PARAMS],
1428 const glu::DataType paramTypes[MAX_PARAMS],
1445 m_paramTypes[i] = paramTypes[i];
2274 DataType paramTypes[FunctionCase::MAX_PARAMS];
2276 paramTypes[i] = types[i+1];
2307 types[0], paramTypes,
/third_party/vk-gl-cts/modules/gles2/performance/
H A Des2pShaderOperatorTests.cpp1363 const glu::DataType paramTypes[MAX_PARAMS],
1424 const glu::DataType paramTypes[MAX_PARAMS],
1441 m_paramTypes[i] = paramTypes[i];
2229 DataType paramTypes[FunctionCase::MAX_PARAMS];
2231 paramTypes[i] = types[i+1];
2262 types[0], paramTypes,
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DNucleus.hpp174 static void createFunction(Type *returnType, const std::vector<Type *> &paramTypes);
H A DSubzeroReactor.cpp64 Ice::Cfg *createFunction(Ice::GlobalContext *context, Ice::Type returnType, const std::vector<Ice::Type> &paramTypes) in createFunction() argument
73 for(auto type : paramTypes) in createFunction()
1129 void Nucleus::createFunction(Type *returnType, const std::vector<Type *> &paramTypes)
1137 ::function = sz::createFunction(::context, T(returnType), T(paramTypes));
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-charset-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/ibm/ com/ibm/icu/ ...
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]

Completed in 135 milliseconds