Searched refs:pSrcBase (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1005 void Builder::Gather4(const SWR_FORMAT format, Value* pSrcBase, Value* byteOffsets, in Gather4() argument 1013 GATHER4PS(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1019 GATHER4DD(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1023 void Builder::GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4PS() argument 1041 … vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, C((char)1)); in GATHER4PS() 1051 pSrcBase = GEP(pSrcBase, C((char)4)); in GATHER4PS() 1054 … vGatherResult[1] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, C((char)1)); in GATHER4PS() 1085 …herComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets, vMa… in GATHER4PS() 1088 pSrcBase = GEP(pSrcBase, C((char)4)); in GATHER4PS() 1098 void Builder::GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, in GATHER4DD() argument [all …]
|
D | builder_misc.h | 105 void Gather4(const SWR_FORMAT format, Value* pSrcBase, Value* byteOffsets, 109 void GATHER4PS(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets, 113 void GATHER4DD(const SWR_FORMAT_INFO &info, Value* pSrcBase, Value* byteOffsets,
|