Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp229 …const VkDeviceSize bitmapSize = tcu::getPixelSize(mapVkFormat(m_framebufferState.colorFormat)) * m… in VulkanDrawContext() local
231 …vk, device, allocator, makeBufferCreateInfo(bitmapSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryR… in VulkanDrawContext()
235 deMemset(alloc.getHostPtr(), 0, (size_t)bitmapSize); in VulkanDrawContext()