Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/lib/shaders/
Dgeometry.h13 #define libagx_popcount(x) util_bitcount64(x) macro
16 #define libagx_popcount(x) popcount(x) macro