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

  /external/swiftshader/src/Shader/
Constants.hpp 61 dword2 invMaskD23Q[16];
Constants.cpp 230 invMaskD23Q[i][0] = ~-(i >> 2 & 1);
231 invMaskD23Q[i][1] = ~-(i >> 3 & 1);
PixelRoutine.cpp     [all...]

Completed in 90 milliseconds