Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dgpu_validation.cpp353 … GpuQueueBarrierCommandInfo &queue_barrier_command_info = queue_barrier_command_info_kv.second; in GpuPreCallRecordDestroyDevice() local
355 DispatchFreeCommandBuffers(device, queue_barrier_command_info.barrier_command_pool, 1, in GpuPreCallRecordDestroyDevice()
356 &queue_barrier_command_info.barrier_command_buffer); in GpuPreCallRecordDestroyDevice()
357 queue_barrier_command_info.barrier_command_buffer = VK_NULL_HANDLE; in GpuPreCallRecordDestroyDevice()
359 DispatchDestroyCommandPool(device, queue_barrier_command_info.barrier_command_pool, NULL); in GpuPreCallRecordDestroyDevice()
360 queue_barrier_command_info.barrier_command_pool = VK_NULL_HANDLE; in GpuPreCallRecordDestroyDevice()