Home
last modified time | relevance | path

Searched refs:setMemObjectsAllocationWithWritableFlags (Results 1 – 15 of 15) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/command_stream/
H A Daub_command_stream_receiver_3_tests.cpp276 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
298 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
329 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
351 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
374 gfxAllocation->setMemObjectsAllocationWithWritableFlags(false); in HWTEST_F()
398 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
423 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
491 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
519 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
H A Dtbx_command_stream_tests.cpp911 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
932 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
955 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
1027 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_mem_dump/
H A Daub_alloc_dump_tests.cpp50 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
54 gfxAllocation->setMemObjectsAllocationWithWritableFlags(false); in HWTEST_F()
58 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
62 gfxAllocation->setMemObjectsAllocationWithWritableFlags(false); in HWTEST_F()
66 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
70 gfxAllocation->setMemObjectsAllocationWithWritableFlags(false); in HWTEST_F()
74 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
78 gfxAllocation->setMemObjectsAllocationWithWritableFlags(false); in HWTEST_F()
82 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dkernel_arg_svm_tests.cpp420 svmAlloc.setMemObjectsAllocationWithWritableFlags(true); in TEST_F()
435 svmAlloc.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
450 svmAlloc.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
465 svmAlloc.setMemObjectsAllocationWithWritableFlags(true); in TEST_F()
479 svmAlloc.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
493 svmAlloc.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
H A Dkernel_image_arg_tests.cpp325 image.graphicsAllocation->setMemObjectsAllocationWithWritableFlags(true); in TEST_F()
337 image.graphicsAllocation->setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
349 image.graphicsAllocation->setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
H A Dkernel_arg_buffer_tests.cpp287 buffer->mockGfxAllocation.setMemObjectsAllocationWithWritableFlags(true); in TEST_F()
300 buffer->mockGfxAllocation.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
313 buffer->mockGfxAllocation.setMemObjectsAllocationWithWritableFlags(false); in TEST_F()
H A Dkernel_tests.cpp2768 mockAllocation.setMemObjectsAllocationWithWritableFlags(false); in TEST()
2799 mockAllocation.setMemObjectsAllocationWithWritableFlags(true); in TEST()
2813 mockAllocation.setMemObjectsAllocationWithWritableFlags(false); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/fixtures/
H A Daub_fixture.cpp22 allocation->setMemObjectsAllocationWithWritableFlags(true); in createHostPtrAllocationFromSvmPtr()
H A Dsimple_arg_fixture.h82 outBuffer->setMemObjectsAllocationWithWritableFlags(true); in SetUp()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/xe_hpc_core/
H A Daub_command_stream_receiver_2_tests_xe_hpc_core.cpp28 gfxAllocation->setMemObjectsAllocationWithWritableFlags(true); in XE_HPC_CORETEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dunified_memory_manager.cpp313 …allocation->setMemObjectsAllocationWithWritableFlags(!svmProperties.readOnly && !svmProperties.hos… in setUnifiedAllocationProperties()
387 …allocation->setMemObjectsAllocationWithWritableFlags(!svmProperties.readOnly && !svmProperties.hos… in createZeroCopySvmAllocation()
H A Dgraphics_allocation.h185 …void setMemObjectsAllocationWithWritableFlags(bool newValue) { aubInfo.memObjectsAllocationWithWri… in setMemObjectsAllocationWithWritableFlags() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dbuffer_tests_xehp_and_later.cpp340 gfxAllocation.setMemObjectsAllocationWithWritableFlags(bufferFlags == CL_MEM_READ_WRITE); in HWTEST2_P()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/mem_obj/
H A Dbuffer.cpp330 …allocationInfo[rootDeviceIndex].memory->setMemObjectsAllocationWithWritableFlags(!(memoryPropertie… in create()
H A Dimage.cpp355 …allocationInfo[rootDeviceIndex].memory->setMemObjectsAllocationWithWritableFlags(!memoryProperties… in create()