Searched defs:occlusionCount (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Shader/ |
H A D | Constants.cpp | 159 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 | 34 unsigned int occlusionCount[16]; member
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | Constants.cpp | 155 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 | 36 unsigned int occlusionCount[16]; member
|
Completed in 3 milliseconds