Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dstreaming-load-memcpy.c66 __m128i *dst_cacheline = (__m128i *)d; in _mesa_streaming_load_memcpy() local
74 _mm_store_si128(dst_cacheline + 0, temp1); in _mesa_streaming_load_memcpy()
75 _mm_store_si128(dst_cacheline + 1, temp2); in _mesa_streaming_load_memcpy()
76 _mm_store_si128(dst_cacheline + 2, temp3); in _mesa_streaming_load_memcpy()
77 _mm_store_si128(dst_cacheline + 3, temp4); in _mesa_streaming_load_memcpy()