Home
last modified time | relevance | path

Searched defs:slmTotalSize (Results 1 – 15 of 15) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hpc_core/pvc/
H A Dtest_encode_dispatch_kernel_pvc.cpp26 uint32_t slmTotalSize = 0; in PVCTEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/encoders/
H A Dtest_encode_dispatch_kernel_dg2_and_later.h43 auto slmTotalSize = (slmPolicy == NEO::SlmPolicy::SlmPolicyLargeData) in verifyPreferredSlmValues() local
H A Dtest_encode_dispatch_kernel_pvc_and_later.cpp30 uint32_t slmTotalSize = 0; in HWTEST2_F() local
H A Dtest_encode_dispatch_kernel_dg2_and_later.cpp146 uint32_t slmTotalSize = 1; in HWTEST2_F() local
H A Dtest_encode_dispatch_kernel_xehp_and_later.cpp38 uint32_t slmTotalSize = 1; in HWCMDTEST_F() local
91 uint32_t slmTotalSize = 0; in HWCMDTEST_F() local
120 uint32_t slmTotalSize = 0; in HWCMDTEST_F() local
H A Dtest_encode_dispatch_kernel.cpp229 uint32_t slmTotalSize = 1; in HWTEST_F() local
286 uint32_t slmTotalSize = 1; in HWCMDTEST_F() local
308 uint32_t slmTotalSize = 0; in HWCMDTEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/xe_hpg_core/dg2/
H A Dtest_encode_dispatch_kernel_dg2.cpp28 uint32_t slmTotalSize = 0; in DG2TEST_F() local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hp_core/
H A Dcommand_encoder_xe_hp_core.cpp35 …const HardwareInfo &hwInfo, const uint32_t threadsPerThreadGroup, uint32_t slmTotalSize, SlmPolicy… in appendAdditionalIDDFields()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dkernel_info.cpp33 …o(uint32_t maxWorkGroupSize, bool hasBarriers, uint32_t simdSize, uint32_t slmTotalSize, const Har… in WorkSizeInfo()
H A Dkernel_info.h45 uint32_t slmTotalSize; member
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpg_core/
H A Dcommand_encoder_xe_hpg_core.cpp35 …const HardwareInfo &hwInfo, const uint32_t threadsPerThreadGroup, uint32_t slmTotalSize, SlmPolicy… in appendAdditionalIDDFields()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/xe_hpc_core/
H A Dcommand_encoder_xe_hpc_core.cpp202 …const HardwareInfo &hwInfo, const uint32_t threadsPerThreadGroup, uint32_t slmTotalSize, SlmPolicy… in appendAdditionalIDDFields()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dhardware_commands_helper_base.inl174 auto slmTotalSize = kernel.getSlmTotalSize(); local
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_container/
H A Dcommand_encoder_bdw_and_later.inl333 …const HardwareInfo &hwInfo, const uint32_t threadsPerThreadGroup, uint32_t slmTotalSize, SlmPolicy…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/kernel/
H A Dkernel.h577 uint32_t slmTotalSize = 0u; variable