Searched refs:numElems (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp193 uint32_t numElems = pType->getStructNumElements(); local in function:SwrJit::Builder::GetVectorType
195 for (uint32_t i = 0; i < numElems; ++i)
H A Dbuilder_misc.cpp992 uint32_t numElems = pType->getStructNumElements(); local in function:SwrJit::Builder::GetTypeSize
994 return numElems * GetTypeSize(pElemTy);
999 uint32_t numElems = pType->getArrayNumElements(); local in function:SwrJit::Builder::GetTypeSize
1001 return numElems * GetTypeSize(pElemTy);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dbuilder.cpp196 uint32_t numElems = pType->getStructNumElements(); local in function:SwrJit::Builder::GetVectorType
198 for (uint32_t i = 0; i < numElems; ++i)
H A Dbuilder_misc.cpp701 uint32_t numElems = cast<FixedVectorType>(a->getType())->getNumElements(); local in function:SwrJit::Builder::CVTPH2PS
703 uint32_t numElems = cast<VectorType>(a->getType())->getNumElements();
705 uint32_t numElems = a->getType()->getVectorNumElements();
707 Value* input = BITCAST(a, getVectorType(mFP16Ty, numElems));
709 return FP_EXT(input, getVectorType(mFP32Ty, numElems), name);
1089 uint32_t numElems = pType->getStructNumElements(); local in function:SwrJit::Builder::GetTypeSize
1091 return numElems * GetTypeSize(pElemTy);
1096 uint32_t numElems = pType->getArrayNumElements(); local in function:SwrJit::Builder::GetTypeSize
1098 return numElems * GetTypeSize(pElemTy);

Completed in 6 milliseconds