Home
last modified time | relevance | path

Searched refs:FtrGpGpuMidBatchPreempt (Results 1 – 20 of 20) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dsharedata_wrapper.h72 bool FtrGpGpuMidBatchPreempt : 1; member
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/linux/common/os/
H A Dmos_os_mock_adaptor_specific.cpp184 MEDIA_WR_SKU(m_pSkuTable, FtrGpGpuMidBatchPreempt, 0); in InitializeSkuWaTable()
H A Dhwinfo_linux.c267 MEDIA_WR_SKU(skuTable, FtrGpGpuMidBatchPreempt, 0); in HWInfo_GetGfxInfo()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/inc/common/
H A Dsku_wa.h188 unsigned int FtrGpGpuMidBatchPreempt : 1; member
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/linux/common/os/
H A Dhwinfo_linux.c233 MEDIA_WR_SKU(skuTable, FtrGpGpuMidBatchPreempt, 0); in HWInfo_GetGfxInfo()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/wsl_compute_helper/source/
H A Dwsl_compute_helper_types_tokens_structs.h510 …verFLR) + sizeof(FtrDriverFLR) - offsetof(TOKSTR_ANONYMOUS21990, FtrGpGpuMidBatchPreempt), (sizeof…
515 …TokenDword FtrGpGpuMidBatchPreempt = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS21990__FTR_GP_GPU_MID_BA… member
693 …TokenDword FtrGpGpuMidBatchPreempt = {TOK_FBD_SKU_FEATURE_TABLE__ANONYMOUS21990__FTR_GP_GPU_MID_BA… member
H A Dwsl_compute_helper_types_marshall.h1087 dst.FtrGpGpuMidBatchPreempt.setValue(src.FtrGpGpuMidBatchPreempt);
1441 dst.SkuTable.FtrGpGpuMidBatchPreempt.setValue(src.SkuTable.FtrGpGpuMidBatchPreempt);
H A Dwsl_compute_helper_types_demarshall.h1815 … dst.FtrGpGpuMidBatchPreempt = readTokValue<decltype(dst.FtrGpGpuMidBatchPreempt)>(*tok);
3073 …dst.SkuTable.FtrGpGpuMidBatchPreempt = readTokValue<decltype(dst.SkuTable.FtrGpGpuMidBatchPreempt)…
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_command_buffer.cpp702 else if (MEDIA_IS_SKU(m_cmhal->skuTable, FtrGpGpuMidBatchPreempt)) in AddPreemptionConfig()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_command_buffer.cpp702 else if (MEDIA_IS_SKU(m_cmhal->skuTable, FtrGpGpuMidBatchPreempt)) in AddPreemptionConfig()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen11/cm/
H A Dcm_hal_g11.cpp483 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen11/cm/
H A Dcm_hal_g11.cpp483 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen12/cm/
H A Dcm_hal_g12.cpp574 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen12/cm/
H A Dcm_hal_g12.cpp574 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen10/cm/
H A Dcm_hal_g10.cpp205 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen10/cm/
H A Dcm_hal_g10.cpp205 else if (MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt)) in SubmitCommands()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/gen9/cm/
H A Dcm_hal_g9.cpp828 else if ( MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt )) in SubmitCommands()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/gen9/cm/
H A Dcm_hal_g9.cpp828 else if ( MEDIA_IS_SKU(state->skuTable, FtrGpGpuMidBatchPreempt )) in SubmitCommands()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/renderhal/
H A Drenderhal.cpp2883 …bleGpgpuMidBatchPreEmption = MEDIA_IS_SKU(pRenderHal->pSkuTable, FtrGpGpuMidBatchPreempt) ? true :… in RenderHal_EnableGpgpuMiddleBatchBufferPreemption()
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/renderhal/
H A Drenderhal.cpp2876 …bleGpgpuMidBatchPreEmption = MEDIA_IS_SKU(pRenderHal->pSkuTable, FtrGpGpuMidBatchPreempt) ? true :… in RenderHal_EnableGpgpuMiddleBatchBufferPreemption()