Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DPathHeader.java1050 static Map<String, Transform<String, String>> functionMap = new HashMap<>();
1073 functionMap.put("month", new Transform<String, String>() {
1081 functionMap.put("count", new Transform<String, String>() {
1088 functionMap.put("count2", new Transform<String, String>() {
1098 functionMap.put("currencySymbol", new Transform<String, String>() {
1111 functionMap.put("unitCount", new Transform<String, String>() {
1127 functionMap.put("day", new Transform<String, String>() {
1135 functionMap.put("dayPeriod", new Transform<String, String>() {
1148 functionMap.put("calendar", new Transform<String, String>() {
1164 functionMap.put("calField", new Transform<String, String>() {
[all …]
/external/angle/src/compiler/translator/tree_ops/vulkan/
DMonomorphizeUnsupportedFunctionsInVulkanGLSL.cpp247 FunctionMap *functionMap) in MonomorphizeTraverser() argument
251 mFunctionMap(functionMap) in MonomorphizeTraverser()
402 const FunctionMap &functionMap) in UpdateFunctionsDefinitionsTraverser() argument
403 : TIntermTraverser(true, false, false, symbolTable), mFunctionMap(functionMap) in UpdateFunctionsDefinitionsTraverser()
520 FunctionMap functionMap; in MonomorphizeUnsupportedFunctionsInVulkanGLSL() local
521 InitializeFunctionMap(root, &functionMap); in MonomorphizeUnsupportedFunctionsInVulkanGLSL()
523 MonomorphizeTraverser monomorphizer(compiler, symbolTable, compileOptions, &functionMap); in MonomorphizeUnsupportedFunctionsInVulkanGLSL()
536 UpdateFunctionsDefinitionsTraverser functionUpdater(symbolTable, functionMap); in MonomorphizeUnsupportedFunctionsInVulkanGLSL()
DReplaceForShaderFramebufferFetch.cpp352 std::map<InputType, TFunction *> *functionMap, in CreateSubpassLoadFuncCall() argument
359 TFunction **currentFunc = &(*functionMap)[inputType]; in CreateSubpassLoadFuncCall()
/external/llvm-project/mlir/examples/toy/Ch7/mlir/
DMLIRGen.cpp68 functionMap.insert({func.getName(), func}); in mlirGen()
108 llvm::StringMap<mlir::FuncOp> functionMap; member in __anon4eaabcb50111::MLIRGenImpl
517 auto calledFuncIt = functionMap.find(callee); in mlirGen()
518 if (calledFuncIt == functionMap.end()) { in mlirGen()
/external/angle/third_party/vulkan-deps/glslang/src/SPIRV/
DGlslangToSpv.cpp265 std::unordered_map<std::string, spv::Function*> functionMap; member in __anon254bf0060111::TGlslangToSpvTraverser
5012 functionMap[glslFunction->getName().c_str()] = function; in makeFunctions()
5093 currentFunction = functionMap[node->getName().c_str()]; in handleFunctionEntry()
5824 spv::Function* function = functionMap[node->getName().c_str()]; in handleUserFunctionCall()
/external/deqp-deps/glslang/SPIRV/
DGlslangToSpv.cpp263 std::unordered_map<std::string, spv::Function*> functionMap; member in __anon8d85e2390111::TGlslangToSpvTraverser
4676 functionMap[glslFunction->getName().c_str()] = function; in makeFunctions()
4757 currentFunction = functionMap[node->getName().c_str()]; in handleFunctionEntry()
5488 spv::Function* function = functionMap[node->getName().c_str()]; in handleUserFunctionCall()