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_mem.cpp279 Value* vGatherMaskedVal = VIMMED1((float)0); in GATHER4PS() local
283 vGatherResult[0] = GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS()
296 GATHERPS(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4PS()
304 vGatherResult[1] = vGatherMaskedVal; in GATHER4PS()
350 Value* vGatherMaskedVal = VIMMED1((int32_t)0); in GATHER4DD() local
352 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
365 Value* vGatherMaskedVal = VIMMED1((int32_t)0); in GATHER4DD() local
369 vGatherResult[0] = GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
382 GATHERDD(vGatherMaskedVal, pSrcBase, byteOffsets, vMask, 1, usage); in GATHER4DD()
390 vGatherResult[1] = vGatherMaskedVal; in GATHER4DD()
[all …]