Searched defs:occlusionCount (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/swiftshader/src/Pipeline/ |
H A D | Constants.cpp | 151 static const unsigned int occlusionCount[16] = { 0, 1, 1, 2, 1, 2, 2, 3, 1, 2, 2, 3, 2, 3, 3, 4 }; in Constants() local
|
H A D | Constants.hpp | 66 unsigned int occlusionCount[16]; member
|