Lines Matching refs:GetDevice
156 … result = dispatch_table->CreateBuffer(dev_data_->GetDevice(), &buffer_create_info, NULL, &buffer); in AllocMemoryChunk()
161 dispatch_table->GetBufferMemoryRequirements(dev_data_->GetDevice(), buffer, &mem_reqs); in AllocMemoryChunk()
170 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk()
173 result = dispatch_table->AllocateMemory(dev_data_->GetDevice(), &mem_alloc, NULL, &memory); in AllocMemoryChunk()
175 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk()
179 result = dispatch_table->BindBufferMemory(dev_data_->GetDevice(), buffer, memory, 0); in AllocMemoryChunk()
181 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk()
182 dispatch_table->FreeMemory(dev_data_->GetDevice(), memory, NULL); in AllocMemoryChunk()
186 …result = dispatch_table->MapMemory(dev_data_->GetDevice(), memory, 0, mem_alloc.allocationSize, 0,… in AllocMemoryChunk()
189 dispatch_table->UnmapMemory(dev_data_->GetDevice(), memory); in AllocMemoryChunk()
191 dispatch_table->DestroyBuffer(dev_data_->GetDevice(), buffer, NULL); in AllocMemoryChunk()
192 dispatch_table->FreeMemory(dev_data_->GetDevice(), memory, NULL); 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()
337 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
350 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
357 …HandleToUint64(GetDevice()), "UNASSIGNED-GPU-Assisted Validation. ", "Shaders using descriptor set… in GpuPostCallRecordCreateDevice()
382 …dispatch_table->CreateDescriptorSetLayout(GetDevice(), &debug_desc_layout_info, NULL, &gpu_state->… in GpuPostCallRecordCreateDevice()
386 …dispatch_table->CreateDescriptorSetLayout(GetDevice(), &dummy_desc_layout_info, NULL, &gpu_state->… in GpuPostCallRecordCreateDevice()
389 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallRecordCreateDevice()
392 … dispatch_table->DestroyDescriptorSetLayout(GetDevice(), gpu_state->debug_desc_layout, NULL); in GpuPostCallRecordCreateDevice()
395 … dispatch_table->DestroyDescriptorSetLayout(GetDevice(), gpu_state->dummy_desc_layout, NULL); 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()
446 …lem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), strm.str().c… in GpuPreCallCreatePipelineLayout()
470 …eportSetupProblem(device_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPostCallCreatePipelineLayout()
503 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuPreCallValidateCmdWaitEvents()
547 …VkResult result = GetDispatchTable()->CreateShaderModule(GetDevice(), &create_info, pAllocator, &s… in GpuPreCallRecordCreateGraphicsPipelines()
577 …GetDispatchTable()->DestroyShaderModule(GetDevice(), pCreateInfos->pStages[stage].module, pAllocat… in GpuPostCallRecordCreateGraphicsPipelines()
1069 …result = dispatch_table->CreateCommandPool(GetDevice(), &pool_create_info, nullptr, &gpu_state->ba… in SubmitBarrier()
1071 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in SubmitBarrier()
1083 …dispatch_table->AllocateCommandBuffers(GetDevice(), &command_buffer_alloc_info, &gpu_state->barrie… in SubmitBarrier()
1085 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in SubmitBarrier()
1087 … dispatch_table->DestroyCommandPool(GetDevice(), gpu_state->barrier_command_pool, nullptr); in SubmitBarrier()
1094 *((const void **)gpu_state->barrier_command_buffer) = *(void **)(GetDevice()); in SubmitBarrier()
1160 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuAllocateValidationResources()
1171 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuAllocateValidationResources()
1180 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuAllocateValidationResources()
1199 GetDispatchTable()->UpdateDescriptorSets(GetDevice(), 1, &desc_write, 0, NULL); in GpuAllocateValidationResources()
1210 … ReportSetupProblem(dev_data, VK_DEBUG_REPORT_OBJECT_TYPE_DEVICE_EXT, HandleToUint64(GetDevice()), in GpuAllocateValidationResources()