Searched defs:LOG2_TABLE_SIZE (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_math.h222 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1) macro
223 extern float log2_table[LOG2_TABLE_SIZE];
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_math.h243 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1) macro
244 extern float log2_table[LOG2_TABLE_SIZE];

Completed in 123 milliseconds