Home
last modified time | relevance | path

Searched refs:StoreSOA (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dformat_conversion.h194 INLINE void SIMDCALL StoreSOA(const Vec4<SIMD_T>& src, uint8_t* pDst) in StoreSOA() function
252 INLINE void SIMDCALL StoreSOA(const simdvector& src, uint8_t* pDst) in StoreSOA() function
254 StoreSOA<SIMD256, DstFormat>(src, pDst); in StoreSOA()
258 INLINE void SIMDCALL StoreSOA(const simd16vector& src, uint8_t* pDst) in StoreSOA() function
260 StoreSOA<SIMD512, DstFormat>(src, pDst); in StoreSOA()
Ddepthstencil.h333 StoreSOA<R8_UINT>(stencilResult, pStencilBase); in DepthStencilWrite()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h356 StoreSOA<DstFormat>(src, soaTile);