Searched refs:programRT (Results 1 – 1 of 1) sorted by relevance
1475 CmProgramRT *programRT = static_cast<CmProgramRT *>(program); in LoadProgram() local1477 result = CmProgramRT::Create(cmDevice, commonISACode, size, programRT, options, firstfreeslot ); in LoadProgram()1480 m_programArray.SetElement( firstfreeslot, programRT ); in LoadProgram()1483 program = programRT; in LoadProgram()1503 CmProgramRT *programRT = static_cast<CmProgramRT *>(program); in DestroyProgram() local1504 uint32_t indexInProgramArrary = programRT->GetProgramIndex(); in DestroyProgram()1505 if( programRT == m_programArray.GetElement( indexInProgramArrary ) ) in DestroyProgram()1507 CmProgramRT::Destroy( programRT ); in DestroyProgram()1508 if( programRT == nullptr ) in DestroyProgram()1512 program = programRT; in DestroyProgram()[all …]