Searched refs:vGatherComponents (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | builder_misc.cpp | 1068 Value* mask, Value* vGatherComponents[], bool bPackedOutput) in Gather4() argument 1073 GATHER4PS(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1077 GATHER4DD(info, pSrcBase, byteOffsets, mask, vGatherComponents, bPackedOutput); in Gather4() 1082 Value* vMask, Value* vGatherComponents[], bool bPackedOutput) in GATHER4PS() argument 1119 Shuffle16bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4PS() 1127 vGatherComponents[i] = VIMMED1(*(float*)&info.defaults[i]); in GATHER4PS() 1135 …vGatherComponents[swizzleIndex] = GATHERPS(vGatherComponents[swizzleIndex], pSrcBase, byteOffsets,… in GATHER4PS() 1149 Value* vMask, Value* vGatherComponents[], bool bPackedOutput) in GATHER4DD() argument 1161 Shuffle8bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4DD() 1197 Shuffle16bpcGather4(info, vGatherResult, vGatherComponents, bPackedOutput); in GATHER4DD() [all …]
|
D | builder_misc.h | 135 Value* mask, Value* vGatherComponents[], bool bPackedOutput); 141 Value* mask, Value* vGatherComponents[], bool bPackedOutput); 147 Value* mask, Value* vGatherComponents[], bool bPackedOutput);
|