Home
last modified time | relevance | path

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

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dgraphics_allocation.h172 bool is32BitAllocation() const { return allocationInfo.flags.is32BitAllocation; } in is32BitAllocation() function
173 …void set32BitAllocation(bool is32BitAllocation) { allocationInfo.flags.is32BitAllocation = is32Bit… in set32BitAllocation() argument
316 uint32_t is32BitAllocation : 1; member
326 flags.is32BitAllocation = false; in AllocationInfo()
H A Dmemory_manager.cpp660 …if (allocation->is32BitAllocation() || heapAssigner.useExternal32BitHeap(allocation->getAllocation… in selectHeap()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dzero_copy_tests.cpp116 …>getGraphicsAllocation(context.getDevice(0)->getRootDeviceIndex())->is32BitAllocation() == false) { in TEST()
196 …UE(buffer->getGraphicsAllocation(context.getDevice(0)->getRootDeviceIndex())->is32BitAllocation()); in TEST()
H A Dbuffer_tests.cpp1562 … EXPECT_TRUE(is64bit ? buffer->getGraphicsAllocation(rootDeviceIndex)->is32BitAllocation() : true); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/memory_manager/
H A Dmemory_manager_allocate_in_preferred_pool_tests.cpp322 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST()
325 EXPECT_FALSE(allocation->is32BitAllocation()); in TEST()
382 EXPECT_FALSE(allocation->is32BitAllocation()); in TEST()
399 EXPECT_FALSE(allocation->is32BitAllocation()); in TEST()
470 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST()
472 EXPECT_FALSE(allocation->is32BitAllocation()); in TEST()
H A Dmemory_manager_allocate_in_device_pool_tests.cpp467 EXPECT_TRUE(allocation->is32BitAllocation()); in HWTEST_F()
479 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST()
H A Dmemory_manager_tests.cpp438 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST_F()
466 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST_F()
592 EXPECT_TRUE(printfAllocation->is32BitAllocation()); in TEST_F()
1186 EXPECT_TRUE(sharedAllocation->is32BitAllocation()); in TEST()
1308 EXPECT_TRUE(moduleDebugArea->is32BitAllocation()); in TEST()
1345 EXPECT_TRUE(moduleDebugArea->is32BitAllocation()); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_memory_manager_tests.cpp1291 EXPECT_TRUE(allocation->is32BitAllocation()); in TEST_F()
1394 EXPECT_TRUE(drmAllocation->is32BitAllocation()); in TEST_F()
2441 EXPECT_TRUE(graphicsAllocation->is32BitAllocation()); in TEST_F()
2459 EXPECT_FALSE(graphicsAllocation->is32BitAllocation()); in TEST_F()
2477 EXPECT_FALSE(graphicsAllocation->is32BitAllocation()); in TEST_F()
2496 EXPECT_FALSE(graphicsAllocation->is32BitAllocation()); in TEST_F()
2891 EXPECT_TRUE(drmAllocation->is32BitAllocation()); in TEST_F()
2924 EXPECT_TRUE(drmAllocation->is32BitAllocation()); in TEST_F()
2953 EXPECT_TRUE(drmAllocation->is32BitAllocation()); in TEST_F()
2981 EXPECT_TRUE(drmAllocation->is32BitAllocation()); in TEST_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/program/
H A Dprogram_data_tests.cpp369 …E(pProgram->getConstantSurface(pContext->getDevice(0)->getRootDeviceIndex())->is32BitAllocation()); in TEST_F()
424 …RUE(pProgram->getGlobalSurface(pContext->getDevice(0)->getRootDeviceIndex())->is32BitAllocation()); in TEST_F()
H A Dprogram_tests.cpp586 EXPECT_TRUE(graphicsAllocation->is32BitAllocation()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_tests.cpp681 EXPECT_TRUE(gpuAllocation->is32BitAllocation()); in TEST_F()
703 EXPECT_FALSE(gpuAllocation->is32BitAllocation()); in TEST_F()
1259 EXPECT_TRUE(wddmAllocation->is32BitAllocation()); in TEST_F()
1278 EXPECT_TRUE(wddmAllocation->is32BitAllocation()); in TEST_F()
2341 EXPECT_TRUE(moduleDebugArea->is32BitAllocation()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_stream/
H A Dcommand_stream_receiver_flush_task_2_tests.cpp686 EXPECT_TRUE(graphicsAllocationScratch->is32BitAllocation()); in HWCMDTEST_F()
798 EXPECT_TRUE(graphicsAllocationScratch->is32BitAllocation()); in HWCMDTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/d3d_sharing/
H A Dd3d_tests_part2.cpp436 EXPECT_TRUE(allocation->is32BitAllocation()); in TYPED_TEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/command_queue/
H A Denqueue_kernel_2_tests.cpp493 EXPECT_TRUE(graphicsAllocation->is32BitAllocation()); in HWCMDTEST_P()
H A Dcommand_queue_tests.cpp580 EXPECT_TRUE(indirectHeap.getGraphicsAllocation()->is32BitAllocation()); in HWTEST_P()
582 EXPECT_FALSE(indirectHeap.getGraphicsAllocation()->is32BitAllocation()); in HWTEST_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sharings/gl/windows/
H A Dgl_sharing_tests.cpp161 …_TRUE(castToObject<Buffer>(glBuffer)->getGraphicsAllocation(rootDeviceIndex)->is32BitAllocation()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Dcommand_stream_receiver_tests.cpp201 EXPECT_FALSE(allocation->is32BitAllocation()); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_tests.cpp654 EXPECT_TRUE(pKernel->privateSurface->is32BitAllocation()); in TEST_F()