Searched refs:pDstMem (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/ |
D | fetch_jit.cpp | 395 Value* pDstMem = POINTER_CAST(pMem, mInt32PtrTy); in CreateGatherOddFormats() local 419 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt8Ty, 0)); in CreateGatherOddFormats() 427 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats() 437 Value* pDst = BITCAST(GEP(pDstMem, C(lane)), PointerType::get(mInt16Ty, 0)); in CreateGatherOddFormats()
|