Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp880 FunctionType* pFuncTy = FunctionType::get(mFP32Ty, mInt16Ty); in CVTPH2PS() local
881 …2Ps = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("ConvertSmallFloatTo32", pFuncTy)); in CVTPH2PS()
913 FunctionType* pFuncTy = FunctionType::get(mInt16Ty, mFP32Ty); in CVTPS2PH() local
914 …tPs2Ph = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("Convert32To16Float", pFuncTy)); in CVTPS2PH()
1643 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_START() local
1644 …= cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StartBucket", pFuncTy)); in RDTSC_START()
1665 FunctionType* pFuncTy = FunctionType::get(Type::getVoidTy(JM()->mContext), args, false); in RDTSC_STOP() local
1666 … = cast<Function>(JM()->mpCurrentModule->getOrInsertFunction("BucketManager_StopBucket", pFuncTy)); in RDTSC_STOP()