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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
format_conversion.h 275 vCompi = _simd16_max_epu32(vCompi, _simd16_set1_epi32(iMin));
276 vCompi = _simd16_min_epu32(vCompi, _simd16_set1_epi32(iMax));
284 vCompi = _simd16_max_epi32(vCompi, _simd16_set1_epi32(iMin));
285 vCompi = _simd16_min_epi32(vCompi, _simd16_set1_epi32(iMax));
pa.h 353 _simd16_set1_epi32(startID + this->primIDIncr * (this->numPrimsComplete / SIMD_WIDTH)));
531 return _simd16_add_epi32(_simd16_set1_epi32(startID), this->vPrimId);
630 this->vPrimId = _simd16_add_epi32(vPrimId, _simd16_set1_epi32(SIMD_WIDTH));
657 this->vOffsets[v] = _simd16_mullo_epi32(vVertexBatch, _simd16_set1_epi32(vertexStrideBytes));
666 SIMDSCALARI vVertexIndex = _simd16_and_si(vIndices, _simd16_set1_epi32(simdMask));
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 39 #define _simd16_set1_epi32 SIMD16::set1_epi32 macro
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
StoreTile.h 576 simd16scalari mask = _simd16_set1_epi32(0x00FFFFFF);
    [all...]

Completed in 70 milliseconds