Lines Matching refs:DeviceReportUndestroyedObjects

38     skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeCommandBuffer, error_code);  in ReportUndestroyedObjects()
39 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSemaphore, error_code); in ReportUndestroyedObjects()
40 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeFence, error_code); in ReportUndestroyedObjects()
41 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDeviceMemory, error_code); in ReportUndestroyedObjects()
42 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeBuffer, error_code); in ReportUndestroyedObjects()
43 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeImage, error_code); in ReportUndestroyedObjects()
44 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeEvent, error_code); in ReportUndestroyedObjects()
45 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeQueryPool, error_code); in ReportUndestroyedObjects()
46 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeBufferView, error_code); in ReportUndestroyedObjects()
47 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeImageView, error_code); in ReportUndestroyedObjects()
48 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeShaderModule, error_code); in ReportUndestroyedObjects()
49 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypePipelineCache, error_code); in ReportUndestroyedObjects()
50 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypePipelineLayout, error_code); in ReportUndestroyedObjects()
51 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeRenderPass, error_code); in ReportUndestroyedObjects()
52 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypePipeline, error_code); in ReportUndestroyedObjects()
53 … skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorSetLayout, error_code); in ReportUndestroyedObjects()
54 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSampler, error_code); in ReportUndestroyedObjects()
55 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorPool, error_code); in ReportUndestroyedObjects()
56 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorSet, error_code); in ReportUndestroyedObjects()
57 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeFramebuffer, error_code); in ReportUndestroyedObjects()
58 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeCommandPool, error_code); in ReportUndestroyedObjects()
59 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSamplerYcbcrConversion, error_code… in ReportUndestroyedObjects()
60 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDescriptorUpdateTemplate, error_co… in ReportUndestroyedObjects()
61 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSurfaceKHR, error_code); in ReportUndestroyedObjects()
62 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeSwapchainKHR, error_code); in ReportUndestroyedObjects()
63 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDisplayKHR, error_code); in ReportUndestroyedObjects()
64 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDisplayModeKHR, error_code); in ReportUndestroyedObjects()
65 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDebugReportCallbackEXT, error_code… in ReportUndestroyedObjects()
66 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeObjectTableNVX, error_code); in ReportUndestroyedObjects()
67 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeIndirectCommandsLayoutNVX, error_c… in ReportUndestroyedObjects()
68 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeDebugUtilsMessengerEXT, error_code… in ReportUndestroyedObjects()
69 skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeValidationCacheEXT, error_code); in ReportUndestroyedObjects()
70 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypeAccelerationStructureNV, error_cod… in ReportUndestroyedObjects()
71 …skip |= DeviceReportUndestroyedObjects(device, kVulkanObjectTypePerformanceConfigurationINTEL, err… in ReportUndestroyedObjects()