Home
last modified time | relevance | path

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

123

/external/vulkan-validation-layers/layers/
Dthreading.cpp342 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/
DvktClippingUtil.cpp106 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
112 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktClippingUtil.hpp112 … (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsMakeUtil.cpp110 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
116 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktFragmentOperationsMakeUtil.hpp40 …r (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
/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/synchronization/
DvktSynchronizationSmokeTests.cpp404 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/
DvktPipelineMakeUtil.cpp131 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
137 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()
DvktPipelineMakeUtil.hpp81 …r (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkCommandPool commandPool);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp195 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
196 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
DvktSparseResourcesBufferSparseResidency.cpp259 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
260 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
DvktSparseResourcesBufferMemoryAliasing.cpp265 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
266 …ique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, getDevice(), *commandPool)); in iterate()
DvktSparseResourcesImageSparseBinding.cpp231 …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/
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);
635 void DeviceDriver::trimCommandPoolKHR (VkDevice device, VkCommandPool commandPool, VkCommandPoolTri… argument
637 m_vk.trimCommandPoolKHR(device, commandPool, flags);
DvkConcreteDeviceInterface.inl73 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…
DvkVirtualDeviceInterface.inl73 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/
DvktApiNullHandleTests.cpp52 inline void release (Context& context, VkCommandPool commandPool, const VkAllocationCallbacks* pAll… in release() argument
54 context.getDeviceInterface().destroyCommandPool(context.getDevice(), commandPool, pAllocator); in release()
DvktApiObjectManagementTests.cpp2121 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/
DvktImageTestsUtil.cpp237 …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/
DvktWsiSwapchainTests.cpp1376 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()
DvktWsiSharedPresentableImageTests.cpp318 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/
DVkTestContext.cpp41 allocateInfo.commandPool = fCommandPool; in VkFenceSync()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryTestsUtil.cpp581 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer() argument
587 commandPool, // VkCommandPool commandPool; in makeCommandBuffer()

123