Home
last modified time | relevance | path

Searched refs:LOG2_TABLE_SCALE (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_math.h97 #define LOG2_TABLE_SCALE (1 << LOG2_TABLE_SIZE_LOG2) macro
98 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1)
H A Du_math.c53 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE)); in init_log2_table()
/aosp_15_r20/external/mesa3d/src/util/
H A Du_math.h106 #define LOG2_TABLE_SCALE (1 << LOG2_TABLE_SIZE_LOG2) macro
107 #define LOG2_TABLE_SIZE (LOG2_TABLE_SCALE + 1)
H A Du_math.c53 log2_table[i] = (float) log2(1.0 + i * (1.0 / LOG2_TABLE_SCALE)); in init_log2_table()