Home
last modified time | relevance | path

Searched refs:pVirtAddress (Results 1 – 7 of 7) sorted by relevance

/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/inc/External/Common/
H A DGmmResourceInfo.h74 uint64_t pVirtAddress; member
H A DGmmResourceInfoCommon.h178 if (ExistingSysMem.pVirtAddress && ExistingSysMem.IsGmmAllocated) in ~GmmResourceInfoCommon()
180 GMM_FREE((void *)ExistingSysMem.pVirtAddress); in ~GmmResourceInfoCommon()
302 return (void *)GMM_GFX_ADDRESS_CANONIZE(ExistingSysMem.pVirtAddress); in GetSystemMemPointer()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmRestrictions.cpp804 ExistingSysMem.pVirtAddress = in ApplyExistingSysMemRestrictions()
812 (uint64_t)ExistingSysMem.pVirtAddress, PAGE_SIZE); in ApplyExistingSysMemRestrictions()
814 __GMM_ASSERT((ExistingSysMem.pVirtAddress % BaseAlignment) == 0); in ApplyExistingSysMemRestrictions()
823 OriginalEnd = ExistingSysMem.pVirtAddress + RequiredSize; in ApplyExistingSysMemRestrictions()
H A DGmmResourceInfoCommon.cpp427 ExistingSysMem.pVirtAddress = in Create()
431 if((ExistingSysMem.pVirtAddress + Surf.Size) > in Create()
449 ExistingSysMem.pVirtAddress = (uint64_t)GMM_MALLOC(GFX_ULONG_CAST(ExistingSysMem.Size)); in Create()
450 if(!ExistingSysMem.pVirtAddress) in Create()
457 …ingSysMem.pGfxAlignedVirtAddress = (uint64_t)GFX_ALIGN(ExistingSysMem.pVirtAddress, Restrictions.A… in Create()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h1662 TokenQword pVirtAddress = {TOK_FBQ_GMM_EXISTING_SYS_MEM_REC__P_VIRT_ADDRESS}; member
H A Dwsl_compute_helper_types_marshall.h2923 dst.pVirtAddress.setValue(src.pVirtAddress);
3475 dst.ExistingSysMem.pVirtAddress.setValue(src.ExistingSysMem.pVirtAddress);
4034 …t.GmmResourceInfoCommon.ExistingSysMem.pVirtAddress.setValue(src.GmmResourceInfoCommon.ExistingSys…
H A Dwsl_compute_helper_types_demarshall.h6832 dst.pVirtAddress = readTokValue<decltype(dst.pVirtAddress)>(*tok);
9862 …dst.ExistingSysMem.pVirtAddress = readTokValue<decltype(dst.ExistingSysMem.pVirtAddress)>(*tokExis…
12944 …ourceInfoCommon.ExistingSysMem.pVirtAddress = readTokValue<decltype(dst.GmmResourceInfoCommon.Exis…