Home
last modified time | relevance | path

Searched defs:ScanForward (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dmathutil.h1102 inline unsigned long ScanForward(uint32_t bits) in ScanForward() function
1111 inline unsigned long ScanForward(uint64_t bits) in ScanForward() function
1168 inline unsigned long ScanForward(uint32_t bits) in ScanForward() function
1174 inline unsigned long ScanForward(uint64_t bits) in ScanForward() function
1211 inline unsigned long ScanForward(uint8_t bits) in ScanForward() function
1216 inline unsigned long ScanForward(uint16_t bits) in ScanForward() function
Dmathutil_unittest.cpp279 TEST(MathUtilTest, ScanForward) in TEST() argument
/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp28 uint32_t ScanForward(uint32_t bits) { in ScanForward() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp39 TEST(Math, ScanForward) { in TEST() argument