Home
last modified time | relevance | path

Searched refs:TOKSTR_GMM_EXISTING_SYS_MEM_REC (Results 1 – 2 of 2) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h1652 struct TOKSTR_GMM_EXISTING_SYS_MEM_REC { struct
1655 TOKSTR_GMM_EXISTING_SYS_MEM_REC(uint16_t tokenId, uint32_t elementId = 0) argument
1656 …ementId, offsetof(TOKSTR_GMM_EXISTING_SYS_MEM_REC, IsGmmAllocated) + sizeof(IsGmmAllocated) - offs…
1658 TOKSTR_GMM_EXISTING_SYS_MEM_REC() in TOKSTR_GMM_EXISTING_SYS_MEM_REC() function
1667 static_assert(std::is_standard_layout_v<TOKSTR_GMM_EXISTING_SYS_MEM_REC>, ""); argument
1668 static_assert(sizeof(TOKSTR_GMM_EXISTING_SYS_MEM_REC) % sizeof(uint32_t) == 0, "");
1684TOKSTR_GMM_EXISTING_SYS_MEM_REC ExistingSysMem = {TOK_FS_GMM_RESOURCE_INFO_COMMON_STRUCT__EXISTING…
H A Dwsl_compute_helper_types_marshall.h2920 inline void marshall(TOKSTR_GMM_EXISTING_SYS_MEM_REC &dst, const GMM_EXISTING_SYS_MEM_RECT &src) {
2931 static TOKSTR_GMM_EXISTING_SYS_MEM_REC marshall(const GMM_EXISTING_SYS_MEM_RECT &src) {
2932 TOKSTR_GMM_EXISTING_SYS_MEM_REC ret = {};