Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h170 bool isUncacheable() const { return allocationInfo.flags.uncacheable; } in isUncacheable() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.cpp931 bool argIsUncacheable = svmAlloc ? svmAlloc->isUncacheable() : false; in setArgSvmAlloc()