Searched refs:formatSize (Results 1 – 6 of 6) sorted by relevance
238 …ableOffset = self.directoryOffset + self.directorySize + numTables * self.DirectoryEntry.formatSize463 sstruct.unpack(self.format, file.read(self.formatSize), self)501 formatSize = sfntDirectoryEntrySize variable in SFNTDirectoryEntry506 formatSize = woffDirectoryEntrySize variable in WOFFDirectoryEntry
251 GLint formatSize = _mesa_get_format_bytes(readRb->Format); in blit_nearest() local261 srcMap = map + srcYpos * rowStride + srcXpos * formatSize; in blit_nearest()262 dstMap = map + dstYpos * rowStride + dstXpos * formatSize; in blit_nearest()
47 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local48 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
1975 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local1977 width * height * formatSize; in makeFragmentFrameBufferTest()
1902 size_t formatSize = format.bytes(); in resolveDepth() local1907 memcpy(dest, source, formatSize * width); in resolveDepth()
3705 VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local3707 width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()