Searched refs:vOffsets (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp693 Value* vOffsets = MUL(vCurIndices, vStride); local in function:FetchJit::JitGatherVertices
694 vOffsets = ADD(vOffsets, vAlignmentOffsets);
699 vOffsets = ADD(vOffsets, vInstanceStride);
713 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults);
748 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask);
761 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask);
802 Value* vNewOffsets = ADD(vOffsets, VIMMED1(0x80000000));
861 Value* vOffsetsLo = VSHUFFLE(vOffsets, vOffset
[all...]
H A Dbuilder_gfx_mem.h100 Value* vOffsets,
H A Dbuilder_gfx_mem.cpp112 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, JIT_MEM_CLIENT usage)
121 Builder::SCATTERPS(pDst, vSrc, vOffsets, vMask, usage);
111 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,JIT_MEM_CLIENT usage) argument
H A Dbuilder_mem.h153 Value* vOffsets,
H A Dbuilder_mem.cpp643 /// @param vOffsets - vector of byte offsets from pDst
646 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, JIT_MEM_CLIENT usage)
676 STORE(vOffsets, pOffsetsArrayPtr);
645 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,JIT_MEM_CLIENT usage) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp700 Value* vOffsets = MUL(vCurIndices, vStride); local in function:FetchJit::JitGatherVertices
701 vOffsets = ADD(vOffsets, vAlignmentOffsets);
706 vOffsets = ADD(vOffsets, vInstanceStride);
720 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults);
755 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
768 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
809 Value* vNewOffsets = ADD(vOffsets, VIMMED1(0x80000000));
868 Value* vOffsetsLo = VSHUFFLE(vOffsets, vOffset
[all...]
H A Dbuilder_gfx_mem.h99 Value* vOffsets,
H A Dbuilder_gfx_mem.cpp112 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, MEM_CLIENT usage)
121 Builder::SCATTERPS(pDst, BITCAST(vSrc, mSimdFP32Ty), vOffsets, vMask, usage);
111 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,MEM_CLIENT usage) argument
H A Dbuilder_mem.h155 Value* vOffsets,
H A Dbuilder_mem.cpp649 /// @param vOffsets - vector of byte offsets from pDst
652 Value* pDst, Value* vSrc, Value* vOffsets, Value* vMask, MEM_CLIENT usage)
660 VSCATTERPS(pDst, vMask, vOffsets, vSrc, C(1));
693 STORE(vOffsets, pOffsetsArrayPtr);
651 SCATTERPS(Value * pDst,Value * vSrc,Value * vOffsets,Value * vMask,MEM_CLIENT usage) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/core/core/
H A Dclip.h590 const SIMD256::Integer vOffsets = local in function:Clipper::ClipSimd
638 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
656 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
673 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
689 SIMD256::mask_i32gather_ps(SIMD256::setzero_ps(), pBase, vOffsets, vMask);
847 Integer<SIMD_T> vOffsets = local in function:Clipper::ComputeOffsets
851 vOffsets = SIMD_T::add_epi32(
852 vOffsets, SIMD_T::set1_epi32(attribStride * attrib + componentStride * component));
855 vOffsets = SIMD_T::add_epi32(vOffsets, vElemOffse
866 Integer<SIMD_T> vOffsets = ComputeOffsets(attrib, vIndices, component); local in function:Clipper::GatherComponent
879 Integer<SIMD_T> vOffsets = ComputeOffsets(attrib, vIndices, component); local in function:Clipper::ScatterComponent
[all...]
H A Dpa.h437 SIMDSCALARI vOffsets[MAX_NUM_VERTS_PER_PRIM]; // byte offsets for currently assembling simd member in struct:PA_STATE_CUT
717 this->vOffsets[v] =
721 this->vOffsets[v] =
729 this->vOffsets[v] = _simd16_add_epi32(
730 this->vOffsets[v],
734 this->vOffsets[v] =
735 _simd_add_epi32(this->vOffsets[v],
762 SIMDSCALARI offsets = this->vOffsets[v];
829 SIMDSCALARI offsets = this->vOffsets[v];
876 uint32_t* pOffset = (uint32_t*)&this->vOffsets[
[all...]

Completed in 52 milliseconds