Searched refs:GetBlockSize (Results 1 – 15 of 15) sorted by relevance
126 int DiskIO::GetBlockSize(void) { in GetBlockSize() function in DiskIO200 seekTo.QuadPart = sector * (uint64_t) GetBlockSize(); in Seek()227 blockSize = GetBlockSize(); in Read()271 blockSize = GetBlockSize(); in Write()323 sectors = (uint64_t) buf.Length.QuadPart / GetBlockSize(); in DiskSize()327 sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) / GetBlockSize(); in DiskSize()
137 int DiskIO::GetBlockSize(void) { in GetBlockSize() function in DiskIO284 seekTo = sector * (uint64_t) GetBlockSize(); in Seek()308 blockSize = GetBlockSize(); in Read()351 blockSize = GetBlockSize(); in Write()423 long long b = GetBlockSize(); in DiskSize()443 sectors /= (GetBlockSize() / 512); in DiskSize()
73 int GetBlockSize(void);
176 uint32_t GetBlockSize(void) {return blockSize;} in GetBlockSize() function
81 offset[1] = theDisk->GetBlockSize(); in ReadBSDData()
158 sSize = GetBlockSize(); in DoOptions()
690 blockSize = (uint32_t) myDisk.GetBlockSize(); in SetDisk()764 blockSize = (uint32_t) myDisk.GetBlockSize(); in LoadPartitions()1282 shortBackup = ((backupFile.DiskSize(&err) * backupFile.GetBlockSize()) == in LoadGPTBackup()
193 blockSize = myDisk->GetBlockSize(); in ReadMBRData()626 blockSize = myDisk->GetBlockSize(); in ReadCHSGeom()
23 size_t GetBlockSize() const { return m_dwSize; } in GetBlockSize() function
101 m_dwBufferSize = m_pDataAcc->GetBlockSize(); in ReadNextBlock()
38 uint32_t GetBlockSize() { return block_size_; } in GetBlockSize() function
1024 uint32_t block_size = gpu_state->memory_manager->GetBlockSize(); in ProcessInstrumentationBuffer()1167 desc_buffer_info.range = gpu_state->memory_manager->GetBlockSize(); in GpuAllocateValidationResources()
243 pOut->baseAlign = Max(pOut->baseAlign, GetBlockSize(pIn->swizzleMode)); in HwlComputeHtileInfo()344 pOut->baseAlign = Max(pOut->baseAlign, GetBlockSize(pIn->swizzleMode)); in HwlComputeCmaskInfo()648 pOut->dccRamBaseAlign = Max(pOut->dccRamBaseAlign, GetBlockSize(pIn->swizzleMode)); in HwlComputeDccInfo()3059 (GetBlockSize(swizzle) < (m_pipeInterleaveBytes * pIn->numFrags))) in HwlComputeSurfaceInfoSanityCheck()3469 (GetBlockSize(ADDR_SW_4KB) < (m_pipeInterleaveBytes * numFrags))) in HwlGetPreferredSurfaceSetting()3485 if (pIn->maxAlign < GetBlockSize(ADDR_SW_64KB)) in HwlGetPreferredSurfaceSetting()3490 if (pIn->maxAlign < GetBlockSize(ADDR_SW_4KB)) in HwlGetPreferredSurfaceSetting()3495 if (pIn->maxAlign < GetBlockSize(ADDR_SW_256B)) in HwlGetPreferredSurfaceSetting()3522 (minSizeAlign <= GetBlockSize(ADDR_SW_256B))) in HwlGetPreferredSurfaceSetting()
233 baseAlign = GetBlockSize(swizzleMode); in HwlComputeSurfaceBaseAlign()
323 UINT_32 GetBlockSize(AddrSwizzleMode swizzleMode) const in GetBlockSize() function