Home
last modified time | relevance | path

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

/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py237 …ableOffset = self.directoryOffset + self.directorySize + numTables * self.DirectoryEntry.formatSize
462 sstruct.unpack(self.format, file.read(self.formatSize), self)
500 formatSize = sfntDirectoryEntrySize variable in SFNTDirectoryEntry
505 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/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3346 VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local
3348 width * height * formatSize; in makeFragmentFrameBufferTest()