Searched refs:vGatherMask (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp674 Value* vGatherMask; local in function:FetchJit::JitGatherVertices
682 vGatherMask = AND(vMaxGatherMask, vMinGatherMask);
686 vGatherMask = vMaxGatherMask;
690 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask);
713 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults);
748 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask);
761 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask);
807 vGatherMask,
858 Value* vMaskLo = VSHUFFLE(vGatherMask, vGatherMas
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/
H A Dfetch_jit.cpp681 Value* vGatherMask; local in function:FetchJit::JitGatherVertices
689 vGatherMask = AND(vMaxGatherMask, vMinGatherMask);
693 vGatherMask = vMaxGatherMask;
697 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask);
720 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults);
755 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
768 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH);
814 vGatherMask,
865 Value* vMaskLo = VSHUFFLE(vGatherMask, vGatherMas
[all...]

Completed in 6 milliseconds