Searched refs:vSrc (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 592 … Value *Builder::GATHERPS(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scale) in GATHERPS() argument 602 vGather = VGATHERPS(vSrc, pBase, vIndices, mask, C(scale)); in GATHERPS() 609 Value* vSrcPtr = ALLOCA(vSrc->getType()); in GATHERPS() 610 STORE(vSrc, vSrcPtr); in GATHERPS() 637 …Value *Builder::GATHERPS_16(Value *vSrc, Value *pBase, Value *vIndices, Value *vMask, uint8_t scal… in GATHERPS_16() argument 647 vGather = VGATHERPS_16(vSrc, pBase, vIndices, mask, C((uint32_t)scale)); in GATHERPS_16() 651 Value *src0 = EXTRACT_16(vSrc, 0); in GATHERPS_16() 652 Value *src1 = EXTRACT_16(vSrc, 1); in GATHERPS_16() 677 … Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, uint8_t scale) in GATHERDD() argument 684 vGather = VGATHERDD(vSrc, pBase, vIndices, VMASK(vMask), C(scale)); in GATHERDD() [all …]
|
D | builder_misc.h | 151 void SCATTERPS(Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask);
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | fifo.hpp | 112 __m256 vSrc = _mm256_load_ps(pSrc + i*KNOB_SIMD_WIDTH); in enqueue_try_nosync() local 113 _mm256_stream_ps(pDst + i*KNOB_SIMD_WIDTH, vSrc); in enqueue_try_nosync()
|
D | clip.h | 789 typename SIMD_T::Float vSrc = SIMD_T::setzero_ps(); 791 …return SIMD_T::template mask_i32gather_ps<typename SIMD_T::ScaleFactor(1)>(vSrc, pBuffer, vOffsets… 794 …, typename SIMD_T::Integer const &vIndices, uint32_t component, typename SIMD_T::Float const &vSrc) 799 const float *pSrc = reinterpret_cast<const float *>(&vSrc);
|
D | state.h | 893 simdvector& vSrc, simdvector& vSrc1, simdscalar& vSrc0Alpha, uint32_t sample,
|