Searched refs:linearAddressAligned (Results 1 – 2 of 2) sorted by relevance
1320 size_t linearAddressAligned = 0; in AllocateCPUResource() local1331 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in AllocateCPUResource()1335 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X86; in AllocateCPUResource()1338 addedShiftLeftOffset = (uint32_t)(linearAddress - linearAddressAligned); in AllocateCPUResource()1339 …address: 0x%x, Aligned address: 0x%x, offset: %u", linearAddress, linearAddressAligned, addedShift… in AllocateCPUResource()1344 sParams.pSystemMemory = (void *)linearAddressAligned; in AllocateCPUResource()
1164 size_t linearAddressAligned = 0; in EnqueueUnalignedCopyInternal() local1207 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueUnalignedCopyInternal()1211 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X86; in EnqueueUnalignedCopyInternal()1214 dstAddShiftOffset = (uint32_t)(linearAddress - linearAddressAligned); in EnqueueUnalignedCopyInternal()1225 …TATUS_GOTOFINISH(m_device->CreateBufferUP(bufferupSize, ( void * )linearAddressAligned, bufferUP)); in EnqueueUnalignedCopyInternal()1306 unsigned char* startBuffer = (unsigned char*)linearAddressAligned; in EnqueueUnalignedCopyInternal()1448 size_t linearAddressAligned = 0; in EnqueueCopyInternal_1Plane() local1520 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X64; in EnqueueCopyInternal_1Plane()1524 linearAddressAligned = linearAddress & ADDRESS_PAGE_ALIGNMENT_MASK_X86; in EnqueueCopyInternal_1Plane()1528 addedShiftLeftOffset = (uint32_t)(linearAddress - linearAddressAligned); in EnqueueCopyInternal_1Plane()[all …]