Home
last modified time | relevance | path

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

/external/deqp/framework/platform/android/
DtcuAndroidUtil.cpp611 const bool is64BitDevice = supportsAny64BitABI(activity); in getCDDRequiredSystemMemory() local
614 if (!is64BitDevice) in getCDDRequiredSystemMemory()
619 TCU_CHECK_INTERNAL(!is64BitDevice); in getCDDRequiredSystemMemory()
652 …const size_t reqMem = is64BitDevice ? s_classes[ndx].requiredMem64bit : s_classes[ndx].requiredM… in getCDDRequiredSystemMemory()