Searched refs:pSrcBase (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1067 void Builder::Gather4(const SWR_FORMAT format, Value* pSrcBase, Value* byteOffsets, in Gather4() argument 1073 GATHER4PS(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1077 GATHER4DD(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1081 void Builder::GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4PS() argument 1095 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1105 pSrcBase = GEP(pSrcBase, C((char)4)); in GATHER4PS() 1107 … vGatherResult[1] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS() 1135 …herComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets, vMa… in GATHER4PS() 1138 pSrcBase = GEP(pSrcBase, C((char)4)); in GATHER4PS() 1148 void Builder::GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4DD() argument [all …]
|
D | builder_misc.h | 134 void Gather4(const SWR_FORMAT format, Value* pSrcBase, Value* byteOffsets, 140 void GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, 146 void GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets,
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | frontend.cpp | 753 uint8_t* pSrcBase = pSrc + s * srcVertexStride * SimdWidth; in TransposeSOAtoAOS() local 764 …ps<typename SIMD_T::ScaleFactor(1)>(SIMD_T::setzero_ps(), (const float*)pSrcBase, vGatherOffsets, … in TransposeSOAtoAOS() 765 …s<typename SIMD_T::ScaleFactor(1)>(SIMD_T::setzero_ps(), (const float*)(pSrcBase + sizeof(float)),… in TransposeSOAtoAOS() 766 …s<typename SIMD_T::ScaleFactor(1)>(SIMD_T::setzero_ps(), (const float*)(pSrcBase + sizeof(float) *… in TransposeSOAtoAOS() 767 …s<typename SIMD_T::ScaleFactor(1)>(SIMD_T::setzero_ps(), (const float*)(pSrcBase + sizeof(float) *… in TransposeSOAtoAOS() 774 pSrcBase += sizeof(float) * 4; in TransposeSOAtoAOS()
|