Searched refs:viMask (Results 1 – 1 of 1) sorted by relevance
760 auto viMask = SIMD_T::castps_si(vMask); in TransposeSOAtoAOS() local769 SIMD_T::maskstore_ps((float*)pDstBase, viMask, attribGatherX); in TransposeSOAtoAOS()770 … SIMD_T::maskstore_ps((float*)(pDstBase + sizeof(typename SIMD_T::Float)), viMask, attribGatherY); in TransposeSOAtoAOS()771 …SIMD_T::maskstore_ps((float*)(pDstBase + sizeof(typename SIMD_T::Float) * 2), viMask, attribGather… in TransposeSOAtoAOS()772 …SIMD_T::maskstore_ps((float*)(pDstBase + sizeof(typename SIMD_T::Float) * 3), viMask, attribGather… in TransposeSOAtoAOS()