Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_arg_svm_tests.cpp127 svmAlloc.setUncacheable(true); in TEST_F()
139 svmAlloc.setUncacheable(true); in TEST_F()
145 svmAlloc.setUncacheable(false); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h171 void setUncacheable(bool uncacheable) { allocationInfo.flags.uncacheable = uncacheable; } in setUncacheable() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager.cpp1312 allocation->setUncacheable(allocationData.flags.uncacheable); in allocateGraphicsMemoryInDevicePool()