Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuFormatUtil.hpp245 template <typename T> inline deUint64 toUint64 (T value) { return (deUint64)value & makeMask64<… in toUint64() function
251 return Format::Hex<NumDigits>(toUint64(value)); in toHex()
258 return Format::Hex<sizeof(T)*2>(toUint64(value)); in toHex()