Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DETC_Decoder.cpp146 bool opaqueBit = diffbit; in decodeBlock()
150 if(diffbit || punchThroughAlpha) in decodeBlock()
215 bool diffbit : 1; member
/external/swiftshader/src/Device/
DETC_Decoder.cpp146 bool opaqueBit = diffbit; in decodeBlock()
150 if(diffbit || punchThroughAlpha) in decodeBlock()
215 bool diffbit : 1; member
/external/mesa3d/src/mesa/main/
Dtexcompress_etc.c341 GLboolean diffbit = false; in etc2_rgb8_parse_block() local
358 diffbit = src[3] & 0x2; in etc2_rgb8_parse_block()
360 if (!diffbit && !punchthrough_alpha) { in etc2_rgb8_parse_block()
441 else if (diffbit || punchthrough_alpha) { in etc2_rgb8_parse_block()