Searched refs:inputLinearAddressAligned (Results 1 – 1 of 1) sorted by relevance
2131 size_t inputLinearAddressAligned = 0; in EnqueueCopyCPUToCPU() local2161 …inputLinearAddressAligned = inputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure … in EnqueueCopyCPUToCPU()2166 …inputLinearAddressAligned = inputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X86; // make sure … in EnqueueCopyCPUToCPU()2170 srcLeftShiftOffset = (int32_t)(inputLinearAddress - inputLinearAddressAligned) ; in EnqueueCopyCPUToCPU()2217 …ISH(m_device->CreateBufferUP(size + srcLeftShiftOffset, (void *)inputLinearAddressAligned,surfaceI… in EnqueueCopyCPUToCPU()