Home | History | Annotate | Download | only in core

Lines Matching refs:activeLanes

907             simdscalar activeLanes;
909 activeLanes = vMask(work.anyCoveredSamples & MASK);
930 activeLanes = _simd_and_ps(activeLanes, vSampleMask);
936 uint32_t depthPassCount = PixelRateZTest(activeLanes, psContext, BEEarlyDepthTest);
938 AR_EVENT(EarlyDepthInfoPixelRate(depthPassCount, _simd_movemask_ps(activeLanes)));
942 if(!_simd_movemask_ps(activeLanes)) { goto Endtile; };
954 psContext.activeMask = _simd_castps_si(activeLanes);
960 UPDATE_STAT_BE(PsInvocations, _mm_popcnt_u32(_simd_movemask_ps(activeLanes)));
964 activeLanes = _simd_castsi_ps(_simd_and_si(psContext.activeMask, _simd_cmpgt_epi32(psContext.oMask, _simd_setzero_si())));
965 if(!_simd_movemask_ps(activeLanes)) { goto Endtile; };
970 uint32_t depthPassCount = PixelRateZTest(activeLanes, psContext, BELateDepthTest);
972 AR_EVENT(LateDepthInfoPixelRate(depthPassCount, _simd_movemask_ps(activeLanes)));
976 if(!_simd_movemask_ps(activeLanes)) { goto Endtile; };
988 coverageMask = depthMask = activeLanes;