Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h607 size_t offsetsHash = hashCombine(offsetsHashX, offsetsHashY, offsetsHashZ); in operator() local
608 return hashCombine(gwsHash, lwsHash, offsetsHash); in operator()