Searched refs:is64BitIntegerFormat (Results 1 – 6 of 6) sorted by relevance
552 if (is64BitIntegerFormat(m_params->vkFormat)) in checkSupport()577 …return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkF… in getBufferFormat()717 if (is64BitIntegerFormat(m_params->vkFormat)) in getProgramCodeAndVariables()1023 if (is64BitIntegerFormat(i[0]) || is64BitIntegerFormat(f)) continue; in createImageWriteOpTests()
2440 if (is64BitIntegerFormat(readFormat) || is64BitIntegerFormat(writeFormat)) in check64BitSupportIfNeeded()2535 const auto isRead64 = is64BitIntegerFormat(m_readFormat); in initPrograms()2536 const auto isWrite64 = is64BitIntegerFormat(m_writeFormat); in initPrograms()3080 const auto use64Bits = is64BitIntegerFormat(format); in createImageExtendOperandsTests()3145 … writeFormat = getShaderExtensionOperandFormat(isIntFormat(format), is64BitIntegerFormat(format)); in createImageNontemporalOperandTests()
52 bool is64BitIntegerFormat (VkFormat format);
421 bool is64BitIntegerFormat (VkFormat format) in is64BitIntegerFormat() function