Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dpa.h371 _simd16_set1_epi32(startID + this->primIDIncr * (this->numPrimsComplete / SIMD_WIDTH))); in GetPrimID()
593 return _simd16_add_epi32(_simd16_set1_epi32(startID), this->vPrimId); in GetPrimID()
690 this->vPrimId = _simd16_add_epi32(vPrimId, _simd16_set1_epi32(SIMD_WIDTH)); in Advance()
718 _simd16_mullo_epi32(vVertexBatch, _simd16_set1_epi32(vertexStrideBytes)); in ComputeOffsets()
728 SIMDSCALARI vVertexIndex = _simd16_and_si(vIndices, _simd16_set1_epi32(simdMask)); in ComputeOffsets()
731 _simd16_mullo_epi32(vVertexIndex, _simd16_set1_epi32(sizeof(float)))); in ComputeOffsets()
766 offsets = _simd16_add_epi32(offsets, _simd16_set1_epi32(slot * sizeof(SIMDVECTOR))); in Assemble()
833 offsets = _simd16_add_epi32(offsets, _simd16_set1_epi32(slot * sizeof(SIMDVECTOR))); in Assemble()
1450 indices = _simd16_mullo_epi32(indices, _simd16_set1_epi32(vertexStride / 4)); in Assemble()
1572 return _simd16_add_epi32(_simd16_set1_epi32(startID), m_vPrimId); in GetPrimID()
Dfrontend.cpp1066 simd16scalari vPrimId = _simd16_set1_epi32(pPrimitiveId[inputPrim]); in GeometryShaderStage()
1495 const simd16scalari primID = _simd16_set1_epi32(dsContext.PrimitiveID); in TessellationStages()
1856 vIndex = _simd16_add_epi32(_simd16_set1_epi32(work.startVertexID), vScale); in ProcessDraw()
2133 vIndex = _simd16_add_epi32(vIndex, _simd16_set1_epi32(KNOB_SIMD16_WIDTH)); in ProcessDraw()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dsimd16intrin.h37 #define _simd16_set1_epi32 SIMD16::set1_epi32 macro
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.h498 simd16scalari mask = _simd16_set1_epi32(0x00FFFFFF);