Lines Matching refs:ObjectLifetimes
30 void ObjectLifetimes::AddQueueInfo(VkDevice device, uint32_t queue_node_index, VkQueue queue) { in AddQueueInfo()
48 void ObjectLifetimes::DestroyQueueDataStructures(VkDevice device) { in DestroyQueueDataStructures()
71 void ObjectLifetimes::ValidateQueueFlags(VkQueue queue, const char *function) { in ValidateQueueFlags()
88 bool ObjectLifetimes::ValidateDeviceObject(uint64_t device_handle, const char *invalid_handle_code,… in ValidateDeviceObject()
98 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer()
119 bool ObjectLifetimes::ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandB… in ValidateCommandBuffer()
141 void ObjectLifetimes::AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in AllocateDescriptorSet()
163 bool ObjectLifetimes::ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in ValidateDescriptorSet()
188 bool ObjectLifetimes::ValidateDescriptorWrite(DispObj disp, VkWriteDescriptorSet const *desc, bool … in ValidateDescriptorWrite()
228 bool ObjectLifetimes::PreCallValidateCmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipel… in PreCallValidateCmdPushDescriptorSetKHR()
244 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue()
264 void ObjectLifetimes::CreateSwapchainImageObject(VkDevice dispatchable_object, VkImage swapchain_im… in CreateSwapchainImageObject()
277 bool ObjectLifetimes::DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type,… in DeviceReportUndestroyedObjects()
289 void ObjectLifetimes::DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type… in DeviceDestroyUndestroyedObjects()
298 bool ObjectLifetimes::PreCallValidateDestroyInstance(VkInstance instance, const VkAllocationCallbac… in PreCallValidateDestroyInstance()
329 bool ObjectLifetimes::PreCallValidateEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysi… in PreCallValidateEnumeratePhysicalDevices()
336 void ObjectLifetimes::PostCallRecordEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysic… in PostCallRecordEnumeratePhysicalDevices()
346 void ObjectLifetimes::PreCallRecordDestroyInstance(VkInstance instance, const VkAllocationCallbacks… in PreCallRecordDestroyInstance()
369 void ObjectLifetimes::PostCallRecordDestroyInstance(VkInstance instance, const VkAllocationCallback… in PostCallRecordDestroyInstance()
373 bool ObjectLifetimes::PreCallValidateDestroyDevice(VkDevice device, const VkAllocationCallbacks *pA… in PreCallValidateDestroyDevice()
384 void ObjectLifetimes::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAll… in PreCallRecordDestroyDevice()
387 ObjectLifetimes *object_lifetimes = static_cast<ObjectLifetimes *>(validation_data); in PreCallRecordDestroyDevice()
395 bool ObjectLifetimes::PreCallValidateGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uin… in PreCallValidateGetDeviceQueue()
403 void ObjectLifetimes::PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint… in PostCallRecordGetDeviceQueue()
409 bool ObjectLifetimes::PreCallValidateGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQu… in PreCallValidateGetDeviceQueue2()
414 void ObjectLifetimes::PostCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQue… in PostCallRecordGetDeviceQueue2()
419 bool ObjectLifetimes::PreCallValidateUpdateDescriptorSets(VkDevice device, uint32_t descriptorWrite… in PreCallValidateUpdateDescriptorSets()
446 bool ObjectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallValidateResetDescriptorPool()
467 void ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptor… in PreCallRecordResetDescriptorPool()
481 bool ObjectLifetimes::PreCallValidateBeginCommandBuffer(VkCommandBuffer command_buffer, in PreCallValidateBeginCommandBuffer()
499 bool ObjectLifetimes::PreCallValidateGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchai… in PreCallValidateGetSwapchainImagesKHR()
509 void ObjectLifetimes::PostCallRecordGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain… in PostCallRecordGetSwapchainImagesKHR()
519 bool ObjectLifetimes::PreCallValidateCreateDescriptorSetLayout(VkDevice device, const VkDescriptorS… in PreCallValidateCreateDescriptorSetLayout()
544 void ObjectLifetimes::PostCallRecordCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSe… in PostCallRecordCreateDescriptorSetLayout()
551 bool ObjectLifetimes::ValidateSamplerObjects(VkDevice device, const VkDescriptorSetLayoutCreateInfo… in ValidateSamplerObjects()
567 bool ObjectLifetimes::PreCallValidateGetDescriptorSetLayoutSupport(VkDevice device, in PreCallValidateGetDescriptorSetLayoutSupport()
577 bool ObjectLifetimes::PreCallValidateGetDescriptorSetLayoutSupportKHR(VkDevice device, in PreCallValidateGetDescriptorSetLayoutSupportKHR()
588 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physic… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties()
595 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physica… in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
608 void ObjectLifetimes::PostCallRecordCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const V… in PostCallRecordCreateInstance()
614 bool ObjectLifetimes::PreCallValidateAllocateCommandBuffers(VkDevice device, const VkCommandBufferA… in PreCallValidateAllocateCommandBuffers()
624 void ObjectLifetimes::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAl… in PostCallRecordAllocateCommandBuffers()
632 bool ObjectLifetimes::PreCallValidateAllocateDescriptorSets(VkDevice device, const VkDescriptorSetA… in PreCallValidateAllocateDescriptorSets()
648 void ObjectLifetimes::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAl… in PostCallRecordAllocateDescriptorSets()
656 bool ObjectLifetimes::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,… in PreCallValidateFreeCommandBuffers()
673 void ObjectLifetimes::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, u… in PreCallRecordFreeCommandBuffers()
680 bool ObjectLifetimes::PreCallValidateDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, in PreCallValidateDestroySwapchainKHR()
686 void ObjectLifetimes::PreCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, in PreCallRecordDestroySwapchainKHR()
702 bool ObjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descripto… in PreCallValidateFreeDescriptorSets()
718 void ObjectLifetimes::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorP… in PreCallRecordFreeDescriptorSets()
733 bool ObjectLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descri… in PreCallValidateDestroyDescriptorPool()
755 void ObjectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallRecordDestroyDescriptorPool()
768 bool ObjectLifetimes::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool()
791 void ObjectLifetimes::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallRecordDestroyCommandPool()
806 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physi… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2()
813 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice ph… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR()
820 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physic… in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2()
833 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR( in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR()
845 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physica… in PreCallValidateGetPhysicalDeviceDisplayPropertiesKHR()
852 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physical… in PostCallRecordGetPhysicalDeviceDisplayPropertiesKHR()
862 bool ObjectLifetimes::PreCallValidateGetDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, V… in PreCallValidateGetDisplayModePropertiesKHR()
874 void ObjectLifetimes::PostCallRecordGetDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, Vk… in PostCallRecordGetDisplayModePropertiesKHR()
885 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physic… in PreCallValidateGetPhysicalDeviceDisplayProperties2KHR()
892 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physica… in PostCallRecordGetPhysicalDeviceDisplayProperties2KHR()
901 bool ObjectLifetimes::PreCallValidateGetDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, … in PreCallValidateGetDisplayModeProperties2KHR()
913 void ObjectLifetimes::PostCallRecordGetDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, V… in PostCallRecordGetDisplayModeProperties2KHR()