Searched defs:activeLaneMask (Results 1 – 8 of 8) sorted by relevance
82 auto activeLaneMask = SIMD::Int(0xFFFFFFFF); in program() local
355 SIMD::Int activeLaneMask = this->activeLaneMask(); in EmitImageSampleUnconditional() local704 …k::Format imageFormat, OutOfBoundsBehavior outOfBoundsBehavior, SIMD::Int activeLaneMask, const Sp… in GetNonUniformTexelAddress()
1832 void SpirvShader::emit(SpirvRoutine *routine, const RValue<SIMD::Int> &activeLaneMask, const RValue… in emit() argument1899 RValue<SIMD::Int> activeLaneMask, in SpirvEmitter()1918 RValue<SIMD::Int> activeLaneMask, in emit()
197 SIMD::Int activeLaneMask = 0xFFFFFFFF; in executeShader() local
182 auto activeLaneMask = CmpLT(localInvocationIndex, SIMD::Int(invocationsPerWorkgroup)); in emit() local
301 SIMD::Int activeLaneMask(0); in EmitNonLoop() local
1077 RValue<SIMD::Int> activeLaneMask() const in activeLaneMask() function in sw::SpirvEmitter
1257 sw::SIMD::uint_t activeLaneMask; member