Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/src/Pipeline/
H A DConstants.cpp151 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 DConstants.hpp66 unsigned int occlusionCount[16]; member