Home
last modified time | relevance | path

Searched refs:usRevId_PCH (Results 1 – 19 of 19) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/skuwa/
H A Diadls_sw_wa.c20 int PchStepId_Adls = (int)pWaParam->usRevId_PCH; in InitAdlsSwWaTable()
H A Diskl_wa.c78 ulStepId_PCH = (1 << pWaParam->usRevId_PCH); in InitSklWaTable()
201 …Table->FtrDesktop && pWaParam->usRevId_PCH >= SKL_PCH_SPT_D0_REV_ID) || ((!pSkuTable->FtrDesktop) … in InitSklWaTable()
2773 ulStepId_PCH = (1 << pWaParam->usRevId_PCH); in InitSklHASWaTable()
H A Dicfl_wa.c25 int iStepId_PCH = (int)pWaParam->usRevId_PCH; in InitCflNonDisplayWaTable()
1358 int iStepId_PCH = (int)pWaParam->usRevId_PCH; in InitCflHASWaTable()
H A Dichv_wa.c392 ulStepId_PCH =(unsigned int) ( 1 << ConvertChvRevId( pWaParam->usRevId_PCH ) ); in InitChvWaTable()
2053 ulStepId_PCH = ( 1 << ConvertChvRevId( pWaParam->usRevId_PCH ) ); in InitChvHASWaTable()
H A Dwa_def.h153 unsigned short usRevId_PCH; member
H A Dikbl_wa.c35 int iStepId_PCH = (int)pWaParam->usRevId_PCH; in InitKblNonDisplayWaTable()
H A DiCnl_wa.c44 ulStepId_PCH = (1 << pWaParam->usRevId_PCH); in InitCnlWaTable()
H A Dibdw_wa.c87 ulStepId_PCH = (1 << pWaParam->usRevId_PCH); in InitBdwWaTable()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A Digc_workaround.cpp28 stWaInitParam.usRevId_PCH = platform->getPlatformInfo().usRevId_PCH; in SetWorkaroundTable()
H A Dcompiler_caps.cpp113 ss << "0x" << std::hex << platformInfo.usRevId_PCH; in CreateCompilerCapsString()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/ocl_igc_interface/
H A Dplatform_helper.h34 COPY_VAL(RevId_PCH, usRevId_PCH); in PopulateInterfaceWith()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/compiler_interface/
H A Dcompiler_cache.cpp76 NEO::IoFunctions::fprintf(fp, " usRevId_PCH=%d\n", hwInfo.platform.usRevId_PCH); in getCachedFileName()
/dports/multimedia/cmrt/cmrt-1.0.6/src/
H A Dhw_info.h106 unsigned short usRevId_PCH; member
H A Dos_interface.c2022 pPlatform->usRevId_PCH = pPlatform->usRevId_PCH; in updatePlatformInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_marshall.h1240 dst.usRevId_PCH.setValue(src.usRevId_PCH);
1412 dst.GfxPlatform.usRevId_PCH.setValue(src.GfxPlatform.usRevId_PCH);
2891 dst.Platform.usRevId_PCH.setValue(src.Platform.usRevId_PCH);
2905 dst.__Platform.usRevId_PCH.setValue(src.__Platform.usRevId_PCH);
3102 dst.Surf.Platform.usRevId_PCH.setValue(src.Surf.Platform.usRevId_PCH);
3116 dst.Surf.__Platform.usRevId_PCH.setValue(src.Surf.__Platform.usRevId_PCH);
3279 dst.AuxSurf.Platform.usRevId_PCH.setValue(src.AuxSurf.Platform.usRevId_PCH);
3293 dst.AuxSurf.__Platform.usRevId_PCH.setValue(src.AuxSurf.__Platform.usRevId_PCH);
3456 dst.AuxSecSurf.Platform.usRevId_PCH.setValue(src.AuxSecSurf.Platform.usRevId_PCH);
3470 dst.AuxSecSurf.__Platform.usRevId_PCH.setValue(src.AuxSecSurf.__Platform.usRevId_PCH);
[all …]
H A Dwsl_compute_helper_types_demarshall.h2264 dst.usRevId_PCH = readTokValue<decltype(dst.usRevId_PCH)>(*tok);
2963 …dst.GfxPlatform.usRevId_PCH = readTokValue<decltype(dst.GfxPlatform.usRevId_PCH)>(*tokGfxPlatform);
6704 … dst.Platform.usRevId_PCH = readTokValue<decltype(dst.Platform.usRevId_PCH)>(*tokPlatform);
6788 … dst.__Platform.usRevId_PCH = readTokValue<decltype(dst.__Platform.usRevId_PCH)>(*tok__Platform);
7779 …dst.Surf.Platform.usRevId_PCH = readTokValue<decltype(dst.Surf.Platform.usRevId_PCH)>(*tokPlatform…
7863 …dst.Surf.__Platform.usRevId_PCH = readTokValue<decltype(dst.Surf.__Platform.usRevId_PCH)>(*tok__Pl…
8759 …dst.AuxSurf.Platform.usRevId_PCH = readTokValue<decltype(dst.AuxSurf.Platform.usRevId_PCH)>(*tokPl…
8843 …dst.AuxSurf.__Platform.usRevId_PCH = readTokValue<decltype(dst.AuxSurf.__Platform.usRevId_PCH)>(*t…
9739 …dst.AuxSecSurf.Platform.usRevId_PCH = readTokValue<decltype(dst.AuxSecSurf.Platform.usRevId_PCH)>(…
9823 …dst.AuxSecSurf.__Platform.usRevId_PCH = readTokValue<decltype(dst.AuxSecSurf.__Platform.usRevId_PC…
[all …]
H A Dwsl_compute_helper_types_tokens_structs.h844 TokenDword usRevId_PCH = {TOK_FBW_PLATFORM_STR__US_REV_ID_PCH}; member
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/
H A Digfxfmid.h149 unsigned short usRevId_PCH; member
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/inc/common/
H A Digfxfmid.h199 unsigned short usRevId_PCH; member