Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp587 PointerType* pLoadTy = nullptr; in CreateGatherOddFormats() local
590 case 8: pLoadTy = Type::getInt8PtrTy(JM()->mContext); break; in CreateGatherOddFormats()
591 case 16: pLoadTy = Type::getInt16PtrTy(JM()->mContext); break; in CreateGatherOddFormats()
593 case 32: pLoadTy = Type::getInt32PtrTy(JM()->mContext); break; in CreateGatherOddFormats()
598 Value* pTmp = ALLOCA(pLoadTy->getElementType()); in CreateGatherOddFormats()
607 pLoad = POINTER_CAST(pLoad, pLoadTy); in CreateGatherOddFormats()