Lines Matching defs:isR64
847 const bool isR64 = (bufferFormat == VK_FORMAT_R64_UINT || bufferFormat == VK_FORMAT_R64_SINT);
866 if (isR64)
947 if (isR64)
959 if (isR64)
1005 if (isR64)
1017 if (isR64)
1657 const bool isR64 = (m_bufferFormat == VK_FORMAT_R64_UINT || m_bufferFormat == VK_FORMAT_R64_SINT);
1658 const deUint32 unsplitElementSize = (isR64 ? 8u : 4u);
1659 const deUint32 elementSize = ((isR64 && !splitAccess) ? 8u : 4u);
1691 if (!isOutOfBoundsAccess && distanceToOutOfBounds < (isR64 ? 32 : 16))