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

  /external/mesa3d/src/mesa/main/
texcompress_etc.c 152 uint8_t R1a = 0, x = 0;
153 /* base col 1 = extend_4to8bits( (R1a << 2) | R1b, G1, B1) */
156 R1a = (in[0] >> 3) & 0x3;
157 x = ((R1a << 2) | (in[0] & 0x3));
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 568 const deUint8 R1a = (deUint8)getBits(src, 59, 60);
578 paintR[0] = extend4To8((deUint8)((R1a << 2) | R1b));
    [all...]

Completed in 599 milliseconds