Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/util/
DvktDrawUtil.cpp327 …const VkDeviceSize bitmapSize = tcu::getPixelSize(mapVkFormat(m_drawState.colorFormat)) * m_drawSt… in VulkanDrawContext() local
329 …vk, device, allocator, makeBufferCreateInfo(bitmapSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT), MemoryR… in VulkanDrawContext()
333 deMemset(alloc.getHostPtr(), 0, (size_t)bitmapSize); in VulkanDrawContext()