Home
last modified time | relevance | path

Searched refs:FtrLocalMemoryAllows4KB (Results 1 – 8 of 8) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dsharedata_wrapper.h134 bool FtrLocalMemoryAllows4KB : 1; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/sku_info/
H A Dsku_info_base_reference.h45 refFtrTable.FtrLocalMemoryAllows4KB = 1; in fillReferenceFtrForTransfer()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/inc/common/
H A Dsku_wa.h102 unsigned int FtrLocalMemoryAllows4KB : 1; member
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Resource/
H A DGmmResourceInfoCommon.cpp58 …Ignore64KBPadding |= (GetGmmLibContext()->GetSkuTable().FtrLocalMemoryAllows4KB && Surf.Flags.Info… in Is64KBPageSuitable()
59 …Ignore64KBPadding |= ((GetGmmLibContext()->GetSkuTable().FtrLocalMemoryAllows4KB) && (((Size * (10… in Is64KBPageSuitable()
H A DGmmResourceInfoCommonEx.cpp580 (!GetGmmLibContext()->GetSkuTable().FtrLocalMemoryAllows4KB) && in ValidateParams()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h548 …TokenDword FtrLocalMemoryAllows4KB = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS21990__FTR_LOCAL_MEMORY_… member
726 …TokenDword FtrLocalMemoryAllows4KB = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS21990__FTR_LOCAL_MEMORY_… member
H A Dwsl_compute_helper_types_marshall.h1120 dst.FtrLocalMemoryAllows4KB.setValue(src.FtrLocalMemoryAllows4KB);
1474 dst.SkuTable.FtrLocalMemoryAllows4KB.setValue(src.SkuTable.FtrLocalMemoryAllows4KB);
H A Dwsl_compute_helper_types_demarshall.h1914 … dst.FtrLocalMemoryAllows4KB = readTokValue<decltype(dst.FtrLocalMemoryAllows4KB)>(*tok);
3172 …dst.SkuTable.FtrLocalMemoryAllows4KB = readTokValue<decltype(dst.SkuTable.FtrLocalMemoryAllows4KB)…