Home
last modified time | relevance | path

Searched refs:combined_value (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dformatquery.c1091 GLint64 combined_value = 1; in _mesa_GetInternalformativ() local
1114 combined_value *= current_value; in _mesa_GetInternalformativ()
1118 combined_value *= 6; in _mesa_GetInternalformativ()
1124 memcpy(buffer, &combined_value, sizeof(GLint64)); in _mesa_GetInternalformativ()
/third_party/python/Lib/
H A Denum.py1439 combined_value = 0
1442 combined_value |= m._value_
1448 combined_value |= pm._value_
1449 unknown = value ^ combined_value
1451 if not combined_value:

Completed in 5 milliseconds