HomeSort by relevance Sort by last modified time
    Searched refs:invMaskD01Q (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/src/Shader/
Constants.hpp 60 dword2 invMaskD01Q[16];
Constants.cpp 228 invMaskD01Q[i][0] = ~-(i >> 0 & 1);
229 invMaskD01Q[i][1] = ~-(i >> 1 & 1);
PixelRoutine.cpp     [all...]

Completed in 41 milliseconds