Searched refs:unboxed_device (Results 1 – 2 of 2) sorted by relevance
865 auto unboxed_device = unbox_VkDevice(device); in decode() local876 vk->vkGetDeviceProcAddr(unboxed_device, pName); in decode()1598 auto unboxed_device = unbox_VkDevice(device); in decode() local1608 vkDeviceWaitIdle_VkResult_return = vk->vkDeviceWaitIdle(unboxed_device); in decode()1878 auto unboxed_device = unbox_VkDevice(device); in decode() local1943 vk->vkFlushMappedMemoryRanges(unboxed_device, memoryRangeCount, pMemoryRanges); in decode()1976 auto unboxed_device = unbox_VkDevice(device); in decode() local2003 unboxed_device, memoryRangeCount, pMemoryRanges); in decode()2056 auto unboxed_device = unbox_VkDevice(device); in decode() local2076 vk->vkGetDeviceMemoryCommitment(unboxed_device, memory, pCommittedMemoryInBytes); in decode()[all …]
414 StateBlock createSnapshotStateBlock(VkDevice unboxed_device) { in createSnapshotStateBlock() argument415 const auto& device = unboxed_device; in createSnapshotStateBlock()