Lines Matching refs:GetDispatchTable
151 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()
411 …GetDispatchTable()->FreeCommandBuffers(GetDevice(), gpu_state->barrier_command_pool, 1, &gpu_state… in GpuPreCallRecordDestroyDevice()
415 GetDispatchTable()->DestroyCommandPool(GetDevice(), gpu_state->barrier_command_pool, NULL); in GpuPreCallRecordDestroyDevice()
419 … GetDispatchTable()->DestroyDescriptorSetLayout(GetDevice(), gpu_state->debug_desc_layout, NULL); in GpuPreCallRecordDestroyDevice()
423 … GetDispatchTable()->DestroyDescriptorSetLayout(GetDevice(), gpu_state->dummy_desc_layout, NULL); in GpuPreCallRecordDestroyDevice()
547 …VkResult result = GetDispatchTable()->CreateShaderModule(GetDevice(), &create_info, pAllocator, &s… in GpuPreCallRecordCreateGraphicsPipelines()
577 …GetDispatchTable()->DestroyShaderModule(GetDevice(), pCreateInfos->pStages[stage].module, pAllocat… in GpuPostCallRecordCreateGraphicsPipelines()
1032 …result = GetDispatchTable()->MapMemory(cb_node->device, buffer_info.mem_block.memory, block_offset… in ProcessInstrumentationBuffer()
1037 GetDispatchTable()->UnmapMemory(cb_node->device, buffer_info.mem_block.memory); in ProcessInstrumentationBuffer()
1048 const auto *dispatch_table = GetDispatchTable(); in SubmitBarrier()
1199 GetDispatchTable()->UpdateDescriptorSets(GetDevice(), 1, &desc_write, 0, NULL); in GpuAllocateValidationResources()
1205 GetDispatchTable()->CmdBindDescriptorSets(cmd_buffer, VK_PIPELINE_BIND_POINT_GRAPHICS, in GpuAllocateValidationResources()