Home
last modified time | relevance | path

Searched refs:alphaShift (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A 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/
H A Dglconfig.h19 GLint redShift, greenShift, blueShift, alphaShift; member
/third_party/mesa3d/src/glx/
H A Dglxconfig.h41 GLuint redShift, greenShift, blueShift, alphaShift; member
/third_party/mesa3d/src/gallium/frontends/dri/
H A 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()
H A Ddri_util.c359 __ATTRIB(__DRI_ATTRIB_ALPHA_SHIFT, alphaShift); in driGetConfigAttribIndex()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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()

Completed in 11 milliseconds