Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dgpu_validation.cpp151 const auto *dispatch_table = dev_data_->GetDispatchTable(); in AllocMemoryChunk()
201 dev_data_->GetDispatchTable()->DestroyBuffer(dev_data_->GetDevice(), chunk.buffer, NULL); in FreeMemoryChunk()
202 dev_data_->GetDispatchTable()->FreeMemory(dev_data_->GetDevice(), chunk.memory, NULL); in FreeMemoryChunk()
217 … dev_data_->GetDispatchTable()->DestroyDescriptorPool(dev_data_->GetDevice(), pool.first, NULL); in ~GpuDescriptorSetManager()
257 …result = dev_data_->GetDispatchTable()->CreateDescriptorPool(dev_data_->GetDevice(), &desc_pool_in… in GetDescriptorSets()
270 …result = dev_data_->GetDispatchTable()->AllocateDescriptorSets(dev_data_->GetDevice(), &alloc_info… in GetDescriptorSets()
283 …VkResult result = dev_data_->GetDispatchTable()->FreeDescriptorSets(dev_data_->GetDevice(), desc_p… in PutBackDescriptorSet()
290 … dev_data_->GetDispatchTable()->DestroyDescriptorPool(dev_data_->GetDevice(), desc_pool, NULL); in PutBackDescriptorSet()
299 … dev_data_->GetDispatchTable()->DestroyDescriptorPool(dev_data_->GetDevice(), pool.first, NULL); in DestroyDescriptorPools()
329 const auto *dispatch_table = GetDispatchTable(); in GpuPostCallRecordCreateDevice()
[all …]
Dcore_validation.h518 const VkLayerDispatchTable* GetDispatchTable();
Dcore_validation.cpp5010 const VkLayerDispatchTable *CoreChecks::GetDispatchTable() { return &device_dispatch_table; } in GetDispatchTable() function in CoreChecks