Home
last modified time | relevance | path

Searched defs:getBlockSize (Results 1 – 11 of 11) 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/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp694 virtual int getBlockSize(int testPass, int renderPass) in getBlockSize() function in gl4cts::TextureBarrierDisjointTexels
751 virtual int getBlockSize(int testPass, int renderPass) in getBlockSize() function in gl4cts::TextureBarrierOverlappingTexels
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp619 bool InterfaceBlockInfo::getBlockSize(const std::string &name, in getBlockSize() function in gl::__anon25025c130111::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::__anonba5382de0111::InterfaceBlockInfo
1210 void InterfaceBlockLinker::linkBlocks(const GetBlockSizeFunc &getBlockSize, in linkBlocks()
1262 void InterfaceBlockLinker::defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize, in defineInterfaceBlock()
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp248 IVec2 getBlockSize (void) const { return m_blockSize; } in getBlockSize() function in deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCRenderer2D
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize() function
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp454 size_t RaytracedGeometry<V, I>::getBlockSize () const in getBlockSize() function in vk::RaytracedGeometry
/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp1752 int TIntermediate::getBlockSize(const TType& blockType) in getBlockSize() function in glslang::TIntermediate
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.cpp36 int getBlockSize (CompressedTexFormat format) in getBlockSize() function