Home
last modified time | relevance | path

Searched refs:canAbortOnSpill (Results 1 – 11 of 11) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DComputeShaderCodeGen.hpp24 …void InitEncoder(SIMDMode simdMode, bool canAbortOnSpill, ShaderDispatchMode shaderMode = S…
H A DComputeShaderCodeGen.cpp128 …void CComputeShader::InitEncoder(SIMDMode simdMode, bool canAbortOnSpill, ShaderDispatchMode shade… in InitEncoder() argument
137 CShader::InitEncoder(simdMode, canAbortOnSpill, shaderMode); in InitEncoder()
H A DPixelShaderCodeGen.hpp63 …void InitEncoder(SIMDMode simdMode, bool canAbortOnSpill, ShaderDispatchMode shaderMode = ShaderDi…
H A DCISABuilder.hpp117 …void InitEncoder(bool canAbortOnSpill, bool hasStackCall, bool hasInlineAsmCall, VISAKernel* prevK…
119 …void InitVISABuilderOptions(TARGET_PLATFORM VISAPlatform, bool canAbortOnSpill, bool hasStackCall,…
H A DShaderCodeGen.cpp898 bool canAbortOnSpill, in AddCodeGenPasses() argument
904 Passes.add(new EmitPass(shaders, simdMode, canAbortOnSpill, shaderMode, pSignature)); in AddCodeGenPasses()
H A DShaderCodeGen.hpp96 …virtual void InitEncoder(SIMDMode simdMode, bool canAbortOnSpill, ShaderDispatchMode shaderMode = …
H A DPixelShaderCodeGen.cpp730 void CPixelShader::InitEncoder(SIMDMode simdMode, bool canAbortOnSpill, ShaderDispatchMode shaderMo… in InitEncoder() argument
769 CShader::InitEncoder(simdMode, canAbortOnSpill, shaderMode); in InitEncoder()
H A DEmitVISAPass.hpp43 …EmitPass(CShaderProgram::KernelShaderMap& shaders, SIMDMode mode, bool canAbortOnSpill, ShaderDisp…
H A DCISABuilder.cpp3721 …void CEncoder::InitVISABuilderOptions(TARGET_PLATFORM VISAPlatform, bool canAbortOnSpill, bool has… in InitVISABuilderOptions() argument
3939 if (canAbortOnSpill) in InitVISABuilderOptions()
4618 …void CEncoder::InitEncoder(bool canAbortOnSpill, bool hasStackCall, bool hasInlineAsmCall, VISAKer… in InitEncoder() argument
4660 …InitVISABuilderOptions(VISAPlatform, canAbortOnSpill, hasStackCall, builderOpt == VISA_BUILDER_BOT… in InitEncoder()
H A DCShader.cpp71 void CShader::InitEncoder(SIMDMode simdSize, bool canAbortOnSpill, ShaderDispatchMode shaderMode) in InitEncoder() argument
H A DEmitVISAPass.cpp116 EmitPass::EmitPass(CShaderProgram::KernelShaderMap& shaders, SIMDMode mode, bool canAbortOnSpill, S… in EmitPass() argument
123 m_canAbortOnSpill(canAbortOnSpill), in EmitPass()