Searched refs:bPackedOutput (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
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); 153 …her4(const SWR_FORMAT_INFO &info, Value* vGatherInput, Value* vGatherOutput[], bool bPackedOutput); 154 …r4(const SWR_FORMAT_INFO &info, Value* vGatherInput[], Value* vGatherOutput[], bool bPackedOutput);
|
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() 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() 1227 …4(const SWR_FORMAT_INFO &info, Value* vGatherInput[2], Value* vGatherOutput[4], bool bPackedOutput) in Shuffle16bpcGather4() argument 1237 if(bPackedOutput) in Shuffle16bpcGather4() [all …]
|