Searched refs:FunctionName (Results 1 – 8 of 8) sorted by relevance
/frameworks/compile/slang/ |
D | slang_rs_reflection.h | 140 const std::string &FunctionName, int Argc, ...); 144 const std::string &FunctionName, const ArgTy &Args);
|
D | slang_rs_pragma_handler.cpp | 232 void MarkUsed(clang::Preprocessor &PP, const std::string &FunctionName) { in MarkUsed() argument 233 if (FunctionName.empty()) in MarkUsed() 239 if (const clang::IdentifierInfo *II = PP.getIdentifierInfo(FunctionName)) { in MarkUsed()
|
D | slang_rs_reflection.cpp | 2770 const std::string &FunctionName, int Argc, in startFunction() argument 2784 startFunction(AM, IsStatic, ReturnType, FunctionName, Args); in startFunction() 2789 const std::string &FunctionName, in startFunction() argument 2792 << ((ReturnType) ? ReturnType : "") << " " << FunctionName in startFunction()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver.tmpl | 130 {{range $f := SortBy (AllCommands $) "FunctionName"}} 142 {{range $f := SortBy (AllCommands $) "FunctionName"}}
|
/frameworks/native/vulkan/api/templates/ |
D | asciidoc.tmpl | 115 {{Node "Type" $.Return}} VKAPI {{Macro "FunctionName" $}}({{Macro "Parameters" $}});
|
D | vulkan_common.tmpl | 119 {{define "FunctionName"}}{{AssertType $ "Function"}}{{$.Name}}{{end}}
|
D | vulkan_h.tmpl | 293 {{Node "Type" $.Return}} VKAPI {{Macro "FunctionName" $}}({{Macro "Parameters" $}});
|
/frameworks/native/vulkan/libvulkan/ |
D | code-generator.tmpl | 292 {{range $f := SortBy (AllCommands $) "FunctionName"}} 557 {{range $f := SortBy (AllCommands $) "FunctionName"}} 613 {{range $f := SortBy (AllCommands $) "FunctionName"}}
|