Home
last modified time | relevance | path

Searched refs:simd8Program (Results 1 – 3 of 3) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DComputeShaderCodeGen.cpp437 CShader* simd8Program = getSIMDEntry(ctx, SIMDMode::SIMD8); in CompileSIMDSize() local
441 bool hasSimd8 = simd8Program && simd8Program->ProgramOutput()->m_programSize > 0; in CompileSIMDSize()
H A DPixelShaderCodeGen.cpp1321 CShader* simd8Program = m_parent->GetShader(SIMDMode::SIMD8); in CompileSIMDSize() local
1322 … if (simd8Program != nullptr && simd8Program->ProgramOutput()->m_scratchSpaceUsedBySpills > 0) in CompileSIMDSize()
H A DOpenCLKernelCodeGen.cpp2422 CShader* simd8Program = m_parent->GetShader(SIMDMode::SIMD8); in checkSIMDCompileConds() local
2432 if ((simd8Program && simd8Program->ProgramOutput()->m_programSize > 0) || in checkSIMDCompileConds()