Searched refs:LoadSOA (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_conversion.h | 37 INLINE void SIMDCALL LoadSOA(const uint8_t* pSrc, Vec4<SIMD_T>& dst) in LoadSOA() function 83 INLINE void SIMDCALL LoadSOA(const uint8_t* pSrc, simdvector& dst) in LoadSOA() function 85 LoadSOA<SIMD256, SrcFormat>(pSrc, dst); in LoadSOA() 89 INLINE void SIMDCALL LoadSOA(const uint8_t* pSrc, simd16vector& dst) in LoadSOA() function 91 LoadSOA<SIMD512, SrcFormat>(pSrc, dst); in LoadSOA()
|
D | depthstencil.h | 212 LoadSOA<R8_UINT>(pStencilBase, sbuf); in DepthStencilTest() 280 LoadSOA<R8_UINT>(pStencilBase, sbuf); in DepthStencilWrite()
|
D | blend.h | 302 LoadSOA<KNOB_COLOR_HOT_TILE_FORMAT>(pDst, dst); in Blend()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/ |
D | StoreTile.h | 355 LoadSOA<SrcFormat>(pSrc, src); 416 LoadSOA<SrcFormat>(pSrc, src);
|