• Home
  • Raw
  • Download

Lines Matching refs:ObjectLifetimes

38 void ObjectLifetimes::DestroyQueueDataStructures(VkDevice device) {  in DestroyQueueDataStructures()
54 bool ObjectLifetimes::ValidateDeviceObject(const VulkanTypedHandle &device_typed, const char *inval… in ValidateDeviceObject()
65 void ObjectLifetimes::AllocateCommandBuffer(VkDevice device, const VkCommandPool command_pool, cons… in AllocateCommandBuffer()
82 bool ObjectLifetimes::ValidateCommandBuffer(VkDevice device, VkCommandPool command_pool, VkCommandB… in ValidateCommandBuffer()
106 void ObjectLifetimes::AllocateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in AllocateDescriptorSet()
123 bool ObjectLifetimes::ValidateDescriptorSet(VkDevice device, VkDescriptorPool descriptor_pool, VkDe… in ValidateDescriptorSet()
147 bool ObjectLifetimes::ValidateDescriptorWrite(DispObj disp, VkWriteDescriptorSet const *desc, bool … in ValidateDescriptorWrite()
187 bool ObjectLifetimes::PreCallValidateCmdPushDescriptorSetKHR(VkCommandBuffer commandBuffer, VkPipel… in PreCallValidateCmdPushDescriptorSetKHR()
203 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue()
219 void ObjectLifetimes::CreateSwapchainImageObject(VkDevice dispatchable_object, VkImage swapchain_im… in CreateSwapchainImageObject()
230 bool ObjectLifetimes::DeviceReportUndestroyedObjects(VkDevice device, VulkanObjectType object_type,… in DeviceReportUndestroyedObjects()
243 void ObjectLifetimes::DeviceDestroyUndestroyedObjects(VkDevice device, VulkanObjectType object_type… in DeviceDestroyUndestroyedObjects()
251 bool ObjectLifetimes::PreCallValidateDestroyInstance(VkInstance instance, const VkAllocationCallbac… in PreCallValidateDestroyInstance()
284 bool ObjectLifetimes::PreCallValidateEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysi… in PreCallValidateEnumeratePhysicalDevices()
291 void ObjectLifetimes::PostCallRecordEnumeratePhysicalDevices(VkInstance instance, uint32_t *pPhysic… in PostCallRecordEnumeratePhysicalDevices()
301 void ObjectLifetimes::PreCallRecordDestroyInstance(VkInstance instance, const VkAllocationCallbacks… in PreCallRecordDestroyInstance()
321 void ObjectLifetimes::PostCallRecordDestroyInstance(VkInstance instance, const VkAllocationCallback… in PostCallRecordDestroyInstance()
325 bool ObjectLifetimes::PreCallValidateDestroyDevice(VkDevice device, const VkAllocationCallbacks *pA… in PreCallValidateDestroyDevice()
336 void ObjectLifetimes::PreCallRecordDestroyDevice(VkDevice device, const VkAllocationCallbacks *pAll… in PreCallRecordDestroyDevice()
339 ObjectLifetimes *object_lifetimes = static_cast<ObjectLifetimes *>(validation_data); in PreCallRecordDestroyDevice()
347 bool ObjectLifetimes::PreCallValidateGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uin… in PreCallValidateGetDeviceQueue()
355 void ObjectLifetimes::PostCallRecordGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint… in PostCallRecordGetDeviceQueue()
361 bool ObjectLifetimes::PreCallValidateGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQu… in PreCallValidateGetDeviceQueue2()
366 void ObjectLifetimes::PostCallRecordGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2 *pQue… in PostCallRecordGetDeviceQueue2()
371 bool ObjectLifetimes::PreCallValidateUpdateDescriptorSets(VkDevice device, uint32_t descriptorWrite… in PreCallValidateUpdateDescriptorSets()
398 bool ObjectLifetimes::PreCallValidateResetDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallValidateResetDescriptorPool()
420 void ObjectLifetimes::PreCallRecordResetDescriptorPool(VkDevice device, VkDescriptorPool descriptor… in PreCallRecordResetDescriptorPool()
435 bool ObjectLifetimes::PreCallValidateBeginCommandBuffer(VkCommandBuffer command_buffer, in PreCallValidateBeginCommandBuffer()
458 bool ObjectLifetimes::PreCallValidateGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchai… in PreCallValidateGetSwapchainImagesKHR()
468 void ObjectLifetimes::PostCallRecordGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain… in PostCallRecordGetSwapchainImagesKHR()
479 bool ObjectLifetimes::PreCallValidateCreateDescriptorSetLayout(VkDevice device, const VkDescriptorS… in PreCallValidateCreateDescriptorSetLayout()
504 void ObjectLifetimes::PostCallRecordCreateDescriptorSetLayout(VkDevice device, const VkDescriptorSe… in PostCallRecordCreateDescriptorSetLayout()
511 bool ObjectLifetimes::ValidateSamplerObjects(VkDevice device, const VkDescriptorSetLayoutCreateInfo… in ValidateSamplerObjects()
527 bool ObjectLifetimes::PreCallValidateGetDescriptorSetLayoutSupport(VkDevice device, in PreCallValidateGetDescriptorSetLayoutSupport()
537 bool ObjectLifetimes::PreCallValidateGetDescriptorSetLayoutSupportKHR(VkDevice device, in PreCallValidateGetDescriptorSetLayoutSupportKHR()
548 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physic… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties()
555 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties(VkPhysicalDevice physica… in PostCallRecordGetPhysicalDeviceQueueFamilyProperties()
559 void ObjectLifetimes::PostCallRecordCreateInstance(const VkInstanceCreateInfo *pCreateInfo, const V… in PostCallRecordCreateInstance()
565 bool ObjectLifetimes::PreCallValidateAllocateCommandBuffers(VkDevice device, const VkCommandBufferA… in PreCallValidateAllocateCommandBuffers()
575 void ObjectLifetimes::PostCallRecordAllocateCommandBuffers(VkDevice device, const VkCommandBufferAl… in PostCallRecordAllocateCommandBuffers()
583 bool ObjectLifetimes::PreCallValidateAllocateDescriptorSets(VkDevice device, const VkDescriptorSetA… in PreCallValidateAllocateDescriptorSets()
600 void ObjectLifetimes::PostCallRecordAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAl… in PostCallRecordAllocateDescriptorSets()
609 bool ObjectLifetimes::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,… in PreCallValidateFreeCommandBuffers()
626 void ObjectLifetimes::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, u… in PreCallRecordFreeCommandBuffers()
633 bool ObjectLifetimes::PreCallValidateDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, in PreCallValidateDestroySwapchainKHR()
639 void ObjectLifetimes::PreCallRecordDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, in PreCallRecordDestroySwapchainKHR()
650 bool ObjectLifetimes::PreCallValidateFreeDescriptorSets(VkDevice device, VkDescriptorPool descripto… in PreCallValidateFreeDescriptorSets()
667 void ObjectLifetimes::PreCallRecordFreeDescriptorSets(VkDevice device, VkDescriptorPool descriptorP… in PreCallRecordFreeDescriptorSets()
683 bool ObjectLifetimes::PreCallValidateDestroyDescriptorPool(VkDevice device, VkDescriptorPool descri… in PreCallValidateDestroyDescriptorPool()
706 void ObjectLifetimes::PreCallRecordDestroyDescriptorPool(VkDevice device, VkDescriptorPool descript… in PreCallRecordDestroyDescriptorPool()
720 bool ObjectLifetimes::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool()
741 void ObjectLifetimes::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallRecordDestroyCommandPool()
752 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physi… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2()
759 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR(VkPhysicalDevice ph… in PreCallValidateGetPhysicalDeviceQueueFamilyProperties2KHR()
766 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2(VkPhysicalDevice physic… in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2()
770 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR( in PostCallRecordGetPhysicalDeviceQueueFamilyProperties2KHR()
773 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physica… in PreCallValidateGetPhysicalDeviceDisplayPropertiesKHR()
780 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceDisplayPropertiesKHR(VkPhysicalDevice physical… in PostCallRecordGetPhysicalDeviceDisplayPropertiesKHR()
790 bool ObjectLifetimes::PreCallValidateGetDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, V… in PreCallValidateGetDisplayModePropertiesKHR()
802 void ObjectLifetimes::PostCallRecordGetDisplayModePropertiesKHR(VkPhysicalDevice physicalDevice, Vk… in PostCallRecordGetDisplayModePropertiesKHR()
813 bool ObjectLifetimes::PreCallValidateGetPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physic… in PreCallValidateGetPhysicalDeviceDisplayProperties2KHR()
820 void ObjectLifetimes::PostCallRecordGetPhysicalDeviceDisplayProperties2KHR(VkPhysicalDevice physica… in PostCallRecordGetPhysicalDeviceDisplayProperties2KHR()
829 bool ObjectLifetimes::PreCallValidateGetDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, … in PreCallValidateGetDisplayModeProperties2KHR()
841 void ObjectLifetimes::PostCallRecordGetDisplayModeProperties2KHR(VkPhysicalDevice physicalDevice, V… in PostCallRecordGetDisplayModeProperties2KHR()
851 bool ObjectLifetimes::PreCallValidateAcquirePerformanceConfigurationINTEL( in PreCallValidateAcquirePerformanceConfigurationINTEL()
861 bool ObjectLifetimes::PreCallValidateReleasePerformanceConfigurationINTEL(VkDevice device, in PreCallValidateReleasePerformanceConfigurationINTEL()
870 bool ObjectLifetimes::PreCallValidateQueueSetPerformanceConfigurationINTEL(VkQueue queue, in PreCallValidateQueueSetPerformanceConfigurationINTEL()
880 bool ObjectLifetimes::PreCallValidateCreateFramebuffer(VkDevice device, const VkFramebufferCreateIn… in PreCallValidateCreateFramebuffer()
899 void ObjectLifetimes::PostCallRecordCreateFramebuffer(VkDevice device, const VkFramebufferCreateInf… in PostCallRecordCreateFramebuffer()