Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/
Dcopyvertex.inc.h461 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZW32FVertexData() local
526 const size_t alphaShift = 0; // Alpha is the 30 and 31 bits in CopyW2XYZ10ToXYZW32FVertexData() local
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/
DRobustResourceInitTest.cpp98 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local