Searched refs:ADDRESS_PAGE_ALIGNMENT_MASK_X64 (Results 1 – 6 of 6) sorted by relevance
93 #define ADDRESS_PAGE_ALIGNMENT_MASK_X64 0xFFFFFFFFFFFFF000ULL macro342 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopySwapRBGPUtoCPU()527 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyGPUtoCPU()709 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyShiftGPUtoCPU()890 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopySwapRBCPUtoGPU()1075 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyCPUtoGPU()1258 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyShiftCPUtoGPU()1610 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyMirrorNV12GPUtoCPU()1794 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyNV12GPUtoCPU()1968 pLinearAddressAligned = pLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyMirrorNV12CPUtoGPU()[all …]
258 #define ADDRESS_PAGE_ALIGNMENT_MASK_X64 0xFFFFFFFFFFFFF000ULL macro
1193 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueUnalignedCopyInternal()1506 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_1Plane()1775 linearAddressAlignedY = linearAddressY & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_2Planes()1776 linearAddressAlignedUV = linearAddressUV & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_2Planes()2147 …inputLinearAddressAligned = inputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure … in EnqueueCopyCPUToCPU()2148 …outputLinearAddressAligned = outputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure … in EnqueueCopyCPUToCPU()2358 …systemLinearAddressAligned = (size_t)sysMem & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure the a… in EnqueueBufferCopy()
1189 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueUnalignedCopyInternal()1502 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_1Plane()1771 linearAddressAlignedY = linearAddressY & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_2Planes()1772 linearAddressAlignedUV = linearAddressUV & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_2Planes()2143 …inputLinearAddressAligned = inputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure … in EnqueueCopyCPUToCPU()2144 …outputLinearAddressAligned = outputLinearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure … in EnqueueCopyCPUToCPU()2354 …systemLinearAddressAligned = (size_t)sysMem & ADDRESS_PAGE_ALIGNMENT_MASK_X64; // make sure the a… in EnqueueBufferCopy()
255 #define ADDRESS_PAGE_ALIGNMENT_MASK_X64 0xFFFFFFFFFFFFF000ULL macro