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

  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
fifo.hpp 112 __m256 vSrc = _simd_load_ps(pSrc + i*KNOB_SIMD_WIDTH);
113 _simd_stream_ps(pDst + i*KNOB_SIMD_WIDTH, vSrc);
clip.h 561 simdscalar vSrc = _mm256_undefined_ps();
562 return _simd_mask_i32gather_ps(vSrc, pBuffer, vOffsets, vMask, 1);
565 inline void ScatterComponent(const float* pBuffer, uint32_t attrib, simdscalar vMask, simdscalari vIndices, uint32_t component, simdscalar vSrc)
570 float* pSrc = (float*)&vSrc;
    [all...]
state.h 813 simdvector& vSrc, simdvector& vSrc1, simdscalar& vSrc0Alpha, uint32_t sample,
    [all...]
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
builder_misc.cpp 535 /// @param vSrc - SIMD wide value that will be loaded if mask is invalid
540 Value *Builder::GATHERPS(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, Value* scale)
549 vGather = VGATHERPS(vSrc,pBase,vIndices,vMask,scale);
555 // store vSrc on the stack. this way we can select between a valid load address and the vSrc address
556 Value* vSrcPtr = ALLOCA(vSrc->getType());
557 STORE(vSrc, vSrcPtr);
587 /// @param vSrc - SIMD wide value that will be loaded if mask is invalid
592 Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, Value* scale)
599 vGather = VGATHERDD(vSrc, pBase, vIndices, vMask, scale)
    [all...]
builder_misc.h 118 void SCATTERPS(Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
simdintrin.h 383 __m256 _simd_mask_i32gather_ps(__m256 vSrc, const float* pBase, __m256i vOffsets, __m256 vMask, const int scale)
386 simdscalar vResult = vSrc;
    [all...]
  /external/valgrind/VEX/priv/
host_ppc_isel.c 2354 HReg vsrc = iselVecExpr(env, e->Iex.Unop.arg, IEndianess); local
    [all...]

Completed in 756 milliseconds