Searched refs:vectorWidth (Results 1 – 3 of 3) sorted by relevance
61 …(). Larger primitives are split into smaller Draw calls. Should be a multiple of (3 * vectorWidth).65 …nabled. Larger primitives are split into smaller Draw calls. Should be a multiple of (vectorWidth).
818 uint32_t vectorWidth = mVWidth16; in CompileVS() local820 uint32_t vectorWidth = mVWidth; in CompileVS() local825 lp_type_float_vec(32, 32 * vectorWidth), in CompileVS()
5100 const SDLoc &dl, unsigned vectorWidth) { in extractSubVector() argument5103 unsigned Factor = VT.getSizeInBits()/vectorWidth; in extractSubVector()5108 unsigned ElemsPerChunk = vectorWidth / ElVT.getSizeInBits(); in extractSubVector()5146 unsigned vectorWidth) { in insertSubVector() argument5147 assert((vectorWidth == 128 || vectorWidth == 256) && in insertSubVector()5157 unsigned ElemsPerChunk = vectorWidth/ElVT.getSizeInBits(); in insertSubVector()