Home
last modified time | relevance | path

Searched refs:TOKSTR_GT_VEBOX_INFO (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.h62 struct TOKSTR_GT_VEBOX_INFO { struct
65 TOKSTR_GT_VEBOX_INFO(uint16_t tokenId, uint32_t elementId = 0) argument
66 …: base(tokenId, elementId, offsetof(TOKSTR_GT_VEBOX_INFO, IsValid) + sizeof(IsValid) - offsetof(TO…
68 TOKSTR_GT_VEBOX_INFO() in TOKSTR_GT_VEBOX_INFO() function
140 static_assert(std::is_standard_layout_v<TOKSTR_GT_VEBOX_INFO>, ""); argument
141 static_assert(sizeof(TOKSTR_GT_VEBOX_INFO) % sizeof(uint32_t) == 0, "");
423 TOKSTR_GT_VEBOX_INFO VEBoxInfo = {TOK_FS_GT_SYSTEM_INFO__VEBOX_INFO};
H A Dwsl_compute_helper_types_marshall.h138 inline void marshall(TOKSTR_GT_VEBOX_INFO &dst, const GT_VEBOX_INFOT &src) {
156 static TOKSTR_GT_VEBOX_INFO marshall(const GT_VEBOX_INFOT &src) {
157 TOKSTR_GT_VEBOX_INFO ret = {};