Searched refs:needsInt64 (Results 1 – 3 of 3) sorted by relevance
65 bool needsInt64; member123 if (params.needsInt64) in checkSupportWithParams()419 p.needsInt64 = m_caseDef.requirements & RequirementInt64; in checkSupport()
627 bool needsInt64 = (m_caseDef.index & 0x10) != 0; in checkSupport() local637 if (needsInt64 && features2.features.shaderInt64 != VK_TRUE) in checkSupport()
198 const bool needsInt64 = ( m_data.convertUToPtr == CONVERT_UINT64 || in checkSupport() local208 if (needsInt64 && !context.getDeviceFeatures().shaderInt64) in checkSupport()