Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/functionpasses/
Dlower_x86.cpp174 static uint32_t getBitWidth(VectorType *pVTy) in getBitWidth() argument
177 return pVTy->getNumElements() * pVTy->getElementType()->getPrimitiveSizeInBits(); in getBitWidth()
179 return pVTy->getBitWidth(); in getBitWidth()