Searched refs:is64BitIntegerFormat (Results 1 – 4 of 4) sorted by relevance
550 if (is64BitIntegerFormat(m_params->vkFormat)) in checkSupport()575 …return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkF… in getBufferFormat()715 if (is64BitIntegerFormat(m_params->vkFormat)) in getProgramCodeAndVariables()1021 if (is64BitIntegerFormat(i[0]) || is64BitIntegerFormat(f)) continue; in createImageWriteOpTests()
2227 if (is64BitIntegerFormat(readFormat) || is64BitIntegerFormat(writeFormat)) in check64BitSupportIfNeeded()2316 const auto isRead64 = is64BitIntegerFormat(m_readFormat); in initPrograms()2317 const auto isWrite64 = is64BitIntegerFormat(m_writeFormat); in initPrograms()2786 const auto use64Bits = is64BitIntegerFormat(format); in createImageExtendOperandsTests()
48 bool is64BitIntegerFormat (VkFormat format);
374 bool is64BitIntegerFormat (VkFormat format) in is64BitIntegerFormat() function