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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_math.h 143 #define POW2_TABLE_SIZE_LOG2 9
144 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2)
  /external/mesa3d/src/gallium/auxiliary/util/
u_math.h 164 #define POW2_TABLE_SIZE_LOG2 9
165 #define POW2_TABLE_SIZE (1 << POW2_TABLE_SIZE_LOG2)

Completed in 43 milliseconds