Home
last modified time | relevance | path

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

123

/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/
DvkDestroyCommandPool.txt5 * [[VUID-vkDestroyCommandPool-commandPool-parameter]] If pname:commandPool is not dlink:VK_NULL_HAN…
7 * [[VUID-vkDestroyCommandPool-commandPool-parent]] If pname:commandPool is a valid handle, it must:…
12 * Host access to pname:commandPool must: be externally synchronized
DvkFreeCommandBuffers.txt5 * [[VUID-vkFreeCommandBuffers-commandPool-parameter]] pname:commandPool must: be a valid sname:VkCo…
7 * [[VUID-vkFreeCommandBuffers-commandPool-parent]] pname:commandPool must: have been created, alloc…
8 …fers that is a valid handle must: have been created, allocated, or retrieved from pname:commandPool
13 * Host access to pname:commandPool must: be externally synchronized
DvkTrimCommandPool.txt5 * [[VUID-vkTrimCommandPool-commandPool-parameter]] pname:commandPool must: be a valid sname:VkComma…
7 * [[VUID-vkTrimCommandPool-commandPool-parent]] pname:commandPool must: have been created, allocate…
12 * Host access to pname:commandPool must: be externally synchronized
DvkResetCommandPool.txt5 * [[VUID-vkResetCommandPool-commandPool-parameter]] pname:commandPool must: be a valid sname:VkComm…
7 * [[VUID-vkResetCommandPool-commandPool-parent]] pname:commandPool must: have been created, allocat…
12 * Host access to pname:commandPool must: be externally synchronized
DvkAllocateCommandBuffers.txt11 * Host access to pname:pAllocateInfo::commandPool must: be externally synchronized
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
Dvulkanhal_unittest.cpp1694 VkCommandPool commandPool; in TEST_P() local
1695 vk->vkCreateCommandPool(mDevice, &poolCi, nullptr, &commandPool); in TEST_P()
1700 commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, kThreadCount, in TEST_P()
1781 vk->vkFreeCommandBuffers(mDevice, commandPool, 1, cbs); in TEST_P()
1782 vk->vkDestroyCommandPool(mDevice, commandPool, nullptr); in TEST_P()
1871 VkCommandPool commandPool; in TEST_P() local
1872 vk->vkCreateCommandPool(mDevice, &poolCi, nullptr, &commandPool); in TEST_P()
1879 commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, kThreadCount, in TEST_P()
1886 commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY, kThreadCount * 2, in TEST_P()
1990 vk->vkFreeCommandBuffers(mDevice, commandPool, kThreadCount * 2, cbs2); in TEST_P()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/hostsynctable/
Dparameters.txt38 * The pname:commandPool parameter in flink:vkDestroyCommandPool
39 * The pname:commandPool parameter in flink:vkResetCommandPool
40 * The pname:commandPool the pname:pAllocateInfo parameter in flink:vkAllocateCommandBuffers
41 * The pname:commandPool parameter in flink:vkFreeCommandBuffers
91 * The pname:commandPool parameter in flink:vkTrimCommandPool
/device/generic/vulkan-cereal/protocols/vulkan/validity/structs/
DVkCommandBufferAllocateInfo.txt6 * [[VUID-VkCommandBufferAllocateInfo-commandPool-parameter]] pname:commandPool must: be a valid sna…
/device/generic/vulkan-cereal/stream-servers/tests/
DVkTestUtils.h58 VkCommandPool commandPool, uint32_t width, uint32_t height) { in create()
66 res->m_vkCommandPool = commandPool; in create()
260 .commandPool = m_vkCommandPool, in setUpCommandBuffer()
/device/generic/vulkan-cereal/stream-servers/
DCompositorVk.h73 VkCommandPool commandPool) in CompositorVkBase()
89 m_vkCommandPool(commandPool) {} in CompositorVkBase()
DCompositorVk.cpp133 VkCommandPool commandPool, VkSampler sampler) { in create() argument
135 vk, vkDevice, vkPhysicalDevice, vkQueue, queueLock, commandPool, maxFramesInFlight)); in create()
152 VkCommandPool commandPool, uint32_t maxFramesInFlight) in CompositorVk() argument
153 : CompositorVkBase(vk, vkDevice, vkPhysicalDevice, vkQueue, queueLock, commandPool), in CompositorVk()
/device/generic/vulkan-cereal/protocols/vulkan/api/protos/
DvkResetCommandPool.txt7 VkCommandPool commandPool,
DvkTrimCommandPool.txt7 VkCommandPool commandPool,
DvkDestroyCommandPool.txt7 VkCommandPool commandPool,
DvkFreeCommandBuffers.txt7 VkCommandPool commandPool,
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/
Dapi_gen.cpp431 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa…
432 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset…
434 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff…
498 VKAPI_ATTR void TrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolTrimFlags …
1111 VKAPI_ATTR void DestroyCommandPool(VkDevice device, VkCommandPool commandPool, const VkAllocationCa… in DestroyCommandPool() argument
1112 GetData(device).dispatch.DestroyCommandPool(device, commandPool, pAllocator); in DestroyCommandPool()
1115 VKAPI_ATTR VkResult ResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandPoolReset… in ResetCommandPool() argument
1116 return GetData(device).dispatch.ResetCommandPool(device, commandPool, flags); in ResetCommandPool()
1123 VKAPI_ATTR void FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_t commandBuff… in FreeCommandBuffers() argument
1124 …GetData(device).dispatch.FreeCommandBuffers(device, commandPool, commandBufferCount, pCommandBuffe… in FreeCommandBuffers()
[all …]
/device/generic/vulkan-cereal/protocols/vulkan/api/structs/
DVkCommandBufferAllocateInfo.txt8 VkCommandPool commandPool;
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DContextVk.h46 vk::CommandPool commandPool; member
64 const vk::CommandPool &commandPool,
78 vk::CommandPool *commandPool,
91 vk::CommandPool *commandPool,
DPersistentCommandPool.cpp94 commandBufferInfo.commandPool = mCommandPool.getHandle(); in allocateCommandBuffer()
DContextVk.cpp314 std::swap(commandPool, other.commandPool); in operator =()
323 commandPool.destroy(device); in destroy()
368 batch.commandPool.destroy(device); in checkCompletedCommands()
409 vk::CommandPool *commandPool, in releaseToCommandBatch() argument
417 if (commandPool->valid()) in releaseToCommandBatch()
419 batch->commandPool = std::move(*commandPool); in releaseToCommandBatch()
426 ANGLE_VK_TRY(context, commandPool->init(device, poolInfo)); in releaseToCommandBatch()
445 const vk::CommandPool &commandPool, in allocatePrimaryCommandBuffer() argument
475 batch.commandPool.destroy(device); in handleDeviceLost()
530 vk::CommandPool *commandPool, in submitFrame() argument
[all …]
Dvk_wrapper.h173 void destroy(VkDevice device, const CommandPool &commandPool);
786 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device, const vk::CommandPool &commandPool)
790 ASSERT(commandPool.valid());
791 vkFreeCommandBuffers(device, commandPool.getHandle(), 1, &mHandle);
/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkDecoderGlobalState.h542 VkCommandPool commandPool,
556 VkCommandPool commandPool,
562 VkCommandPool commandPool,
DVkCommonOperations.h109 VkCommandPool commandPool = VK_NULL_HANDLE; member
/device/generic/goldfish-opengl/system/vulkan_enc/
DResourceTracker.h654 void addToCommandPool(VkCommandPool commandPool,
657 void resetCommandPoolStagingInfo(VkCommandPool commandPool);
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dcmdbuffers.txt263 * pname:commandPool is the command pool to trim.
334 * pname:commandPool is the command pool to reset.
345 has a secondary command buffer allocated from pname:commandPool recorded
350 * [[VUID-vkResetCommandPool-commandPool-00040]]
351 All sname:VkCommandBuffer objects allocated from pname:commandPool must:
385 * pname:commandPool is the handle of the command pool to destroy.
394 has a secondary command buffer allocated from pname:commandPool recorded
399 * [[VUID-vkDestroyCommandPool-commandPool-00041]]
400 All sname:VkCommandBuffer objects allocated from pname:commandPool must:
402 * [[VUID-vkDestroyCommandPool-commandPool-00042]]
[all …]

123