Home
last modified time | relevance | path

Searched refs:OCLOC_VERSION_CURRENT (Results 1 – 2 of 2) sorted by relevance

/libCEED/backends/sycl/
H A Docloc_api.h21 OCLOC_VERSION_CURRENT = OCLOC_MAKE_VERSION(1, 0), ///< latest known version enumerator
H A Donline_compiler.sycl.cpp124 int CurrentVersionMajor = ocloc_version_t::OCLOC_VERSION_CURRENT >> 16; in compileToSPIRV()
125 int CurrentVersionMinor = ocloc_version_t::OCLOC_VERSION_CURRENT & 0xffff; in compileToSPIRV()