Home
last modified time | relevance | path

Searched refs:getBlockSize (Results 1 – 25 of 28) sorted by relevance

12

/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
50 size_t XSizeA = getBlockSize(X.first.first); in operator()
51 size_t YSizeA = getBlockSize(Y.first.first); in operator()
55 size_t XSizeB = getBlockSize(X.first.second); in operator()
56 size_t YSizeB = getBlockSize(Y.first.second); in operator()
/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
DIMSFFile.h24 virtual uint32_t getBlockSize() const = 0;
/third_party/node/lib/internal/crypto/
Dmac.js17 getBlockSize,
49 length = getBlockSize(hash.name);
Dutil.js496 function getBlockSize(name) { function
585 getBlockSize, property
Dwebcrypto.js43 getBlockSize,
235 return getBlockSize(hash?.name);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp393 uint32_t BlockNum = Offset / getBlockSize(); in writeBytes()
394 uint32_t OffsetInBlock = Offset % getBlockSize(); in writeBytes()
401 std::min(BytesLeft, getBlockSize() - OffsetInBlock); in writeBytes()
405 uint32_t MsfOffset = blockToOffset(StreamBlockAddr, getBlockSize()); in writeBytes()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cTextureBarrierTests.cpp617 int newBlockSize = getBlockSize(testPass, renderPass); in setupRenderPass()
634 virtual int getBlockSize(int testPass, int renderPass) = 0;
694 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/vk-gl-cts/modules/gles3/functional/
Des3fASTCDecompressionCases.cpp248 IVec2 getBlockSize (void) const { return m_blockSize; } in getBlockSize() function in deqp::gles3::Functional::ASTCDecompressionCaseInternal::ASTCRenderer2D
418 const IVec2 blockSize = m_renderer->getBlockSize(); in iterate()
542 const IVec2 blockSize = m_renderer->getBlockSize(); in init()
554 const IVec2 blockSize = m_renderer->getBlockSize(); in iterate()
Des3fNegativeTextureApiTests.cpp47 using tcu::getBlockSize;
512 const size_t blockBytes = getBlockSize(tcuFormat); in init()
521 … const size_t blockBytes = getBlockSize(tcuFormat) * cubeSize; // We have a x * y grid of blocks in init()
2695 const size_t blockBytes = getBlockSize(tcuFormat); in init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp576 bool getBlockSize(const std::string &name, const std::string &mappedName, size_t *sizeOut);
644 bool InterfaceBlockInfo::getBlockSize(const std::string &name, in getBlockSize() function in gl::__anon76e3117f0111::InterfaceBlockInfo
1210 void InterfaceBlockLinker::linkBlocks(const GetBlockSizeFunc &getBlockSize, in linkBlocks() argument
1234 defineInterfaceBlock(getBlockSize, getMemberInfo, block, shaderType); in linkBlocks()
1262 void InterfaceBlockLinker::defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize, in defineInterfaceBlock() argument
1302 if (!getBlockSize(blockArrayName, blockMappedArrayName, &blockSize)) in defineInterfaceBlock()
1469 return uniformBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
1494 return shaderStorageBlockInfo.getBlockSize(name, mappedName, sizeOut); in linkResources()
DProgramLinkedResources.h113 void linkBlocks(const GetBlockSizeFunc &getBlockSize,
120 void defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize,
/third_party/vk-gl-cts/framework/common/
DtcuCompressedTexture.hpp97 int getBlockSize (CompressedTexFormat format);
DtcuCompressedTexture.cpp36 int getBlockSize (CompressedTexFormat format) in getBlockSize() function
2500 const int blockSize = getBlockSize(fmt); in decompress()
2560 const int blockSize = getBlockSize(m_format); in setStorage()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkRayTracingUtil.hpp243 size_t getBlockSize () const; // Return stored vertex buffer block size.
324 return ((!isTrianglesType()) ? 0ull : static_cast<VkDeviceSize>(getBlockSize())); in getVertexStride()
330 return (isTrianglesType() ? 0ull : static_cast<VkDeviceSize>(getBlockSize())); in getAABBStride()
386 const auto blockSize = getBlockSize(); in addNativeVertex()
454 size_t RaytracedGeometry<V, I>::getBlockSize () const in getBlockSize() function in vk::RaytracedGeometry
DvkNullDriver.cpp1224 const size_t blockSize = tcu::getBlockSize(tcuFormat); in getCompressedImageDataSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h56 uint32_t getBlockSize() const override;
/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
106 uint64_t StreamBlockOffset = msf::blockToOffset(BlockIndex, getBlockSize()); in getBlockData()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeTextureApiTests.cpp2023 const int blockSize = tcu::getBlockSize(format); in init()
2073 const int blockSize = tcu::getBlockSize(format); in init()
2124 const int blockSize = tcu::getBlockSize(format); in init()
2195 const int blockSize = tcu::getBlockSize(format); in init()
2247 const int blockSize = tcu::getBlockSize(format); in init()
2323 const int blockSize = tcu::getBlockSize(format); in init()
2382 const int blockSize = tcu::getBlockSize(format); in init()
2442 const int blockSize = tcu::getBlockSize(format); in init()
2501 const int blockSize = tcu::getBlockSize(format); in init()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DOutputASM.h107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize() function
/third_party/glslang/glslang/MachineIndependent/
Dreflection.cpp110 … blockIndex = addBlockName(blockName, base.getType(), intermediate.getBlockSize(base.getType())); in addUniform()
595 … blockIndex = addBlockName(blockName, base->getType(), intermediate.getBlockSize(base->getType())); in addDereferencedUniform()
DlinkValidate.cpp1752 int TIntermediate::getBlockSize(const TType& blockType) in getBlockSize() function in glslang::TIntermediate
1770 int size = getBlockSize(*type.getReferentType()); in computeBufferReferenceTypeSize()
Dlocalintermediate.h881 static int getBlockSize(const TType& blockType);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp768 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
808 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getBufferCopyRegions()
906 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in write()
/third_party/vk-gl-cts/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp188 const int blockSize = tcu::getBlockSize(format); in calculateDataSize()

12