Home
last modified time | relevance | path

Searched refs:ClearMemoryObjectBindings (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp1530 ClearMemoryObjectBindings(obj_struct.handle, kVulkanObjectTypeImage); in PreCallRecordDestroyImage()
4529 ClearMemoryObjectBindings(HandleToUint64(buffer), kVulkanObjectTypeBuffer); in PreCallRecordDestroyBuffer()
Dcore_validation.h496 void ClearMemoryObjectBindings(uint64_t handle, VulkanObjectType type);
Dcore_validation.cpp410 void CoreChecks::ClearMemoryObjectBindings(uint64_t handle, VulkanObjectType type) { in ClearMemoryObjectBindings() function in CoreChecks
11881ClearMemoryObjectBindings(HandleToUint64(swapchain_image), kVulkanObjectTypeSwapchainKHR); in PreCallRecordDestroySwapchainKHR()