Searched refs:StoreSOA (Results 1 – 3 of 3) sorted by relevance
194 INLINE void SIMDCALL StoreSOA(const Vec4<SIMD_T>& src, uint8_t* pDst) in StoreSOA() function252 INLINE void SIMDCALL StoreSOA(const simdvector& src, uint8_t* pDst) in StoreSOA() function254 StoreSOA<SIMD256, DstFormat>(src, pDst); in StoreSOA()258 INLINE void SIMDCALL StoreSOA(const simd16vector& src, uint8_t* pDst) in StoreSOA() function260 StoreSOA<SIMD512, DstFormat>(src, pDst); in StoreSOA()
333 StoreSOA<R8_UINT>(stencilResult, pStencilBase); in DepthStencilWrite()
356 StoreSOA<DstFormat>(src, soaTile);