Searched defs:unboxed (Results 1 – 2 of 2) sorted by relevance
140 BoxedHandle BoxedHandleManager::getBoxedFromUnboxed(UnboxedHandle unboxed) { in getBoxedFromUnboxed()405 VkObjectT unboxed = VK_NULL_HANDLE; in unbox_VkType() local443 VkObjectT unboxed = VK_NULL_HANDLE; in try_unbox_VkType() local462 VkObjectT unboxed_to_boxed_non_dispatchable_VkType(VkObjectT unboxed) { in unboxed_to_boxed_non_dispatchable_VkType()521 VkInstance new_boxed_VkInstance(VkInstance unboxed, VulkanDispatch* dispatch, bool ownsDispatch) { in new_boxed_VkInstance()537 VkInstance unboxed_to_boxed_VkInstance(VkInstance unboxed) { in unboxed_to_boxed_VkInstance()553 VkPhysicalDevice new_boxed_VkPhysicalDevice(VkPhysicalDevice unboxed, VulkanDispatch* dispatch, boo… in new_boxed_VkPhysicalDevice()569 VkPhysicalDevice unboxed_to_boxed_VkPhysicalDevice(VkPhysicalDevice unboxed) { in unboxed_to_boxed_VkPhysicalDevice()585 VkDevice new_boxed_VkDevice(VkDevice unboxed, VulkanDispatch* dispatch, bool ownsDispatch) { in new_boxed_VkDevice()601 VkDevice unboxed_to_boxed_VkDevice(VkDevice unboxed) { in unboxed_to_boxed_VkDevice()[all …]
3749 auto unboxed = pDescriptorSets[i]; in on_vkAllocateDescriptorSets() local