/external/vulkan-validation-layers/layers/ |
D | threading.cpp | 342 startWriteObject(my_data, pAllocateInfo->commandPool); in AllocateCommandBuffers() 348 finishWriteObject(my_data, pAllocateInfo->commandPool); in AllocateCommandBuffers() 357 command_pool_map[pCommandBuffers[index]] = pAllocateInfo->commandPool; in AllocateCommandBuffers() 364 VKAPI_ATTR void VKAPI_CALL FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t … in FreeCommandBuffers() argument 373 startWriteObject(my_data, commandPool); in FreeCommandBuffers() 386 pTable->FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffers); in FreeCommandBuffers() 389 finishWriteObject(my_data, commandPool); in FreeCommandBuffers()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingUtil.cpp | 106 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 112 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktClippingUtil.hpp | 112 … (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
|
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/ |
D | vktFragmentOperationsMakeUtil.cpp | 110 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 116 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktFragmentOperationsMakeUtil.hpp | 40 …r (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
|
/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/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 404 vk::Move<VkCommandPool> commandPool; in createCommandBuffer() local 415 commandPool = createCommandPool(deviceInterface, device, &commandPoolInfo, DE_NULL); in createCommandBuffer() 420 commandBufferInfo.commandPool = commandPool.get(); in createCommandBuffer() 425 …mmandBuffer>(commandBuffer), Deleter<VkCommandBuffer>(deviceInterface, device, commandPool.get())); in createCommandBuffer() 426 *commandPoolRef = commandPool; in createCommandBuffer() 582 vk::Move<VkCommandPool> commandPool; member 1026 …dBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool); in testFences() 1171 …deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testContext1.commandPool); in testSemaphores() 1174 …deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testContext2.commandPool); in testSemaphores() 1289 …dBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.commandPool); in testEvents()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 131 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 137 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|
D | vktPipelineMakeUtil.hpp | 81 …r (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 195 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local 196 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
|
D | vktSparseResourcesBufferSparseResidency.cpp | 259 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local 260 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 265 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local 266 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
|
D | vktSparseResourcesImageSparseBinding.cpp | 231 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local 232 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
|
/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); 635 void DeviceDriver::trimCommandPoolKHR (VkDevice device, VkCommandPool commandPool, VkCommandPoolTri… argument 637 m_vk.trimCommandPoolKHR(device, commandPool, flags);
|
D | vkConcreteDeviceInterface.inl | 73 virtual void destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAlloca… 74 virtual VkResult resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPool… 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 comma… 130 virtual void trimCommandPoolKHR (VkDevice device, VkCommandPool commandPool, VkCommandPoolT…
|
D | vkVirtualDeviceInterface.inl | 73 virtual void destroyCommandPool (VkDevice device, VkCommandPool commandPool, const VkAlloca… 74 virtual VkResult resetCommandPool (VkDevice device, VkCommandPool commandPool, VkCommandPool… 76 virtual void freeCommandBuffers (VkDevice device, VkCommandPool commandPool, deUint32 comma… 130 virtual void trimCommandPoolKHR (VkDevice device, VkCommandPool commandPool, VkCommandPoolT…
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiNullHandleTests.cpp | 52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() argument 54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
|
D | vktApiObjectManagementTests.cpp | 2121 CommandPool::Parameters commandPool; member 2126 : commandPool (commandPool_) in Parameters() 2133 Dependency<CommandPool> commandPool; member 2136 : commandPool(env, params.commandPool) in Resources() 2151 *res.commandPool.object, in create() 2172 *res.commandPool.object, in createMultiple() 2184 …andBuffer>(pHandles[i]), Deleter<VkCommandBuffer>(env.vkd, env.device, *res.commandPool.object)))); in createMultiple() 2659 CaseDescription<CommandPool> commandPool; member 2703 addCases (group, cases.commandPool); in createGroup()
|
/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()
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiSwapchainTests.cpp | 1376 const VkCommandPool commandPool, in allocateCommandBuffers() argument 1384 commandPool, in allocateCommandBuffers() 1419 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local 1435 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in basicRenderTest() 1569 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local 1584 …const vector<CommandBufferSp> commandBuffers (allocateCommandBuffers(vkd, device, *commandPool,… in resizeSwapchainTest()
|
D | vktWsiSharedPresentableImageTests.cpp | 318 vk::VkCommandPool commandPool, in createCommandBuffer() argument 333 commandPool, in createCommandBuffer() 378 vk::VkCommandPool commandPool, in deinitCommandBuffers() argument 384 vkd.freeCommandBuffers(device, commandPool, 1u, &commandBuffers[ndx]); in deinitCommandBuffers()
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 41 allocateInfo.commandPool = fCommandPool; in VkFenceSync()
|
/external/deqp/external/vulkancts/modules/vulkan/geometry/ |
D | vktGeometryTestsUtil.cpp | 581 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument 587 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
|