Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
DtcuFormatUtil.hpp249 template <typename T> inline deUint64 toUint64 (T value) { return (deUint64)value & makeMask64<… in toUint64() function
255 return Format::Hex<NumDigits>(toUint64(value)); in toHex()
262 return Format::Hex<sizeof(T)*2>(toUint64(value)); in toHex()