Home
last modified time | relevance | path

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

/third_party/node/tools/configure.d/
Dnodedownload.py15 def formatSize(amt): function
33 formatSize(total),
34 formatSize(count*size)))
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DVertexArrayVk.cpp46 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local
47 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
/third_party/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()
/third_party/skia/third_party/externals/angle2/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()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp742 size_t formatSize = IndexFormatSize(indexFormat); in ExecuteRenderPass() local
748 reinterpret_cast<void*>(draw->firstIndex * formatSize + in ExecuteRenderPass()
755 reinterpret_cast<void*>(draw->firstIndex * formatSize + in ExecuteRenderPass()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/metal/
DCommandBufferMTL.mm749 size_t formatSize =
759 draw->firstIndex * formatSize
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp1971 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local
1973 width * height * formatSize; in makeFragmentFrameBufferTest()
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp1986 size_t formatSize = format.bytes(); in resolveDepth() local
1991 memcpy(dest, source, formatSize * width); in resolveDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3702 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3703 const VkDeviceSize resultImageSizeInBytes = width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()