Home
last modified time | relevance | path

Searched defs:BlockSize (Results 1 – 25 of 117) sorted by relevance

12345

/external/mesa3d/src/panfrost/lib/tests/
Dtest-layout.cpp28 TEST(BlockSize, Linear) in TEST() argument
43 TEST(BlockSize, UInterleavedRegular) in TEST() argument
59 TEST(BlockSize, UInterleavedBlockCompressed) in TEST() argument
72 TEST(BlockSize, AFBCFormatInvariant16x16) in TEST() argument
90 TEST(BlockSize, AFBCFormatInvariant32x8) in TEST() argument
108 TEST(BlockSize, AFBCSuperblock16x16) in TEST() argument
123 TEST(BlockSize, AFBCSuperblock32x8) in TEST() argument
137 TEST(BlockSize, AFBCSuperblock64x4) in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h36 support::ulittle32_t BlockSize; member
108 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
112 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
132 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
DMSFBuilder.h134 uint32_t BlockSize; variable
DMappedBlockStream.h90 const uint32_t BlockSize; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/MSF/
DMSFCommon.h36 support::ulittle32_t BlockSize; member
131 inline uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
135 inline uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
155 inline uint32_t getNumFpmIntervals(uint32_t BlockSize, uint32_t NumBlocks, in getNumFpmIntervals()
DMSFBuilder.h135 uint32_t BlockSize; variable
DMappedBlockStream.h88 const uint32_t BlockSize; variable
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DPDBFile.h57 support::ulittle32_t BlockSize; member
106 static uint64_t bytesToBlocks(uint64_t NumBytes, uint64_t BlockSize) { in bytesToBlocks()
110 static uint64_t blockToOffset(uint64_t BlockNumber, uint64_t BlockSize) { in blockToOffset()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Ddepth_to_space_tester.h76 inline DepthToSpaceTester& BlockSize(int32_t block_size) { in BlockSize() function
82 inline int32_t BlockSize() const { return block_size_; } in BlockSize() function
/external/scudo/standalone/
Dprimary32.h140 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
159 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
184 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock()
189 ALWAYS_INLINE static bool isLargeBlock(uptr BlockSize) { in isLargeBlock()
289 const uptr BlockSize = getSizeByClassId(PossibleRegions[I] - 1U); in iterateOverBlocks() local
873 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
895 const uptr BlockSize = getSizeByClassId(ClassId); in getSizeClassFragmentationInfo() local
946 const uptr BlockSize = getSizeByClassId(ClassId); variable
1008 bool hasChanceToReleasePages(SizeClassInfo *Sci, uptr BlockSize, in hasChanceToReleasePages()
1070 const uptr BlockSize, const uptr Base, in markFreeBlocks()
Dprimary64.h180 const uptr BlockSize = getSizeByClassId(I); in verifyAllBlocksAreReleasedTestOnly() local
197 const uptr BlockSize = getSizeByClassId(SizeClassMap::BatchClassId); in verifyAllBlocksAreReleasedTestOnly() local
347 const uptr BlockSize = getSizeByClassId(I); in iterateOverBlocks() local
611 ALWAYS_INLINE static bool isSmallBlock(uptr BlockSize) { in isSmallBlock()
616 ALWAYS_INLINE uptr getMinReleaseAttemptSize(uptr BlockSize) { in getMinReleaseAttemptSize()
636 const uptr BlockSize = getSizeByClassId(ClassId); in initRegion() local
1132 const uptr BlockSize = getSizeByClassId(ClassId); in getStats() local
1160 const uptr BlockSize = getSizeByClassId(ClassId); in getRegionFragmentationInfo() local
1207 const uptr BlockSize = getSizeByClassId(ClassId); in getMemoryGroupFragmentationInfoInRegion() local
1251 const uptr BlockSize = getSizeByClassId(ClassId); variable
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
DMVEVPTBlockPass.cpp141 static ARM::PredBlockMask GetInitialBlockMask(unsigned BlockSize) { in GetInitialBlockMask()
173 unsigned BlockSize; in CreateVPTBlock() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp45 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
53 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
311 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
317 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp44 MappedBlockStream::MappedBlockStream(uint32_t BlockSize, in MappedBlockStream()
52 uint32_t BlockSize, const MSFStreamLayout &Layout, BinaryStreamRef MsfData, in createStream()
310 uint32_t BlockSize, const MSFStreamLayout &Layout, in WritableMappedBlockStream()
316 WritableMappedBlockStream::createStream(uint32_t BlockSize, in createStream()
DMSFBuilder.cpp39 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
51 uint32_t BlockSize, in create()
348 msf_error_code error_code = [](uint32_t BlockSize) { in commit()
/external/cronet/stable/third_party/llvm-libc/src/benchmarks/automemcpy/lib/
DRandomFunctionGenerator.cpp182 static std::optional<Loop> AsLoop(size_t Begin, size_t End, size_t BlockSize) { in AsLoop()
194 size_t BlockSize, in AsAlignedLoop()
/external/cronet/tot/third_party/llvm-libc/src/benchmarks/automemcpy/lib/
DRandomFunctionGenerator.cpp182 static std::optional<Loop> AsLoop(size_t Begin, size_t End, size_t BlockSize) { in AsLoop()
194 size_t BlockSize, in AsAlignedLoop()
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Guid/
DFileSystemInfo.h39 UINT32 BlockSize; member
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Guid/
DFileSystemInfo.h45 UINT32 BlockSize; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Guid/
DFileSystemInfo.h39 UINT32 BlockSize; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Guid/
DFileSystemInfo.h39 UINT32 BlockSize; member
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorOutputStream.java62 public enum BlockSize { enum in FramedLZ4CompressorOutputStream
73 BlockSize(int size, int index) { in BlockSize() method in FramedLZ4CompressorOutputStream.BlockSize
/external/rust/android-crates-io/crates/lz4_flex/src/frame/
Dheader.rs39 pub enum BlockSize { enum
55 impl BlockSize { implementation
/external/scudo/standalone/tests/
Drelease_test.cpp188 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleaseFreeMemoryToOS() local
313 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testPageMapMarkRange() local
424 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleasePartialRegion() local
587 const scudo::uptr BlockSize = SizeClassMap::getSizeByClassId(I); in testReleaseRangeWithSingleBlock() local
/external/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Ppi/
DBlockIo2.h66 UINT32 BlockSize; member

12345