Searched refs:formatSize (Results 1 – 9 of 9) sorted by relevance
15 def formatSize(amt): function33 formatSize(total),34 formatSize(count*size)))
46 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local47 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
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()
742 size_t formatSize = IndexFormatSize(indexFormat); in ExecuteRenderPass() local748 reinterpret_cast<void*>(draw->firstIndex * formatSize + in ExecuteRenderPass()755 reinterpret_cast<void*>(draw->firstIndex * formatSize + in ExecuteRenderPass()
749 size_t formatSize =759 draw->firstIndex * formatSize
1971 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local1973 width * height * formatSize; in makeFragmentFrameBufferTest()
1986 size_t formatSize = format.bytes(); in resolveDepth() local1991 memcpy(dest, source, formatSize * width); in resolveDepth()
3702 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local3703 const VkDeviceSize resultImageSizeInBytes = width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()