/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/ |
H A D | cl_device.cpp | 167 bool ClDevice::areSharedSystemAllocationsAllowed() const { return device.areSharedSystemAllocations… in areSharedSystemAllocationsAllowed() function in NEO::ClDevice
|
H A D | cl_device.h | 88 bool areSharedSystemAllocationsAllowed() const;
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/ |
H A D | command_enqueue_fixture.h | 118 if (!device.areSharedSystemAllocationsAllowed()) { in enqueueHandlerHook()
|
H A D | enqueue_read_buffer_rect_tests.cpp | 552 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
|
H A D | enqueue_write_buffer_rect_tests.cpp | 552 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/scenarios/windows/ |
H A D | enqueue_read_write_buffer_scenarios_windows_tests.cpp | 84 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/ |
H A D | device_caps.cpp | 70 if (!areSharedSystemAllocationsAllowed()) { in initializeCaps()
|
H A D | device.h | 98 bool areSharedSystemAllocationsAllowed() const;
|
H A D | device.cpp | 425 bool Device::areSharedSystemAllocationsAllowed() const { in areSharedSystemAllocationsAllowed() function in NEO::Device
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/ |
H A D | program.cpp | 77 if ((isBuiltIn && is32bit) || pClDevice->areSharedSystemAllocationsAllowed() || in initInternalOptions()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/built_ins/ |
H A D | built_in_tests.cpp | 552 if (this->pDevice->areSharedSystemAllocationsAllowed()) { in HWCMDTEST_P() 616 if (this->pDevice->areSharedSystemAllocationsAllowed()) { in HWTEST2_P() 672 if (this->pDevice->areSharedSystemAllocationsAllowed()) { in HWTEST2_P() 1544 if (is32bit || pDevice->areSharedSystemAllocationsAllowed()) { in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/device/ |
H A D | device_caps_tests.cpp | 185 if (!device->areSharedSystemAllocationsAllowed()) { in TEST_F() 1476 EXPECT_FALSE(device->areSharedSystemAllocationsAllowed()); in TEST_F() 1482 EXPECT_TRUE(device->areSharedSystemAllocationsAllowed()); in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/ |
H A D | program_tests.cpp | 1107 if (!pDevice->areSharedSystemAllocationsAllowed()) { in TEST_F() 1718 if (pDevice->areSharedSystemAllocationsAllowed()) { in TEST_F() 1735 if ((false == pDevice->areSharedSystemAllocationsAllowed()) && (false == is32bit)) { in TEST_F() 1769 if (false == pDevice->areSharedSystemAllocationsAllowed()) { in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/memory/ |
H A D | test_memory.cpp | 618 if (device->getNEODevice()->areSharedSystemAllocationsAllowed()) { in TEST_F() 643 if (device->getNEODevice()->areSharedSystemAllocationsAllowed()) { in TEST_F() 758 if (device->getNEODevice()->areSharedSystemAllocationsAllowed()) { in TEST_F() 785 if (device->getNEODevice()->areSharedSystemAllocationsAllowed()) { in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/ |
H A D | buffer_tests.cpp | 1824 …if (ctx.getDevice(0)->areSharedSystemAllocationsAllowed() || !ctx.getDevice(0)->getHardwareInfo().… in HWTEST_P() 1860 if (ctx.getDevice(0)->areSharedSystemAllocationsAllowed()) { in HWTEST_P()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/module/ |
H A D | module_imp.cpp | 128 device->getNEODevice()->areSharedSystemAllocationsAllowed()) { in generateCompilerOptions()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/device/ |
H A D | test_device.cpp | 862 if (!this->neoDevice->areSharedSystemAllocationsAllowed()) { in TEST_F()
|
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/ |
H A D | api.cpp | 4897 if (!pDevice->areSharedSystemAllocationsAllowed()) { in clSetKernelArgSVMPointer()
|