Searched refs:andMask (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_clip_tmp.h | 47 GLubyte *andMask, in TAG() 55 GLubyte tmpAndMask = *andMask; in TAG() 105 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask); in TAG() 127 GLubyte *andMask, in TAG() 134 GLubyte tmpAndMask = *andMask; in TAG() 175 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask); in TAG() 184 GLubyte *andMask, in TAG() 191 GLubyte tmpAndMask = *andMask; in TAG() 211 *andMask = tmpAndMask; in TAG() 220 GLubyte *andMask, in TAG() [all …]
|
D | m_debug_clip.c | 70 GLubyte *andMask, in ref_cliptest_points4() argument 78 GLubyte tmpAndMask = *andMask; in ref_cliptest_points4() 114 *andMask = (GLubyte) (c < count ? 0 : tmpAndMask); in ref_cliptest_points4() 128 GLubyte *andMask, in ref_cliptest_points3() argument 136 GLubyte tmpAndMask = *andMask; in ref_cliptest_points3() 155 *andMask = tmpAndMask; in ref_cliptest_points3() 163 GLubyte *andMask, in ref_cliptest_points2() argument 171 GLubyte tmpAndMask = *andMask; in ref_cliptest_points2() 189 *andMask = tmpAndMask; in ref_cliptest_points2()
|
D | m_xform.h | 98 GLubyte *andMask,
|
/external/mesa3d/src/mesa/x86/ |
D | x86_xform.c | 62 GLubyte *andMask, 70 GLubyte *andMask,
|
/external/mesa3d/src/mesa/sparc/ |
D | sparc.c | 81 GLubyte *andMask, 88 GLubyte *andMask,
|
/external/llvm-project/lld/ELF/ |
D | OutputSections.cpp | 142 uint64_t andMask = in commitSection() local 144 uint64_t orMask = ~andMask; in commitSection() 145 uint64_t andFlags = (flags & isec->flags) & andMask; in commitSection()
|