Searched refs:ocloc_version_t (Results 1 – 2 of 2) sorted by relevance
115 int LoadedVersion = ocloc_version_t::OCLOC_VERSION_1_0; in compileToSPIRV()124 int CurrentVersionMajor = ocloc_version_t::OCLOC_VERSION_CURRENT >> 16; in compileToSPIRV()125 int CurrentVersionMinor = ocloc_version_t::OCLOC_VERSION_CURRENT & 0xffff; in compileToSPIRV()
23 } ocloc_version_t; typedef