Lines Matching refs:endpoints
2243 deUint32 endpoints[6][5];
2279 endpoints[ep][cpnt] = getBits128(low, high, offset, offset + n - 1);
2284 // Decode endpoints
2292 endpoints[ep][cpnt] <<= 1;
2299 const deUint32 pbitZero = endpoints[0][4];
2300 const deUint32 pbitOne = endpoints[1][4];
2304 endpoints[0][cpnt] |= pbitZero;
2305 endpoints[1][cpnt] |= pbitZero;
2306 endpoints[2][cpnt] |= pbitOne;
2307 endpoints[3][cpnt] |= pbitOne;
2317 endpoints[ep][cpnt] |= endpoints[ep][4];
2327 endpoints[ep][cpnt] <<= 8 - (endpointBits[mode][cpnt] + endpointBits[mode][4]);
2331 endpoints[ep][cpnt] |= endpoints[ep][cpnt] >> (endpointBits[mode][cpnt] + endpointBits[mode][4]);
2338 endpoints[ep][3] = 255;
2381 endpointStart[cpnt] = endpoints[2 * subsetIndex][cpnt];
2382 endpointEnd[cpnt] = endpoints[2 * subsetIndex + 1][cpnt];