Searched refs:desc_set_manager (Results 1 – 2 of 2) sorted by relevance
362 … std::unique_ptr<GpuDescriptorSetManager> desc_set_manager(new GpuDescriptorSetManager(dev_data)); in GpuPostCallRecordCreateDevice() local403 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()
1141 std::unique_ptr<GpuDescriptorSetManager> desc_set_manager;