Home
last modified time | relevance | path

Searched refs:formatSize (Results 1 – 6 of 6) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py238 …ableOffset = self.directoryOffset + self.directorySize + numTables * self.DirectoryEntry.formatSize
463 sstruct.unpack(self.format, file.read(self.formatSize), self)
501 formatSize = sfntDirectoryEntrySize variable in SFNTDirectoryEntry
506 formatSize = woffDirectoryEntrySize variable in WOFFDirectoryEntry
/external/mesa3d/src/mesa/swrast/
Ds_blit.c251 GLint formatSize = _mesa_get_format_bytes(readRb->Format); in blit_nearest() local
261 srcMap = map + srcYpos * rowStride + srcXpos * formatSize; in blit_nearest()
262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize; in blit_nearest()
/external/angle/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp47 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local
48 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp1975 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local
1977 width * height * formatSize; in makeFragmentFrameBufferTest()
/external/swiftshader/src/Device/
DBlitter.cpp1902 size_t formatSize = format.bytes(); in resolveDepth() local
1907 memcpy(dest, source, formatSize * width); in resolveDepth()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3705 VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3707 width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()