Home
last modified time | relevance | path

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

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfo.h73 uint64_t pExistingSysMem; //Original buffer address. member
H A DGmmResourceInfoExt.h326 uint64_t pExistingSysMem; member
555 …ALL GmmResApplyExistingSysMem(GMM_RESOURCE_INFO *pGmmResource, void *pExistingSysMem, GMM_GFX_SIZE…
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp371 (CreateParams.pExistingSysMem && in Create()
379 (((CreateParams.pExistingSysMem & (PAGE_SIZE - 1)) == 0) && in Create()
380 … (((CreateParams.pExistingSysMem + CreateParams.ExistingSysMemSize) & (PAGE_SIZE - 1)) == 0)) ? in Create()
398 if(CreateParams.pExistingSysMem && in Create()
404 ExistingSysMem.pExistingSysMem = CreateParams.pExistingSysMem; in Create()
411 … if((ExistingSysMem.pExistingSysMem & (0xffffffff00000000ull)) == (0xffffffff00000000ull)) in Create()
413 ExistingSysMem.pExistingSysMem &= 0xffffffff; in Create()
428 ExistingSysMem.pGfxAlignedVirtAddress = CreateParams.pExistingSysMem; in Create()
432 (CreateParams.pExistingSysMem + ExistingSysMem.Size)) in Create()
H A DGmmRestrictions.cpp805 (ExistingSysMem.pExistingSysMem & (PAGE_SIZE - 1)) ? in ApplyExistingSysMemRestrictions()
806 ((uint64_t)GFX_ALIGN(ExistingSysMem.pExistingSysMem, in ApplyExistingSysMemRestrictions()
808 ExistingSysMem.pExistingSysMem; in ApplyExistingSysMemRestrictions()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_gmm_resource_info.h78 … void *getSystemMemPointer() override { return (void *)mockResourceCreateParams.pExistingSysMem; } in getSystemMemPointer()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dmos_graphicsresource_specific.cpp229 gmmParams.pExistingSysMem = (GMM_VOIDPTR64)params.m_pSystemMemory; in Allocate()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/gmm_helper/
H A Dgmm.cpp51 resourceParams.pExistingSysMem = castToUint64(alignedPtr); in Gmm()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_graphicsresource_specific.cpp233 gmmParams.pExistingSysMem = (GMM_VOIDPTR64)params.m_pSystemMemory; in Allocate()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/media_driver_next/linux/common/os/
H A Dmos_graphicsresource_specific_next.cpp221 gmmParams.pExistingSysMem = (GMM_VOIDPTR64)params.m_pSystemMemory; in Allocate()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_softlet/linux/common/os/
H A Dmos_graphicsresource_specific_next.cpp239 gmmParams.pExistingSysMem = (GMM_VOIDPTR64)params.m_pSystemMemory; in Allocate()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/ddi/
H A Dmedia_libva_util.cpp362 gmmParams.pExistingSysMem = mediaSurface->pSurfDesc->ulBuffer; in DdiMediaUtil_AllocateSurface()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h1656 …+ sizeof(IsGmmAllocated) - offsetof(TOKSTR_GMM_EXISTING_SYS_MEM_REC, pExistingSysMem), (sizeof(*th…
1661 TokenQword pExistingSysMem = {TOK_FBQ_GMM_EXISTING_SYS_MEM_REC__P_EXISTING_SYS_MEM}; member
H A Dwsl_compute_helper_types_marshall.h2922 dst.pExistingSysMem.setValue(src.pExistingSysMem);
3474 dst.ExistingSysMem.pExistingSysMem.setValue(src.ExistingSysMem.pExistingSysMem);
4033 …mmResourceInfoCommon.ExistingSysMem.pExistingSysMem.setValue(src.GmmResourceInfoCommon.ExistingSys…
H A Dwsl_compute_helper_types_demarshall.h6829 dst.pExistingSysMem = readTokValue<decltype(dst.pExistingSysMem)>(*tok);
9859 …dst.ExistingSysMem.pExistingSysMem = readTokValue<decltype(dst.ExistingSysMem.pExistingSysMem)>(*t…
12941 …ceInfoCommon.ExistingSysMem.pExistingSysMem = readTokValue<decltype(dst.GmmResourceInfoCommon.Exis…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_memory_manager_tests.cpp1039 …_EQ(ptr, reinterpret_cast<void *>(gpuAllocation->getDefaultGmm()->resourceParams.pExistingSysMem)); in TEST_F()
1049 …0x1000), reinterpret_cast<void *>(gpuAllocation->getDefaultGmm()->resourceParams.pExistingSysMem)); in TEST_F()
1343 reinterpret_cast<void *>(osHandle->gmm->resourceParams.pExistingSysMem)); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/gmm_helper/
H A Dgmm_helper_tests.cpp111 EXPECT_EQ(gmm->resourceParams.pExistingSysMem, expectedAddress); in TEST_F()