Home
last modified time | relevance | path

Searched refs:weights3 (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
DBC_Decoder.cpp580 static constexpr uint32_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
584 nullptr, nullptr, nullptr, weights3, weights4 in interpolate()
1437 static constexpr uint16_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
1441 nullptr, nullptr, weights2, weights3, weights4 in interpolate()
/third_party/mesa3d/src/mesa/main/
Dtexcompress_bptc_tmp.h505 static const uint8_t weights3[] = { 0, 9, 18, 27, 37, 46, 55, 64 }; in interpolate() local
509 NULL, NULL, weights2, weights3, weights4 in interpolate()
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp1243 static const deUint16 weights3[8] = { 0, 9, 18, 27, 37, 46, 55, 64 }; variable
1460 const deUint16* weights[] = {weights2, weights3, weights4}; in interpolate()