Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_svm_mem_copy_tests.cpp36 if (!pDevice->isFullRangeSvm()) { in SetUp()
56 if (pDevice->isFullRangeSvm()) { in TearDown()
71 if (!pDevice->isFullRangeSvm()) { in HWTEST_F()
142 if (!pDevice->isFullRangeSvm()) { in HWTEST_F()
222 if (!pDevice->isFullRangeSvm()) { in HWTEST_F()
302 if (!pDevice->isFullRangeSvm()) { in HWTEST_F()
331 if (!pDevice->isFullRangeSvm()) { in HWTEST_F()
363 if (is32bit || !device->isFullRangeSvm()) { in SetUp()
374 if (is32bit || !device->isFullRangeSvm()) { in TearDown()
H A Denqueue_svm_mem_fill_tests.cpp152 if (is32bit || !device->isFullRangeSvm()) { in SetUp()
162 if (is32bit || !device->isFullRangeSvm()) { in TearDown()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Ddevice.h95 bool isFullRangeSvm() const { in isFullRangeSvm() function
96 return getRootDeviceEnvironment().isFullRangeSvm(); in isFullRangeSvm()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device.cpp166 bool ClDevice::isFullRangeSvm() const { return device.isFullRangeSvm(); } in isFullRangeSvm() function in NEO::ClDevice
H A Dcl_device.h87 bool isFullRangeSvm() const;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/execution_environment/
H A Droot_device_environment.h50 bool isFullRangeSvm() const;
H A Droot_device_environment.cpp61 bool RootDeviceEnvironment::isFullRangeSvm() const { in isFullRangeSvm() function in NEO::RootDeviceEnvironment
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_hw_2_tests.cpp740 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
765 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
865 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
888 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
912 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
934 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
1255 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
1268 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
1285 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
1298 if (pDevice->isFullRangeSvm()) { in HWTEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_allocate_in_device_pool_tests.cpp180 …nEnvironment->rootDeviceEnvironments[graphicsAllocation->getRootDeviceIndex()]->isFullRangeSvm()) { in HWTEST_F()
188 …nEnvironment->rootDeviceEnvironments[graphicsAllocation->getRootDeviceIndex()]->isFullRangeSvm()) { in HWTEST_F()
313 …executionEnvironment->rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm()) { in TEST_F()
483 if (executionEnvironment->rootDeviceEnvironments[0]->isFullRangeSvm()) { in TEST_F()
H A Dwddm_memory_manager_tests.cpp774 if ((is32bit || rootDeviceEnvironment->isFullRangeSvm()) && in HWTEST_F()
801 if (is32bit || rootDeviceEnvironment->isFullRangeSvm()) { in HWTEST_F()
1654 if (is32bit || executionEnvironment->rootDeviceEnvironments[0]->isFullRangeSvm()) { in TEST_F()
2260 …executionEnvironment->rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm()) { in TEST_F()
2280 …executionEnvironment->rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm()) { in TEST_F()
2305 if (executionEnvironment->rootDeviceEnvironments[0]->isFullRangeSvm() || !is32bit) { in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_memory_manager.cpp693 …nvironment.rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm(), allocation-… in mapGpuVaForOneHandleAllocation()
694 …nvironment.rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm() && !is32bit)… in mapGpuVaForOneHandleAllocation()
1019 …&& executionEnvironment.rootDeviceEnvironments[allocationData.rootDeviceIndex]->isFullRangeSvm()) { in allocateGraphicsMemoryInDevicePool()
1070 …nvironment.rootDeviceEnvironments[allocation->getRootDeviceIndex()]->isFullRangeSvm(), allocation-… in mapGpuVirtualAddress()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmemory_manager_allocate_in_device_pool_tests.cpp371 if (!executionEnvironment.rootDeviceEnvironments[0]->isFullRangeSvm()) { in TEST()
395 if (!executionEnvironment.rootDeviceEnvironments[0]->isFullRangeSvm()) { in TEST()
H A Dmemory_manager_tests.cpp739 if (executionEnvironment.rootDeviceEnvironments[mockRootDeviceIndex]->isFullRangeSvm()) { in TEST()
755 if (executionEnvironment.rootDeviceEnvironments[mockRootDeviceIndex]->isFullRangeSvm()) { in TEST()
1540 if (executionEnvironment.rootDeviceEnvironments[0]->isFullRangeSvm() || is32bit) { in TEST_P()
1559 …if ((!executionEnvironment.rootDeviceEnvironments[0]->isFullRangeSvm()) || !defaultHwInfo->capabil… in TEST_P()
1585 if (!executionEnvironment.rootDeviceEnvironments[0]->isFullRangeSvm()) { in TEST_P()
2835 … EXPECT_EQ(!executionEnvironment->rootDeviceEnvironments[0]->isFullRangeSvm() && !is32bit, result); in HWTEST_F()
2838 … EXPECT_EQ(!executionEnvironment->rootDeviceEnvironments[0]->isFullRangeSvm() && !is32bit, result); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dmemory_manager.h106 …ek32bit() && !peekExecutionEnvironment().rootDeviceEnvironments[rootDeviceIndex]->isFullRangeSvm(); in isLimitedGPU()
H A Dmemory_manager.cpp743 …!peekExecutionEnvironment().rootDeviceEnvironments[rootDeviceIndex]->isFullRangeSvm() || !isHostPo… in useNonSvmHostPtrAlloc()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Denqueue_common.h854 if (!device->isFullRangeSvm()) { in enqueueNonBlocked()