/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MaximumSpanningTree.h | 40 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/ |
D | MappedBlockStream.h | 74 uint32_t getBlockSize() const { return BlockSize; } in getBlockSize() function 144 uint32_t getBlockSize() const { return ReadInterface.getBlockSize(); } in getBlockSize() function
|
D | IMSFFile.h | 24 virtual uint32_t getBlockSize() const = 0;
|
/third_party/node/lib/internal/crypto/ |
D | mac.js | 17 getBlockSize, 49 length = getBlockSize(hash.name);
|
D | util.js | 496 function getBlockSize(name) { function 585 getBlockSize, property
|
D | webcrypto.js | 43 getBlockSize, 235 return getBlockSize(hash?.name);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
D | MappedBlockStream.cpp | 393 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/ |
D | gl4cTextureBarrierTests.cpp | 617 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/ |
D | es3fASTCDecompressionCases.cpp | 248 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()
|
D | es3fNegativeTextureApiTests.cpp | 47 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/ |
D | ProgramLinkedResources.cpp | 576 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()
|
D | ProgramLinkedResources.h | 113 void linkBlocks(const GetBlockSizeFunc &getBlockSize, 120 void defineInterfaceBlock(const GetBlockSizeFunc &getBlockSize,
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuCompressedTexture.hpp | 97 int getBlockSize (CompressedTexFormat format);
|
D | tcuCompressedTexture.cpp | 36 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/ |
D | vkRayTracingUtil.hpp | 243 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
|
D | vkNullDriver.cpp | 1224 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/ |
D | PDBFile.h | 56 uint32_t getBlockSize() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | PDBFile.cpp | 54 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/ |
D | es2fNegativeTextureApiTests.cpp | 2023 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/ |
D | OutputASM.h | 107 size_t getBlockSize() const { return mCurrentOffset * BytesPerComponent; } in getBlockSize() function
|
/third_party/glslang/glslang/MachineIndependent/ |
D | reflection.cpp | 110 … blockIndex = addBlockName(blockName, base.getType(), intermediate.getBlockSize(base.getType())); in addUniform() 595 … blockIndex = addBlockName(blockName, base->getType(), intermediate.getBlockSize(base->getType())); in addDereferencedUniform()
|
D | linkValidate.cpp | 1752 int TIntermediate::getBlockSize(const TType& blockType) in getBlockSize() function in glslang::TIntermediate 1770 int size = getBlockSize(*type.getReferentType()); in computeBufferReferenceTypeSize()
|
D | localintermediate.h | 881 static int getBlockSize(const TType& blockType);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 768 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/ |
D | es2cTexture3DTests.cpp | 188 const int blockSize = tcu::getBlockSize(format); in calculateDataSize()
|