Lines Matching refs:shaderWarpsPerSM
83385 , shaderWarpsPerSM( shaderWarpsPerSM_ )
83423 return std::tie( sType, pNext, shaderSMCount, shaderWarpsPerSM );
83435 return ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( shaderSMCount == rhs.shaderSMCount ) && ( shaderWarpsPerSM == rhs.shaderWarpsPerSM );
83449 uint32_t shaderWarpsPerSM = {};