Home
last modified time | relevance | path

Searched refs:FtrGtBigDie (Results 1 – 10 of 10) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/Compiler/API/
H A Dusc.h78 unsigned int FtrGtBigDie : 1; // Indicate Big Die Silicon member
177 …uscAdpaterInfo.UscSkuFeatureTable.FtrGtBigDie = bigSkuTable.FtrGtBigDie; // Indicat… in InitializeUscAdapterInfo()
251 uscSkuTable.FtrGtBigDie = bigSkuTable.FtrGtBigDie; // Indicates Big Die Silicon. in InitializeUscSkuTable()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A Digc_workaround.cpp120 SkuFeatureTable.FtrGtBigDie = pUSCSkuFeatureTable->FtrGtBigDie; in ConvertSkuTable()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/impl/
H A Digc_features_and_workarounds_impl.cpp30 DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrGtBigDie, bool);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/
H A Dplatform_helper.h89 COPY_VAL_EXACT(FtrGtBigDie); in PopulateInterfaceWith()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dsharedata_wrapper.h54 bool FtrGtBigDie : 1; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/
H A Dsku_wa.h60 unsigned int FtrGtBigDie : 1; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_compilers.cpp218 DEFINE_GET_SET(IgcFeaturesAndWorkarounds, 1, FtrGtBigDie, bool);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h452 TokenDword FtrGtBigDie = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS3245__FTR_GT_BIG_DIE}; member
669 …TokenDword FtrGtBigDie = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS3245__FTR_GT_BIG_DIE}; … member
H A Dwsl_compute_helper_types_marshall.h1063 dst.FtrGtBigDie.setValue(src.FtrGtBigDie);
1417 dst.SkuTable.FtrGtBigDie.setValue(src.SkuTable.FtrGtBigDie);
H A Dwsl_compute_helper_types_demarshall.h1743 dst.FtrGtBigDie = readTokValue<decltype(dst.FtrGtBigDie)>(*tok);
3001 … dst.SkuTable.FtrGtBigDie = readTokValue<decltype(dst.SkuTable.FtrGtBigDie)>(*tokSkuTable);