Home
last modified time | relevance | path

Searched refs:alphaShift (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dcopyvertex.inc.h497 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZWFloatVertexData() local
511 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyXYZ10W2ToXYZWFloatVertexData()
562 const size_t alphaShift = 0; // Alpha is the 30 and 31 bits in CopyW2XYZ10ToXYZWFloatVertexData() local
576 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyW2XYZ10ToXYZWFloatVertexData()
/third_party/mesa3d/src/mesa/main/
Dglconfig.h19 GLint redShift, greenShift, blueShift, alphaShift; member
/third_party/mesa3d/src/glx/
Dglxconfig.h41 GLuint redShift, greenShift, blueShift, alphaShift; member
/third_party/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c311 modes->alphaShift = shifts[3]; in driCreateConfigs()
607 if (mode->alphaShift > -1) { in dri_fill_st_visual()
608 assert(mode->alphaShift == 48); in dri_fill_st_visual()
Ddri_util.c359 __ATTRIB(__DRI_ATTRIB_ALPHA_SHIFT, alphaShift); in driGetConfigAttribIndex()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/
Dcopyvertex.inc.h461 const size_t alphaShift = 30; // Alpha is the 30 and 31 bits in CopyXYZ10W2ToXYZW32FVertexData() local
475 (packedValue >> alphaShift) & alphaMask, offsetOutput + (3 * outputComponentSize)); in CopyXYZ10W2ToXYZW32FVertexData()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp98 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local
99 uint8_t alphaCode = static_cast<uint8_t>((alphaBits >> alphaShift) & 0x7); in UncompressDXTBlock()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DRobustResourceInitTest.cpp99 int alphaShift = (yy % 2) * 12 + xx * 3; in UncompressDXTBlock() local
100 uint8_t alphaCode = static_cast<uint8_t>((alphaBits >> alphaShift) & 0x7); in UncompressDXTBlock()