Searched refs:byteOffsets (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 247 Value* byteOffsets, in Gather4() argument 256 GATHER4PS(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput, usage); in Gather4() 260 GATHER4DD(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput, usage); in Gather4() 266 Value* byteOffsets, in GATHER4PS() argument 283 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 296 GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 325 vGatherComponents[swizzleIndex], pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 340 Value* byteOffsets, in GATHER4DD() argument 352 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD() 369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD() [all …]
|
D | builder_mem.h | 112 Value* byteOffsets, 127 Value* byteOffsets, 142 Value* byteOffsets,
|