Home
last modified time | relevance | path

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

/third_party/node/tools/configure.d/
H A Dnodedownload.py15 def formatSize(amt): function
33 formatSize(total),
34 formatSize(count*size)))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DVertexArrayVk.cpp46 // the compute shader. So, binding offset and stride has to be aligned to formatSize. in BindingIsAligned()
47 unsigned int formatSize = angleFormat.pixelBytes; in BindingIsAligned() local
48 return (totalOffset % formatSize == 0) && (binding.getStride() % formatSize == 0); in BindingIsAligned()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp1981 deUint64 formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTest() local
1983 width * height * formatSize; in makeFragmentFrameBufferTest()
/third_party/skia/third_party/externals/swiftshader/src/Device/
H A 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/
H A DvktSubgroupsTestsUtils.cpp3823 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3824 const VkDeviceSize resultImageSizeInBytes = width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H A DvktSubgroupsTestsUtils.cpp3811 const VkDeviceSize formatSize = getFormatSizeInBytes(format); in makeFragmentFrameBufferTestRequiredSubgroupSize() local
3812 const VkDeviceSize resultImageSizeInBytes = width * height * formatSize; in makeFragmentFrameBufferTestRequiredSubgroupSize()

Completed in 23 milliseconds