| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/codegen/ |
| H A D | bitcode.cpp | 58 for (const auto &name : map(std::mem_fn(&::llvm::Function::getName),
|
| H A D | common.cpp | 200 for (const auto &name : map(std::mem_fn(&Function::getName),
|
| /xsrc/external/mit/mkfontscale/dist/ |
| H A D | mkfontscale.c | 339 getName(FT_Face face, int nid) function in typeref:typename:char * 567 family = getName(face, TT_NAME_ID_FONT_FAMILY); 569 family = getName(face, TT_NAME_ID_FULL_NAME); 571 family = getName(face, TT_NAME_ID_PS_NAME); 574 full_name = getName(face, TT_NAME_ID_FULL_NAME); 576 full_name = getName(face, TT_NAME_ID_PS_NAME); 655 notice = getName(face, TT_NAME_ID_TRADEMARK); 661 notice = getName(face, TT_NAME_ID_MANUFACTURER);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 307 auto& intrinsic = intrinsicMap2[mTarget][pFunc->getName()]; 310 GetRequestedWidthAndType(pCallInst, pFunc->getName(), &vecWidth, &pElemTy); 337 if (pFunc->getName().equals("meta.intrinsic.VCVTPD2PS")) 368 if (intrinsicMap2[mTarget].find(pFunc->getName()) != intrinsicMap2[mTarget].end()) 373 SWR_ASSERT(intrinsicMap.find(pFunc->getName()) != intrinsicMap.end(), 375 pFunc->getName()); 377 Intrinsic::ID x86Intrinsic = intrinsicMap[pFunc->getName()]; 405 if (pFunc->getName().startswith("meta.intrinsic"))
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 281 soFunc->getParent()->setModuleIdentifier(soFunc->getName()); 343 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
|
| H A D | JitManager.cpp | 413 const char* funcName = pFunction->getName().data(); 462 const char* funcName = M->getName().data(); 484 const char* funcName = f->getName().data();
|
| H A D | blend_jit.cpp | 581 blendFunc->getParent()->setModuleIdentifier(blendFunc->getName()); 897 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
|
| H A D | fetch_jit.cpp | 129 fetch->getParent()->setModuleIdentifier(fetch->getName()); 2211 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); 2218 const char* funcName = func->getName().data();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/ |
| H A D | lower_x86.cpp | 340 auto& intrinsic = getIntrinsicMapAdvanced()[mTarget][pFunc->getName().str()]; 343 GetRequestedWidthAndType(pCallInst, pFunc->getName(), &vecWidth, &pElemTy); 370 if (pFunc->getName().equals("meta.intrinsic.VCVTPD2PS")) 402 if (getIntrinsicMapAdvanced()[mTarget].find(pFunc->getName().str()) != getIntrinsicMapAdvanced()[mTarget].end()) 407 SWR_ASSERT(getIntrinsicMap().find(pFunc->getName().str()) != getIntrinsicMap().end(), 409 pFunc->getName().str().c_str()); 411 Intrinsic::ID x86Intrinsic = getIntrinsicMap()[pFunc->getName().str()]; 453 if (pFunc->getName().startswith("meta.intrinsic"))
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | streamout_jit.cpp | 276 soFunc->getParent()->setModuleIdentifier(soFunc->getName()); 344 pfnStreamOut = (PFN_SO_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
|
| H A D | JitManager.cpp | 432 const char* funcName = pFunction->getName().data(); 486 const char* funcName = M->getName().data(); 508 const char* funcName = f->getName().data();
|
| H A D | blend_jit.cpp | 583 blendFunc->getParent()->setModuleIdentifier(blendFunc->getName()); 901 pfnBlend = (PFN_BLEND_JIT_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str()));
|
| H A D | fetch_jit.cpp | 128 fetch->getParent()->setModuleIdentifier(fetch->getName()); 2297 pfnFetch = (PFN_FETCH_FUNC)(pJitMgr->mpExec->getFunctionAddress(func->getName().str())); 2304 const char* funcName = func->getName().data();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_print.cpp | 609 asFlow()->target.fn->getName(), 683 PRINT("%s %s$r%u $s%u ", asTex()->tex.target.getName(), 760 INFO("\n%s:%i (", fn->getName(), fn->getLabel());
|
| H A D | nv50_ir.h | 962 const char *getName() const { return descTable[target].name; } function in class:nv50_ir::TexInstruction::Target 1194 inline const char *getName() const { return name; } function in class:nv50_ir::Function
|
| H A D | nv50_ir_lowering_nvc0.cpp | 884 assert(!strncmp(fn->getName(), "MAIN", 4));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/llvm/ |
| H A D | invocation.cpp | 333 map(std::mem_fn(&Function::getName), get_kernels(mod)); 337 gv.getName()) != names.end();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/ |
| H A D | invocation.cpp | 433 map(std::mem_fn(&Function::getName), get_kernels(mod)); 437 gv.getName()) != names.end();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/llvm/codegen/ |
| H A D | common.cpp | 297 for (const auto &llvm_name : map(std::mem_fn(&Function::getName),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_print.cpp | 649 asFlow()->target.fn->getName(), 723 PRINT("%s %s$r%u $s%u ", asTex()->tex.target.getName(), 800 INFO("\n%s:%i (", fn->getName(), fn->getLabel());
|
| H A D | nv50_ir.h | 1014 const char *getName() const { return descTable[target].name; } function in class:nv50_ir::TexInstruction::Target 1248 inline const char *getName() const { return name; } function in class:nv50_ir::Function
|
| H A D | nv50_ir_lowering_nvc0.cpp | 896 assert(!strncmp(fn->getName(), "MAIN", 4));
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| H A D | XKB.c | 766 XkbSetAtomFuncs(XkbInternAtomFunc getAtom, XkbGetAtomNameFunc getName) argument 769 _XkbGetAtomNameFunc = (getName ? getName : XGetAtomName);
|