Home
last modified time | relevance | path

Searched refs:commandPool (Results 1 – 25 of 42) sorted by relevance

12

/external/vulkan-validation-layers/layers/
Dthreading.cpp305 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()
Dobject_tracker.h462 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 …]
Ddevice_limits.cpp482 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()
Dcore_validation.cpp301 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/
DvktComputeTestsUtil.cpp101 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
107 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktComputeTestsUtil.hpp87 const vk::VkCommandPool commandPool);
/external/deqp/external/vulkancts/modules/vulkan/
DvktSynchronization.cpp400 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/
DvkRefUtil.cpp58 …(check<VkCommandBuffer>(object), Deleter<VkCommandBuffer>(vk, device, pAllocateInfo->commandPool)); in allocateCommandBuffer()
DvkDeviceDriverImpl.inl350 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);
DvkNullDriver.cpp644 …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()
DvkVirtualDeviceInterface.inl73 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…
DvkConcreteDeviceInterface.inl73 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/
DvktSparseResourcesBufferSparseBinding.cpp238 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, comput… in iterate() local
239 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
DvktSparseResourcesBufferSparseResidency.cpp296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
297 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp298 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
299 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
DvktSparseResourcesImageSparseBinding.cpp282 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
283 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
DvktSparseResourcesTestsUtil.cpp284 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
290 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktSparseResourcesMipmapSparseResidency.cpp432 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, *m_logicalDevice, compu… in iterate() local
433 …VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, *m_logicalDevice, *commandPool)); in iterate()
DvktSparseResourcesTestsUtil.hpp121 const vk::VkCommandPool commandPool);
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSwapchainTests.cpp1382 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/
DvktImageTestsUtil.cpp237 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
243 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktImageTestsUtil.hpp114 const vk::VkCommandPool commandPool);
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1862 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/
DvktApiObjectManagementTests.cpp2010 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/
Dtrampoline.c1602 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,

12