/device/generic/vulkan-cereal/protocols/vulkan/validity/protos/ |
D | vkDestroyCommandPool.txt | 5 * [[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
|
D | vkFreeCommandBuffers.txt | 5 * [[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
|
D | vkTrimCommandPool.txt | 5 * [[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
|
D | vkResetCommandPool.txt | 5 * [[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
|
D | vkAllocateCommandBuffers.txt | 11 * Host access to pname:pAllocateInfo::commandPool must: be externally synchronized
|
/device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
D | vulkanhal_unittest.cpp | 1694 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/ |
D | parameters.txt | 38 * 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/ |
D | VkCommandBufferAllocateInfo.txt | 6 * [[VUID-VkCommandBufferAllocateInfo-commandPool-parameter]] pname:commandPool must: be a valid sna…
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | VkTestUtils.h | 58 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/ |
D | CompositorVk.h | 73 VkCommandPool commandPool) in CompositorVkBase() 89 m_vkCommandPool(commandPool) {} in CompositorVkBase()
|
D | CompositorVk.cpp | 133 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/ |
D | vkResetCommandPool.txt | 7 VkCommandPool commandPool,
|
D | vkTrimCommandPool.txt | 7 VkCommandPool commandPool,
|
D | vkDestroyCommandPool.txt | 7 VkCommandPool commandPool,
|
D | vkFreeCommandBuffers.txt | 7 VkCommandPool commandPool,
|
/device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
D | api_gen.cpp | 431 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/ |
D | VkCommandBufferAllocateInfo.txt | 8 VkCommandPool commandPool;
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/ |
D | ContextVk.h | 46 vk::CommandPool commandPool; member 64 const vk::CommandPool &commandPool, 78 vk::CommandPool *commandPool, 91 vk::CommandPool *commandPool,
|
D | PersistentCommandPool.cpp | 94 commandBufferInfo.commandPool = mCommandPool.getHandle(); in allocateCommandBuffer()
|
D | ContextVk.cpp | 314 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 …]
|
D | vk_wrapper.h | 173 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/ |
D | VkDecoderGlobalState.h | 542 VkCommandPool commandPool, 556 VkCommandPool commandPool, 562 VkCommandPool commandPool,
|
D | VkCommonOperations.h | 109 VkCommandPool commandPool = VK_NULL_HANDLE; member
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | ResourceTracker.h | 654 void addToCommandPool(VkCommandPool commandPool, 657 void resetCommandPoolStagingInfo(VkCommandPool commandPool);
|
/device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
D | cmdbuffers.txt | 263 * 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 …]
|