Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp61 Value* GetSimdValid32bitIndices(Value* vIndices, Value* pLastIndex);
62 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex);
63 Value* GetSimdValid8bitIndices(Value* vIndices, Value* pLastIndex);
106 Value* vIndices,
173 Value* vIndices; in Create() local
180 vIndices = LOAD( in Create()
183 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
187 vIndices = GetSimdValid8bitIndices(indices, pLastIndex); in Create()
193 vIndices = LOAD( in Create()
196 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create()
[all …]
Dbuilder_mem.cpp186 Value* vIndices, in GATHERPS() argument
193 return VGATHERPS(vSrc, pBase, vIndices, vMask, C(scale)); in GATHERPS()
206 Value* vIndices, in GATHERDD() argument
213 return VGATHERDD(vSrc, pBase, vIndices, vMask, C(scale)); in GATHERDD()
225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERPD() argument
227 return VGATHERPD(vSrc, pBase, vIndices, vMask, C(scale)); in GATHERPD()
Dbuilder_gfx_mem.cpp70 Value* vIndices, in GATHERPS() argument
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale); in GATHERPS()
95 Value* vIndices, in GATHERDD() argument
107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale); in GATHERDD()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/
DScatter.cpp34 extern "C" void ScatterPS_256(uint8_t* pBase, SIMD256::Integer vIndices, SIMD256::Float vSrc, uint8… in ScatterPS_256() argument
40 SIMD256::store_si((SIMD256::Integer*)indices, vIndices); in ScatterPS_256()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Dclip.h815 ComputeOffsets(uint32_t attrib, Integer<SIMD_T> const& vIndices, uint32_t component)
848 SIMD_T::mullo_epi32(vIndices, SIMD_T::set1_epi32(simdVertexStride));
863 Integer<SIMD_T> const& vIndices,
866 Integer<SIMD_T> vOffsets = ComputeOffsets(attrib, vIndices, component);
875 Integer<SIMD_T> const& vIndices,
879 Integer<SIMD_T> vOffsets = ComputeOffsets(attrib, vIndices, component);
Dpa.h711 SIMDSCALARI vIndices = *(SIMDSCALARI*)&this->indices[v][0]; in ComputeOffsets() local
716 SIMDSCALARI vVertexBatch = _simd16_srai_epi32(vIndices, simdShift); in ComputeOffsets()
720 SIMDSCALARI vVertexBatch = _simd_srai_epi32(vIndices, simdShift); in ComputeOffsets()
728 SIMDSCALARI vVertexIndex = _simd16_and_si(vIndices, _simd16_set1_epi32(simdMask)); in ComputeOffsets()
733 SIMDSCALARI vVertexIndex = _simd_and_si(vIndices, _simd_set1_epi32(simdMask)); in ComputeOffsets()