Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DCommon.h25 const unsigned int SOURCE_LOC_LINE_MASK = (1 << SOURCE_LOC_LINE_SIZE) - 1; variable
28 return (string << SOURCE_LOC_LINE_SIZE) | (line & SOURCE_LOC_LINE_MASK); in EncodeSourceLoc()
33 if (line) *line = loc & SOURCE_LOC_LINE_MASK; in DecodeSourceLoc()