Home
last modified time | relevance | path

Searched refs:modifierTable (Results 1 – 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp511 static const int modifierTable[8][4] = in decompressETC1Block() local
533 const int modifier = modifierTable[tableNdx][modifierNdx]; in decompressETC1Block()
578 static const int modifierTable[8][4] = in decompressETC2Block() local
646 modifier = modifierTable[tableNdx][modifierNdx]; in decompressETC2Block()
806 static const int modifierTable[16][8] = in decompressEAC8Block() local
837 const int modifier = modifierTable[tableNdx][modifierNdx]; in decompressEAC8Block()
845 static const int modifierTable[16][8] = in decompressEAC11Block() local
884 const int modifier = modifierTable[tableNdx][modifierNdx]; in decompressEAC11Block()
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DETC_Decoder.cpp654 static const int modifierTable[16][8] = { { -3, -6, -9, -15, 2, 5, 8, 14 }, in getSingleChannelModifier() local
671 return modifierTable[table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DETC_Decoder.cpp647 static const int modifierTable[16][8] = { { -3, -6, -9, -15, 2, 5, 8, 14 }, in getSingleChannelModifier() local
664 return modifierTable[table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()
/third_party/flutter/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp1381 static const int modifierTable[16][8] = in getSingleChannelModifier() local
1402 return modifierTable[u.scblk.table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()
/third_party/skia/third_party/externals/angle2/src/image_util/
Dloadimage_etc.cpp1381 static const int modifierTable[16][8] = in getSingleChannelModifier() local
1402 return modifierTable[u.scblk.table_index][getSingleChannelIndex(x, y)]; in getSingleChannelModifier()