Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/math/
Dm_debug_clip.c70 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()
Dm_xform.h98 GLubyte *andMask,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFormatPropertiesExtendedKHRtests.cpp48 const auto andMask = (reportedFlags & requestedFlags); in checkFlags() local
49 if (andMask != requestedFlags) in checkFlags()
52 const auto missingBits = (andMask ^ requestedFlags); in checkFlags()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFormatPropertiesExtendedKHRtests.cpp48 const auto andMask = (reportedFlags & requestedFlags); in checkFlags() local
49 if (andMask != requestedFlags) in checkFlags()
52 const auto missingBits = (andMask ^ requestedFlags); in checkFlags()