HomeSort by relevance Sort by last modified time
    Searched refs:_simd16_add_epi32 (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 352 return _simd16_add_epi32(this->primID,
531 return _simd16_add_epi32(_simd16_set1_epi32(startID), this->vPrimId);
630 this->vPrimId = _simd16_add_epi32(vPrimId, _simd16_set1_epi32(SIMD_WIDTH));
667 this->vOffsets[v] = _simd16_add_epi32(this->vOffsets[v], _simd16_mullo_epi32(vVertexIndex, _simd16_set1_epi32(sizeof(float))));
699 offsets = _simd16_add_epi32(offsets, _simd16_set1_epi32(slot * sizeof(SIMDVECTOR)));
750 offsets = _simd16_add_epi32(offsets, _simd16_set1_epi32(slot * sizeof(SIMDVECTOR)));
    [all...]
frontend.cpp     [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simd16intrin.h 98 #define _simd16_add_epi32 SIMD16::add_epi32 macro

Completed in 45 milliseconds