Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/lib/tests/
Dtest-layout.cpp28 TEST(BlockSize, Linear) in TEST() argument
45 TEST(BlockSize, UInterleavedRegular) in TEST() argument
60 TEST(BlockSize, UInterleavedBlockCompressed) in TEST() argument
75 TEST(BlockSize, AFBCFormatInvariant16x16) in TEST() argument
97 TEST(BlockSize, AFBCFormatInvariant32x8) in TEST() argument
119 TEST(BlockSize, AFBCSuperblock16x16) in TEST() argument
135 TEST(BlockSize, AFBCSuperblock32x8) in TEST() argument
150 TEST(BlockSize, AFBCSuperblock64x4) in TEST() argument
/third_party/skia/third_party/externals/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
/third_party/skia/third_party/externals/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()
DMSFBuilder.cpp38 MSFBuilder::MSFBuilder(uint32_t BlockSize, uint32_t MinBlockCount, bool CanGrow, in MSFBuilder()
50 uint32_t BlockSize, in create()
/third_party/lzma/CS/7zip/
DICoder.cs99 BlockSize, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DDebugLinesSubsection.h45 support::ulittle32_t BlockSize; // Code size of block, in bytes. member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCBranchSelector.cpp136 unsigned BlockSize = 0; in ComputeBlockSizes() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DTarWriter.cpp33 static const int BlockSize = 512; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFileBuilder.cpp41 Error PDBFileBuilder::initialize(uint32_t BlockSize) { in initialize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DMachOLinkGraphBuilder.cpp457 JITTargetAddress BlockSize = BlockEnd - BlockStart; in graphifyRegularSymbols() local
DEHFrameSupport.cpp112 uint64_t BlockSize = BlockReader.getOffset() - RecordStartOffset; in processBlock() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp908 int BlockSize = (CurrentRecordPos / 8) - BlockEntryPos; in parseBlock() local
/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h976 UINT64 BlockSize; member
/third_party/ffmpeg/libavcodec/
Dvp9shared.h77 enum BlockSize { enum
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerMatrixIntrinsics.cpp734 unsigned BlockSize = VF; in LowerMultiply() local
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp272 union BlockSize union in vk::RaytracedGeometry
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h710 support::ulittle32_t BlockSize; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6820 static bool isREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isREVMask()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp6744 static bool isVREVMask(ArrayRef<int> M, EVT VT, unsigned BlockSize) { in isVREVMask()