Searched refs:pStreamBaseGFX (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 636 Value* pStreamBaseGFX = ADD(stream, baseOffset); local in function:FetchJit::JitGatherVertices 713 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults); 748 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask); 759 pStreamBaseGFX = ADD(pStreamBaseGFX, C((int64_t)4)); 761 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask); 805 ADD(pStreamBaseGFX, C((uintptr_t)0x80000000U)), 826 pStreamBaseGFX = ADD(pStreamBaseGFX, C((int64_t)4)); 868 GATHERPD(vZeroDouble, pStreamBaseGFX, vOffsetsL [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | fetch_jit.cpp | 643 Value* pStreamBaseGFX = ADD(stream, baseOffset); local in function:FetchJit::JitGatherVertices 720 (SWR_FORMAT)ied.Format, vGatherMask, pStreamBaseGFX, vOffsets, pResults); 755 vGatherResult[0] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 766 pStreamBaseGFX = ADD(pStreamBaseGFX, C((int64_t)4)); 768 vGatherResult[1] = GATHERPS(gatherSrc, pStreamBaseGFX, vOffsets, vGatherMask, 1, MEM_CLIENT::GFX_MEM_CLIENT_FETCH); 812 ADD(pStreamBaseGFX, C((uintptr_t)0x80000000U)), 833 pStreamBaseGFX = ADD(pStreamBaseGFX, C((int64_t)4)); 875 GATHERPD(vZeroDouble, pStreamBaseGFX, vOffsetsL [all...] |
Completed in 6 milliseconds