Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp362 … std::unique_ptr<GpuDescriptorSetManager> desc_set_manager(new GpuDescriptorSetManager(dev_data)); in GpuPostCallRecordCreateDevice() local
403 gpu_state->desc_set_manager = std::move(desc_set_manager); in GpuPostCallRecordCreateDevice()
427 gpu_state->desc_set_manager->DestroyDescriptorPools(); in GpuPreCallRecordDestroyDevice()
492 … gpu_state->desc_set_manager->PutBackDescriptorSet(buffer_info.desc_pool, buffer_info.desc_set); in GpuPreCallRecordFreeCommandBuffers()
1157 result = gpu_state->desc_set_manager->GetDescriptorSets(1, &desc_pool, &desc_sets); in GpuAllocateValidationResources()
Dcore_validation_types.h1141 std::unique_ptr<GpuDescriptorSetManager> desc_set_manager;