---------------------------------------------------------------------
| 256 | } |
| 257 | //--------------------------------------------------------------------- |
| 258 | bool GpuProgramManager::isMicrocodeAvailableInCache( const String &source ) const |
| 259 | { |
| 260 | return mMicrocodeCache.find( computeHashWithRenderSystemName( source ) ) != |
| 261 | mMicrocodeCache.end(); |
| 262 | } |
| 263 | //--------------------------------------------------------------------- |
| 264 | const GpuProgramManager::Microcode &GpuProgramManager::getMicrocodeFromCache( |
| 265 | const String &source ) const |
no test coverage detected