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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp351 unsigned TypeDwordWidth = VT.getSizeInBits() / 32; local
353 switch (TypeDwordWidth) {
365 assert(Index % TypeDwordWidth == 0 && "USER_SGPR not properly aligned");
366 unsigned SGPRIndex = Index / TypeDwordWidth;
/external/mesa3d/src/gallium/drivers/radeon/
H A DSIISelLowering.cpp351 unsigned TypeDwordWidth = VT.getSizeInBits() / 32; local
353 switch (TypeDwordWidth) {
365 assert(Index % TypeDwordWidth == 0 && "USER_SGPR not properly aligned");
366 unsigned SGPRIndex = Index / TypeDwordWidth;

Completed in 3743 milliseconds