Searched refs:SET_POS_INFINITY (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_execute.c56 #define SET_POS_INFINITY(x) \ macro
69 #define SET_POS_INFINITY(x) x = __MAXFLOAT macro
72 #define SET_POS_INFINITY(x) x = (GLfloat) HUGE_VAL macro
893 SET_POS_INFINITY(q[0]);
894 SET_POS_INFINITY(q[2]);
1069 SET_POS_INFINITY(q[0]);
1071 SET_POS_INFINITY(q[2]);
/external/mesa3d/src/mesa/program/
H A Dprog_execute.c56 #define SET_POS_INFINITY(x) \ macro
69 #define SET_POS_INFINITY(x) x = __MAXFLOAT macro
72 #define SET_POS_INFINITY(x) x = (GLfloat) HUGE_VAL macro
893 SET_POS_INFINITY(q[0]);
894 SET_POS_INFINITY(q[2]);
1069 SET_POS_INFINITY(q[0]);
1071 SET_POS_INFINITY(q[2]);

Completed in 145 milliseconds