Home
last modified time | relevance | path

Searched refs:TOKSTR_GmmResourceInfoCommonStruct (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.h1670 struct TOKSTR_GmmResourceInfoCommonStruct { struct
1673 TOKSTR_GmmResourceInfoCommonStruct(uint16_t tokenId, uint32_t elementId = 0) argument
1674 …entId, offsetof(TOKSTR_GmmResourceInfoCommonStruct, MultiTileArch) + sizeof(MultiTileArch) - offse…
1676 TOKSTR_GmmResourceInfoCommonStruct() in TOKSTR_GmmResourceInfoCommonStruct() function
1689 static_assert(std::is_standard_layout_v<TOKSTR_GmmResourceInfoCommonStruct>, ""); argument
1690 static_assert(sizeof(TOKSTR_GmmResourceInfoCommonStruct) % sizeof(uint32_t) == 0, "");
1719TOKSTR_GmmResourceInfoCommonStruct GmmResourceInfoCommon = {TOK_FS_GMM_RESOURCE_INFO_WIN_STRUCT__G…
H A Dwsl_compute_helper_types_marshall.h2939 inline void marshall(TOKSTR_GmmResourceInfoCommonStruct &dst, const GmmResourceInfoCommonStructT &s…
3490 static TOKSTR_GmmResourceInfoCommonStruct marshall(const GmmResourceInfoCommonStructT &src) {
3491 TOKSTR_GmmResourceInfoCommonStruct ret = {};