HomeSort by relevance Sort by last modified time
    Searched refs:RH1 (Results 1 - 2 of 2) sorted by null

  /external/swiftshader/src/Renderer/
ETC_Decoder.cpp 274 unsigned char RH1 : 5;
543 int rh = extend_6to8bits(RH1 << 1 | RH2);
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 669 const deUint8 RH1 = (deUint8)getBits(src, 34, 38);
674 const deUint8 RH = extend6To8((deUint8)((RH1 << 1) | RH2));
    [all...]

Completed in 1081 milliseconds