Home
last modified time | relevance | path

Searched refs:templateArgs (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp182 map<string, string> templateArgs; in makeGraphicsPipeline() local
184 templateArgs.insert(pair<string, string>("VERSION_DECL", versionDecl)); in makeGraphicsPipeline()
191 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
203 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
215 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
227 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
239 string shaderSource(shaderTemplate.specialize(templateArgs)); in makeGraphicsPipeline()
304 map<string, string> templateArgs; in makeComputePipeline() local
308 templateArgs.insert(pair<string, string>("LOCAL_SIZE_X", localSize.str())); in makeComputePipeline()
313 templateArgs.insert(pair<string, string>("LOCAL_SIZE_Y", localSize.str())); in makeComputePipeline()
[all …]
/external/clang/lib/AST/
DDecl.cpp398 const TemplateArgumentList &templateArgs = *specInfo->TemplateArguments; in mergeTemplateLV() local
399 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); in mergeTemplateLV()
479 const TemplateArgumentList &templateArgs = spec->getTemplateArgs(); in mergeTemplateLV() local
480 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); in mergeTemplateLV()
531 const TemplateArgumentList &templateArgs = spec->getTemplateArgs(); in mergeTemplateLV() local
532 LinkageInfo argsLV = getLVForTemplateArgumentList(templateArgs, computation); in mergeTemplateLV()
DASTDumper.cpp1416 dumpTemplateArgumentListInfo(D->templateArgs()); in VisitClassScopeFunctionSpecializationDecl()
/external/clang/include/clang/AST/
DDeclTemplate.h2332 const TemplateArgumentListInfo& templateArgs() const { return TemplateArgs; }
DRecursiveASTVisitor.h1378 const TemplateArgumentListInfo &args = D->templateArgs();
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2531 TemplateArgs = Decl->templateArgs(); in VisitClassScopeFunctionSpecializationDecl()