Searched refs:weights4 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | BC_Decoder.cpp | 581 static constexpr uint32_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local 584 nullptr, nullptr, nullptr, weights3, weights4 in interpolate() 1438 static constexpr uint16_t weights4[] = { 0, 4, 9, 13, 17, 21, 26, 30, in interpolate() local 1441 nullptr, nullptr, weights2, weights3, weights4 in interpolate()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_bptc_tmp.h | 506 static const uint8_t weights4[] = in interpolate() local 509 NULL, NULL, weights2, weights3, weights4 in interpolate()
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.cpp | 1244 static const deUint16 weights4[16] = { 0, 4, 9, 13, 17, 21, 26, 30, 34, 38, 43, 47, 51, 55, 60,… variable 1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()
|