Home
last modified time | relevance | path

Searched refs:threadGroupSize_Z (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 DComputeShaderBase.hpp29 uint threadGroupSize_Z);
H A DComputeShaderBase.cpp36 uint threadGroupSize_Z) in selectWalkOrder() argument
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DThreadCombining.cpp349 unsigned int threadGroupSize_Z = GetthreadGroupSize(M, ThreadGroupSize_Z); in canDoOptimization() local
357 return barriers.empty() && !m_SLMUsed && (threadGroupSize_Z == 1); in canDoOptimization()
378 threadGroupSize_Z != 1) in canDoOptimization()