Searched refs:xpSrc (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 420 Value* xpSrc = ADD(xpBase, Z_EXT(index, xpBase->getType())); in CreateGatherOddFormats() local 421 STORE(LOAD(xpSrc, "", mInt8PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats() 428 Value* xpSrc = ADD(xpBase, Z_EXT(index, xpBase->getType())); in CreateGatherOddFormats() local 429 STORE(LOAD(xpSrc, "", mInt16PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats() 438 Value* xpSrc = ADD(xpBase, Z_EXT(index, xpBase->getType())); in CreateGatherOddFormats() local 439 STORE(LOAD(xpSrc, "", mInt16PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats() 443 xpSrc = ADD(xpSrc, C((int64_t)2)); in CreateGatherOddFormats() 444 STORE(LOAD(xpSrc, "", mInt8PtrTy, MEM_CLIENT::GFX_MEM_CLIENT_FETCH), pDst); in CreateGatherOddFormats()
|