Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/libagx/
Dgeometry.h12 #define libagx_popcount(x) util_bitcount64(x) macro
15 #define libagx_popcount(x) popcount(x) macro