Home
last modified time | relevance | path

Searched refs:m_disableMidThreadPreemption (Results 1 – 4 of 4) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DOpenCLKernelCodeGen.hpp63 bool GetDisableMidThreadPreemption() const { return m_disableMidThreadPreemption; } in GetDisableMidThreadPreemption()
64 void SetDisableMidthreadPreemption() { m_disableMidThreadPreemption = true; } in SetDisableMidthreadPreemption()
107 bool m_disableMidThreadPreemption; member in IGC::COpenCLKernel
H A DComputeShaderCodeGen.hpp37 m_disableMidThreadPreemption = true; in SetDisableMidthreadPreemption()
50 bool m_disableMidThreadPreemption; member in IGC::CComputeShader
H A DComputeShaderCodeGen.cpp28 , m_disableMidThreadPreemption(false) in CComputeShader()
355 pKernelProgram->DisableMidThreadPreemption = m_disableMidThreadPreemption; in FillProgram()
H A DOpenCLKernelCodeGen.cpp70 m_disableMidThreadPreemption = false; in COpenCLKernel()