Searched defs:activeLaneMask (Results 1 – 7 of 7) sorted by relevance
82 auto activeLaneMask = SIMD::Int(0xFFFFFFFF); in program() local
198 auto activeLaneMask = SIMD::Int(0xFFFFFFFF); in executeShader() local
204 auto activeLaneMask = CmpLT(localInvocationIndex, SIMD::Int(invocationsPerWorkgroup)); in emit() local
301 SIMD::Int activeLaneMask(0); in EmitNonLoop() local
1055 RValue<SIMD::Int> activeLaneMask, in EmitState()1076 RValue<SIMD::Int> activeLaneMask() const in activeLaneMask() function in sw::SpirvShader::EmitState
1770 void SpirvShader::emit(SpirvRoutine *routine, RValue<SIMD::Int> const &activeLaneMask, RValue<SIMD:… in emit()
1257 sw::SIMD::uint_t activeLaneMask; member