Lines Matching refs:is64Bit
83 const bool is64Bit = tcu::boolAny(tcu::equal(bitDepths, tcu::IVec4(64,64,64,64)));
85 return is64Bit;
355 const bool is64Bit = is64Format(access.getFormat());
362 DE_ASSERT(!is64Bit); // There are no 64-bit fixed point formats.
393 const U64Vec4 refColor ((is64Bit ? packed[0] : static_cast<uint64_t>(ref.uint32[0])),
394 (is64Bit ? packed[1] : static_cast<uint64_t>(ref.uint32[1])),
395 static_cast<uint64_t>(is64Bit ? 0u : ref.uint32[2]),
396 static_cast<uint64_t>(is64Bit ? 0u : ref.uint32[3]));
418 const I64Vec4 refColor ((is64Bit ? packed[0] : static_cast<int64_t>(ref.int32[0])),
419 (is64Bit ? packed[1] : static_cast<int64_t>(ref.int32[1])),
420 static_cast<int64_t>(is64Bit ? 0 : ref.int32[2]),
421 static_cast<int64_t>(is64Bit ? 0 : ref.int32[3]));
439 DE_ASSERT(!is64Bit);
2482 const bool is64Bit = is64Format(tcuFormat);
2484 if (!is64Bit)
2773 const bool is64Bit = is64Format(tcuFormat);
2776 if (is64Bit)