Home
last modified time | relevance | path

Searched refs:linearAddressAligned (Results 1 – 2 of 2) sorted by relevance

/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/bufferMgr/
Dvp_allocator.cpp1320 size_t linearAddressAligned = 0; in AllocateCPUResource() local
1331 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()
/external/intel-media-driver/media_driver/agnostic/common/cm/
Dcm_queue_rt.cpp1164 size_t linearAddressAligned = 0; in EnqueueUnalignedCopyInternal() local
1207 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() local
1520 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 …]