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

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_fxt1.c 819 GLuint hihi; /* high quadword: hi dword */ local
845 hihi = 0; /* cc-hi = "00" */
848 hihi <<= 5;
849 hihi |= reord[maxCol][i] >> 3;
853 hihi <<= 5;
854 hihi |= reord[minCol][i] >> 3;
856 cc[3] = hihi;
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_fxt1.c 819 GLuint hihi; /* high quadword: hi dword */ local
845 hihi = 0; /* cc-hi = "00" */
848 hihi <<= 5;
849 hihi |= reord[maxCol][i] >> 3;
853 hihi <<= 5;
854 hihi |= reord[minCol][i] >> 3;
856 cc[3] = hihi;
    [all...]

Completed in 326 milliseconds