Searched refs:vIndices (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 60 Value* GetSimdValid32bitIndices(Value* vIndices, Value* pLastIndex); 61 Value* GetSimdValid16bitIndices(Value* vIndices, Value* pLastIndex); 62 Value* GetSimdValid8bitIndices(Value* vIndices, Value* pLastIndex); 78 …void JitLoadVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Value… 79 …void JitGatherVertices(const FETCH_COMPILE_STATE &fetchState, Value* streams, Value* vIndices, Val… 132 Value* vIndices; in Create() local 138 …vIndices = LOAD(BITCAST(indices, PointerType::get(VectorType::get(mInt8Ty, mpJitMgr->mVWidth), 0))… in Create() 139 vIndices = Z_EXT(vIndices, mSimdInt32Ty); in Create() 143 vIndices = GetSimdValid8bitIndices(indices, pLastIndex); in Create() 149 …vIndices = LOAD(BITCAST(indices, PointerType::get(VectorType::get(mInt16Ty, mpJitMgr->mVWidth), 0)… in Create() [all …]
|
D | builder_misc.cpp | 540 Value *Builder::GATHERPS(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, Value* scale) in GATHERPS() argument 549 vGather = VGATHERPS(vSrc,pBase,vIndices,vMask,scale); in GATHERPS() 561 Value *vOffsets = MUL(vIndices,vScaleVec); in GATHERPS() 592 Value *Builder::GATHERDD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, Value* scale) in GATHERDD() argument 599 vGather = VGATHERDD(vSrc, pBase, vIndices, vMask, scale); in GATHERDD() 611 Value *vOffsets = MUL(vIndices, vScaleVec); in GATHERDD() 642 Value *Builder::GATHERPD(Value* vSrc, Value* pBase, Value* vIndices, Value* vMask, Value* scale) in GATHERPD() argument 649 vGather = VGATHERPD(vSrc, pBase, vIndices, vMask, scale); in GATHERPD() 661 Value *vOffsets = MUL(vIndices,vScaleVec); in GATHERPD()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | clip.h | 537 inline simdscalari ComputeOffsets(uint32_t attrib, simdscalari vIndices, uint32_t component) in ComputeOffsets() argument 546 simdscalari vOffsets = _simd_mullo_epi32(vIndices, _simd_set1_epi32(simdVertexStride)); in ComputeOffsets() 558 …nt(const float* pBuffer, uint32_t attrib, simdscalar vMask, simdscalari vIndices, uint32_t compone… in GatherComponent() argument 560 simdscalari vOffsets = ComputeOffsets(attrib, vIndices, component); in GatherComponent() 565 …nt(const float* pBuffer, uint32_t attrib, simdscalar vMask, simdscalari vIndices, uint32_t compone… in ScatterComponent() argument 567 simdscalari vOffsets = ComputeOffsets(attrib, vIndices, component); in ScatterComponent()
|
D | pa.h | 548 simdscalari vIndices = *(simdscalari*)&this->indices[v][0]; in ComputeOffsets() local 552 simdscalari vVertexBatch = _simd_srai_epi32(vIndices, simdShift); in ComputeOffsets() 557 simdscalari vVertexIndex = _simd_and_si(vIndices, _simd_set1_epi32(simdMask)); in ComputeOffsets()
|