/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 305 startWriteObject(my_data, pAllocateInfo->commandPool); in vkAllocateCommandBuffers() 309 finishWriteObject(my_data, pAllocateInfo->commandPool); in vkAllocateCommandBuffers() 315 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool; in vkAllocateCommandBuffers() 323 void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBu… in vkFreeCommandBuffers() argument 330 startWriteObject(my_data, commandPool); in vkFreeCommandBuffers() 335 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in vkFreeCommandBuffers() 337 finishWriteObject(my_data, commandPool); in vkFreeCommandBuffers()
|
D | object_tracker.h | 462 static void alloc_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer vkObj, in alloc_command_buffer() argument 472 pNewObjNode->parentObj = (uint64_t)commandPool; in alloc_command_buffer() 484 static void free_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer command… in free_command_buffer() argument 489 if (pNode->parentObj != (uint64_t)(commandPool)) { in free_command_buffer() 494 … reinterpret_cast<uint64_t>(commandBuffer), pNode->parentObj, (uint64_t)(commandPool)); in free_command_buffer() 784 …skipCall |= validate_command_pool(device, pAllocateInfo->commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_… in explicit_AllocateCommandBuffers() 796 …alloc_command_buffer(device, pAllocateInfo->commandPool, pCommandBuffers[i], VK_DEBUG_REPORT_OBJEC… in explicit_AllocateCommandBuffers() 834 void explicit_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuffer… in explicit_FreeCommandBuffers() argument 837 validate_command_pool(device, commandPool, VK_DEBUG_REPORT_OBJECT_TYPE_COMMAND_POOL_EXT, false); in explicit_FreeCommandBuffers() 842 ->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in explicit_FreeCommandBuffers() [all …]
|
D | device_limits.cpp | 482 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCallbacks *pAllo… in vkDestroyCommandPool() argument 484 ->device_dispatch_table->DestroyCommandPool(device, commandPool, pAllocator); in vkDestroyCommandPool() 488 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolResetFlags flags) { in vkResetCommandPool() argument 490 ->device_dispatch_table->ResetCommandPool(device, commandPool, flags); in vkResetCommandPool() 502 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t count, const VkCommandBuf… in vkFreeCommandBuffers() argument 504 ->device_dispatch_table->FreeCommandBuffers(device, commandPool, count, pCommandBuffers); in vkFreeCommandBuffers()
|
D | core_validation.cpp | 301 static void delete_cmd_buf_info(layer_data *my_data, VkCommandPool commandPool, const VkCommandBuff… in delete_cmd_buf_info() argument 304 my_data->commandPoolMap[commandPool].commandBuffers.remove(cb); in delete_cmd_buf_info() 4351 auto pool_data = my_data->commandPoolMap.find(pCB->createInfo.commandPool); in addCmd() 6044 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBufferCount, const… in vkFreeCommandBuffers() argument 6070 dev_data->commandPoolMap[commandPool].commandBuffers.remove(pCommandBuffers[i]); in vkFreeCommandBuffers() 6078 …dev_data->device_dispatch_table->FreeCommandBuffers(device, commandPool, commandBufferCount, pComm… in vkFreeCommandBuffers() 6110 VkBool32 validateCommandBuffersNotInUse(const layer_data *dev_data, VkCommandPool commandPool) { in validateCommandBuffersNotInUse() argument 6112 auto pool_data = dev_data->commandPoolMap.find(commandPool); in validateCommandBuffersNotInUse() 6118 (uint64_t)(commandPool), __LINE__, DRAWSTATE_OBJECT_INUSE, "DS", in validateCommandBuffersNotInUse() 6120 (uint64_t)(commandPool), (uint64_t)(cmdBuffer)); in validateCommandBuffersNotInUse() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/compute/ |
D | vktComputeTestsUtil.cpp | 101 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 107 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktComputeTestsUtil.hpp | 87 const vk::VkCommandPool commandPool);
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktSynchronization.cpp | 400 vk::Move<VkCommandPool> commandPool; in createCommandBuffer() local 411 commandPool = createCommandPool(deviceInterface, device, &commandPoolInfo, DE_NULL); in createCommandBuffer() 416 commandBufferInfo.commandPool = commandPool.get(); in createCommandBuffer() 421 …mmandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); in createCommandBuffer() 422 *commandPoolRef = commandPool; in createCommandBuffer() 578 vk::Move<VkCommandPool> commandPool; member 1018 …dBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool); in testFences() 1163 …deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testContext1.commandPool); in testSemaphores() 1166 …deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testContext2.commandPool); in testSemaphores() 1281 …dBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool); in testEvents()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 58 …(check<VkCommandBuffer>(object), Deleter<VkCommandBuffer>(vk, device, pAllocateInfo->commandPool)); in allocateCommandBuffer()
|
D | vkDeviceDriverImpl.inl | 350 void DeviceDriver::destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocati… argument 352 m_vk.destroyCommandPool(device, commandPool, pAllocator); 355 VkResult DeviceDriver::resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolR… argument 357 return m_vk.resetCommandPool(device, commandPool, flags); 365 void DeviceDriver::freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 command… argument 367 m_vk.freeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers);
|
D | vkNullDriver.cpp | 644 …terpret_cast<VkCommandBuffer>(new CommandBuffer(device, pAllocateInfo->commandPool, pAllocateInfo-… in allocateCommandBuffers() 651 VKAPI_ATTR void VKAPI_CALL freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32… in freeCommandBuffers() argument 654 DE_UNREF(commandPool); in freeCommandBuffers()
|
D | vkVirtualDeviceInterface.inl | 73 virtual void destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocatio… 74 virtual VkResult resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandB…
|
D | vkConcreteDeviceInterface.inl | 73 virtual void destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAllocatio… 74 virtual VkResult resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPoolRes… 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 commandB…
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 238 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, comput… in iterate() local 239 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local 297 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 298 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local 299 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 282 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local 283 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
|
D | vktSparseResourcesTestsUtil.cpp | 284 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 290 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktSparseResourcesMipmapSparseResidency.cpp | 432 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local 433 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
|
D | vktSparseResourcesTestsUtil.hpp | 121 const vk::VkCommandPool commandPool);
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1382 const VkCommandPool commandPool, in allocateCommandBuffers() argument 1390 commandPool, in allocateCommandBuffers() 1425 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local 1441 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() 1574 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local 1589 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 237 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 243 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktImageTestsUtil.hpp | 114 const vk::VkCommandPool commandPool);
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 1862 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 1864 …m_commandBuffer = createBeginCommandBuffer(vkd, device, commandPool, vk::VK_COMMAND_BUFFER_LEVEL_P… in prepare() 2344 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 2345 …:VkCommandBuffer> commandBuffer (createBeginCommandBuffer(vkd, device, commandPool, vk::VK_COMMAND… in verify() 2514 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 2553 …:VkCommandBuffer> commandBuffer (createBeginCommandBuffer(vkd, device, commandPool, vk::VK_COMMAND… in prepare() 2624 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in verify() local 2625 …:VkCommandBuffer> commandBuffer (createBeginCommandBuffer(vkd, device, commandPool, vk::VK_COMMAND… in verify() 2759 const vk::VkCommandPool commandPool = context.getContext().getCommandPool(); in prepare() local 2800 …:VkCommandBuffer> commandBuffer (createBeginCommandBuffer(vkd, device, commandPool, vk::VK_COMMAND… in prepare() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2010 CommandPool::Parameters commandPool; member 2015 : commandPool (commandPool_) in Parameters() 2022 Dependency<CommandPool> commandPool; member 2025 : commandPool(env, params.commandPool) in Resources() 2040 *res.commandPool.object, in create() 2424 CaseDescription<CommandPool> commandPool; member 2468 addCases (group, cases.commandPool); in createGroup()
|
/external/vulkan-validation-layers/loader/ |
D | trampoline.c | 1602 vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, argument 1608 disp->DestroyCommandPool(device, commandPool, pAllocator); 1612 vkResetCommandPool(VkDevice device, VkCommandPool commandPool, argument 1618 return disp->ResetCommandPool(device, commandPool, flags); 1643 vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, argument 1650 disp->FreeCommandBuffers(device, commandPool, commandBufferCount,
|