Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/cl_device/
H A Dcl_device.cpp167 bool ClDevice::areSharedSystemAllocationsAllowed() const { return device.areSharedSystemAllocations… in areSharedSystemAllocationsAllowed() function in NEO::ClDevice
H A Dcl_device.h88 bool areSharedSystemAllocationsAllowed() const;
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Dcommand_enqueue_fixture.h118 if (!device.areSharedSystemAllocationsAllowed()) { in enqueueHandlerHook()
H A Denqueue_read_buffer_rect_tests.cpp552 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
H A Denqueue_write_buffer_rect_tests.cpp552 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/scenarios/windows/
H A Denqueue_read_write_buffer_scenarios_windows_tests.cpp84 if (device->areSharedSystemAllocationsAllowed()) { in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/device/
H A Ddevice_caps.cpp70 if (!areSharedSystemAllocationsAllowed()) { in initializeCaps()
H A Ddevice.h98 bool areSharedSystemAllocationsAllowed() const;
H A Ddevice.cpp425 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 Dprogram.cpp77 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 Dbuilt_in_tests.cpp552 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 Ddevice_caps_tests.cpp185 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 Dprogram_tests.cpp1107 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 Dtest_memory.cpp618 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 Dbuffer_tests.cpp1824 …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 Dmodule_imp.cpp128 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 Dtest_device.cpp862 if (!this->neoDevice->areSharedSystemAllocationsAllowed()) { in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/api/
H A Dapi.cpp4897 if (!pDevice->areSharedSystemAllocationsAllowed()) { in clSetKernelArgSVMPointer()