Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp1290 VkResult stagingBufferBindRes = dvk->vkBindBufferMemory( in createGlobalVkEmulation() local
1293 if (stagingBufferBindRes != VK_SUCCESS) { in createGlobalVkEmulation()
1294 VK_EMU_INIT_RETURN_OR_ABORT_ON_ERROR(stagingBufferBindRes, in createGlobalVkEmulation()
1296 string_VkResult(stagingBufferBindRes)); in createGlobalVkEmulation()