Home
last modified time | relevance | path

Searched refs:vGatherMaskedVal (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.cpp1091 Value* vGatherMaskedVal = VIMMED1((float)0); in GATHER4PS() local
1095 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS()
1107 … vGatherResult[1] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4PS()
1115 vGatherResult[1] = vGatherMaskedVal; in GATHER4PS()
1155 Value* vGatherMaskedVal = VIMMED1((int32_t)0); in GATHER4DD() local
1156 Value* vGatherResult = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1169 Value* vGatherMaskedVal = VIMMED1((int32_t)0); in GATHER4DD() local
1173 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1185 vGatherResult[1] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask); in GATHER4DD()
1193 vGatherResult[1] = vGatherMaskedVal; in GATHER4DD()
[all …]