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

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_fog.c 51 #define FOG_EXP_TABLE_SIZE 256
54 #define FOG_INCR (FOG_MAX/FOG_EXP_TABLE_SIZE)
55 static GLfloat exp_table[FOG_EXP_TABLE_SIZE];
62 if (k > FOG_EXP_TABLE_SIZE-2) \
83 for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f += FOG_INCR) {
  /external/mesa3d/src/mesa/tnl/
t_vb_fog.c 47 #define FOG_EXP_TABLE_SIZE 256
50 #define FOG_INCR (FOG_MAX/FOG_EXP_TABLE_SIZE)
51 static GLfloat exp_table[FOG_EXP_TABLE_SIZE];
59 if (k > FOG_EXP_TABLE_SIZE-2) \
80 for ( ; i < FOG_EXP_TABLE_SIZE ; i++, f += FOG_INCR) {

Completed in 86 milliseconds