Searched refs:vecTypes (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp194 SmallVector<Type*, 8> vecTypes; local in function:SwrJit::Builder::GetVectorType
199 vecTypes.push_back(pVecElemType);
201 Type* pVecType = StructType::get(JM()->mContext, vecTypes);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp197 SmallVector<Type*, 8> vecTypes; local in function:SwrJit::Builder::GetVectorType
202 vecTypes.push_back(pVecElemType);
204 Type* pVecType = StructType::get(JM()->mContext, vecTypes);

Completed in 2 milliseconds