Searched refs:blue_contract_clamped (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 248 static uint8x4_t blue_contract_clamped(int r, int g, int b, int a) function in typeref:typename:uint8x4_t 1057 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, 0xff); 1085 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texcompress_astc.cpp | 249 static uint8x4_t blue_contract_clamped(int r, int g, int b, int a) function in typeref:typename:uint8x4_t 1058 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, 0xff); 1086 e0 = blue_contract_clamped(v0+v1, v2+v3, v4+v5, v6+v7);
|
Completed in 7 milliseconds