Home
last modified time | relevance | path

Searched refs:templateArgs (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DSymbolEnv.cpp143 return baseName == other.baseName && templateArgs == other.templateArgs; in operator ==()
156 return templateArgs < other.templateArgs; in operator <()
161 return baseName.empty() && templateArgs.empty(); in empty()
167 templateArgs.clear(); in clear()
174 if (templateArgs.empty()) in fullName()
185 buffer.reserve(baseName.rawName().length() + (n + 2) * templateArgs.size() + 1); in fullName()
188 if (!templateArgs.empty()) in fullName()
194 for (const TemplateArg &arg : templateArgs) in fullName()
335 getFunctionOverload(const Name &name, const TType &returnType, size_t paramCount, const TType **paramTypes, size_t templateArgCount, const TemplateArg *templateArgs) getFunctionOverload() argument
354 callFunctionOverload(const Name &name, const TType &returnType, TIntermSequence &args, size_t templateArgCount, const TemplateArg *templateArgs) callFunctionOverload() argument
[all...]
H A DAddExplicitTypeCasts.cpp78 TemplateArg templateArgs[] = {retType.getCols(), retType.getRows()}; variable
80 Name("cast"), retType, *new TIntermSequence{&arg}, 2, templateArgs);
H A DSymbolEnv.h120 std::vector<TemplateArg> templateArgs; member in sh::SymbolEnv::TemplateName
167 const TemplateArg *templateArgs = nullptr);
173 const TemplateArg *templateArgs = nullptr);
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp182 map<string, string> templateArgs; in makeGraphicsPipeline() local
188 templateArgs.insert(pair<string, string>("VERSION_DECL", versionDecl)); in makeGraphicsPipeline()
189 templateArgs.insert(pair<string, string>("TESS_EXTENSION", tessExtension)); in makeGraphicsPipeline()
196 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
208 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
220 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
232 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
244 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
309 map<string, string> templateArgs; in makeComputePipeline() local
313 templateArgs in makeComputePipeline()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dimplementation-visitor.cc4103 std::vector<cpp::TemplateParameter> templateArgs = { in GenerateClass() local
4105 cpp::Class c(std::move(templateArgs), gen_name_); in GenerateClass()

Completed in 12 milliseconds