Searched refs:max_image_block_size (Results 1 – 4 of 4) sorted by relevance
24 void TestWriteRead(ImageHeader::StorageMode storage_mode, uint32_t max_image_block_size);28 uint32_t max_image_block_size) { in TestWriteRead() argument30 Compile(storage_mode, max_image_block_size, /*out*/ helper); in TestWriteRead()110 ASSERT_GT(image_space->GetImageHeader().GetBlockCount() * max_image_block_size, in TestWriteRead()
95 uint32_t max_image_block_size,359 uint32_t max_image_block_size, in Compile() argument375 compiler_options_->SetMaxImageBlockSize(max_image_block_size); in Compile()
339 uint32_t max_image_block_size, in WriteData() argument350 const uint32_t cur_size = std::min(size, max_image_block_size); in WriteData()
437 uint32_t max_image_block_size,