Searched refs:tmpAndMask (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
H A Dm_clip_tmp.h55 GLubyte tmpAndMask = *andMask; local in function:TAG
89 tmpAndMask &= mask;
105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
134 GLubyte tmpAndMask = *andMask; local in function:TAG
169 tmpAndMask &= mask;
175 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
191 GLubyte tmpAndMask = *andMask; local in function:TAG
207 tmpAndMask &= mask;
211 *andMask = tmpAndMask;
227 GLubyte tmpAndMask local in function:TAG
[all...]
H A Dm_debug_clip.c78 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points4
98 tmpAndMask &= mask;
114 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
136 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points3
151 tmpAndMask &= mask;
155 *andMask = tmpAndMask;
171 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points2
185 tmpAndMask &= mask;
189 *andMask = tmpAndMask;
/xsrc/external/mit/MesaLib/dist/src/mesa/math/
H A Dm_clip_tmp.h55 GLubyte tmpAndMask = *andMask; local in function:TAG
89 tmpAndMask &= mask;
105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
134 GLubyte tmpAndMask = *andMask; local in function:TAG
169 tmpAndMask &= mask;
175 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
191 GLubyte tmpAndMask = *andMask; local in function:TAG
207 tmpAndMask &= mask;
211 *andMask = tmpAndMask;
227 GLubyte tmpAndMask local in function:TAG
[all...]
H A Dm_debug_clip.c78 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points4
98 tmpAndMask &= mask;
114 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask);
136 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points3
151 tmpAndMask &= mask;
155 *andMask = tmpAndMask;
171 GLubyte tmpAndMask = *andMask; local in function:ref_cliptest_points2
185 tmpAndMask &= mask;
189 *andMask = tmpAndMask;

Completed in 4 milliseconds