Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp3063 VkResult mapMemoryRes = vk->vkMapMemory(sVkEmulation->device, res.memory.memory, 0, in setupVkBuffer() local
3066 if (mapMemoryRes != VK_SUCCESS) { in setupVkBuffer()
3067 … VK_COMMON_ERROR("Failed to map image memory. Error: %s\n", string_VkResult(mapMemoryRes)); in setupVkBuffer()