Searched refs:vSize (Results 1 – 1 of 1) sorted by relevance
102 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in preLaunch() local106 switch(vSize) { in preLaunch()115 vSize = 4; in preLaunch()139 memset(mSums, 0, 256 * sizeof(int32_t) * threads * vSize); in preLaunch()151 uint32_t vSize = mAllocOut->getType()->getElement()->getVectorSize(); in postLaunch() local153 if (vSize == 3) vSize = 4; in postLaunch()155 for (uint32_t ct=0; ct < (256 * vSize); ct++) { in postLaunch()158 o[ct] += mSums[ct + (256 * vSize * t)]; in postLaunch()