Searched refs:simd8Program (Results 1 – 3 of 3) sorted by relevance
437 CShader* simd8Program = getSIMDEntry(ctx, SIMDMode::SIMD8); in CompileSIMDSize() local441 bool hasSimd8 = simd8Program && simd8Program->ProgramOutput()->m_programSize > 0; in CompileSIMDSize()
1321 CShader* simd8Program = m_parent->GetShader(SIMDMode::SIMD8); in CompileSIMDSize() local1322 … if (simd8Program != nullptr && simd8Program->ProgramOutput()->m_scratchSpaceUsedBySpills > 0) in CompileSIMDSize()
2422 CShader* simd8Program = m_parent->GetShader(SIMDMode::SIMD8); in checkSIMDCompileConds() local2432 if ((simd8Program && simd8Program->ProgramOutput()->m_programSize > 0) || in checkSIMDCompileConds()