Searched defs:activeLaneMask (Results 1 – 7 of 7) sorted by relevance
81 auto activeLaneMask = SIMD::Int(0xFFFFFFFF); in program() local
191 auto activeLaneMask = SIMD::Int(0xFFFFFFFF); in applyShader() local
201 auto activeLaneMask = CmpLT(localInvocationIndex, SIMD::Int(invocationsPerWorkgroup)); in emit() local
301 SIMD::Int activeLaneMask(0); in EmitNonLoop() local
917 RValue<SIMD::Int> activeLaneMask, in EmitState()943 RValue<SIMD::Int> activeLaneMask() const in activeLaneMask() function in sw::SpirvShader::EmitState
1633 void SpirvShader::emit(SpirvRoutine *routine, RValue<SIMD::Int> const &activeLaneMask, RValue<SIMD:… in emit()
1257 sw::SIMD::uint_t activeLaneMask; member