Searched refs:vGatherComponents (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_mem.cpp | 249 Value* vGatherComponents[], 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() 268 Value* vGatherComponents[], in GATHER4PS() argument 308 Shuffle16bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4PS() 316 vGatherComponents[i] = VIMMED1(*(float*)&info.defaults[i]); in GATHER4PS() 324 vGatherComponents[swizzleIndex] = GATHERPS( in GATHER4PS() 325 vGatherComponents[swizzleIndex], pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS() 342 Value* vGatherComponents[], in GATHER4DD() argument 357 Shuffle8bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4DD() [all …]
|
D | builder_mem.h | 114 Value* vGatherComponents[], 129 Value* vGatherComponents[], 144 Value* vGatherComponents[],
|