HomeSort by: relevance | last modified time | path
    Searched refs:vIndices (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/shader_lib/
Scatter.cpp 34 extern "C" void ScatterPS_256(uint8_t* pBase, SIMD256::Integer vIndices, SIMD256::Float vSrc, uint8_t mask, uint32_t scale)
40 SIMD256::store_si((SIMD256::Integer*)indices, vIndices);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 61 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;
180 vIndices = LOAD(
183 vIndices = Z_EXT(vIndices, mSimdInt32Ty);
187 vIndices = GetSimdValid8bitIndices(indices, pLastIndex);
193 vIndices = LOAD
    [all...]
builder_mem.cpp 181 /// @param vIndices - SIMD wide value of VB byte offsets
186 Value* vIndices,
193 return VGATHERPS(vSrc, pBase, vIndices, vMask, C(scale));
201 /// @param vIndices - SIMD wide value of VB byte offsets
206 Value* vIndices,
213 return VGATHERDD(vSrc, pBase, vIndices, vMask, C(scale));
221 /// @param vIndices - SIMD wide value of VB byte offsets
225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale)
227 return VGATHERPD(vSrc, pBase, vIndices, vMask, C(scale));
builder_gfx_mem.cpp 65 /// @param vIndices - SIMD wide value of VB byte offsets
70 Value* vIndices,
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale);
90 /// @param vIndices - SIMD wide value of VB byte offsets
95 Value* vIndices,
107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
fetch_jit.cpp 61 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;
180 vIndices = LOAD(
183 vIndices = Z_EXT(vIndices, mSimdInt32Ty);
187 vIndices = GetSimdValid8bitIndices(indices, pLastIndex);
193 vIndices = LOAD
    [all...]
builder_gfx_mem.cpp 65 /// @param vIndices - SIMD wide value of VB byte offsets
70 Value* vIndices,
81 Value* vGather = Builder::GATHERPS(vSrc, pBase, vIndices, vMask, scale);
90 /// @param vIndices - SIMD wide value of VB byte offsets
95 Value* vIndices,
107 Value* vGather = Builder::GATHERDD(vSrc, pBase, vIndices, vMask, scale);
builder_mem.cpp 181 /// @param vIndices - SIMD wide value of VB byte offsets
186 Value* vIndices,
193 return VGATHERPS(vSrc, pBase, vIndices, vMask, C(scale));
201 /// @param vIndices - SIMD wide value of VB byte offsets
206 Value* vIndices,
213 return VGATHERDD(vSrc, pBase, vIndices, vMask, C(scale));
221 /// @param vIndices - SIMD wide value of VB byte offsets
225 Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale)
227 return VGATHERPD(vSrc, pBase, vIndices, vMask, C(scale));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
pa.h 711 SIMDSCALARI vIndices = *(SIMDSCALARI*)&this->indices[v][0];
716 SIMDSCALARI vVertexBatch = _simd16_srai_epi32(vIndices, simdShift);
720 SIMDSCALARI vVertexBatch = _simd_srai_epi32(vIndices, simdShift);
728 SIMDSCALARI vVertexIndex = _simd16_and_si(vIndices, _simd16_set1_epi32(simdMask));
733 SIMDSCALARI vVertexIndex = _simd_and_si(vIndices, _simd_set1_epi32(simdMask));
clip.h 815 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);

Completed in 7 milliseconds