HomeSort by relevance Sort by last modified time
    Searched refs:TypeDwordWidth (Results 1 - 2 of 2) sorted by null

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

Completed in 936 milliseconds