Home
last modified time | relevance | path

Searched defs:getBlockSize (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/MSF/
DMappedBlockStream.h74 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function
144 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DMaximumSpanningTree.h40 static bool getBlockSize(const T *X) { in getBlockSize() function
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp619 bool InterfaceBlockInfo::getBlockSize(const std::string &name, in getBlockSize() function in gl::__anon56c1d3980111::InterfaceBlockInfo
1049 void InterfaceBlockLinker::linkBlocks(const GetBlockSizeFunc &getBlockSize, in linkBlocks()
1101 void InterfaceBlockLinker::defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize, in defineInterfaceBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp54 uint32_t PDBFile::getBlockSize() const { return ContainerLayout.SB->BlockSize; } in getBlockSize() function in PDBFile
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp644 bool InterfaceBlockInfo::getBlockSize(const std::string &name, in getBlockSize() function in gl::__anon03ca45630111::InterfaceBlockInfo
1210 void InterfaceBlockLinker::linkBlocks(const GetBlockSizeFunc &getBlockSize, in linkBlocks()
1262 void InterfaceBlockLinker::defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize, in defineInterfaceBlock()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize() function