Home
last modified time | relevance | path

Searched refs:m_commandPool (Results 1 – 25 of 30) sorted by relevance

12

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp553 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anon1a1217520111::SharedPresentableImageTestInstance
727 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in SharedPresentableImageTestInstance()
801 *m_commandPool, in initSwapchainResources()
858 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
882 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
892 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
DvktWsiDisplayControlTests.cpp672 const Unique<VkCommandPool> m_commandPool; member in vkt::wsi::__anon84a3879a0111::SwapchainCounterTestInstance
722 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in SwapchainCounterTestInstance()
787 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
818 …commandBuffer = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_renderPass, m_swapchainIm… in render()
DvktWsiIncrementalPresentTests.cpp639 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anonade207560111::IncrementalPresentTestInstance
815 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in IncrementalPresentTestInstance()
904 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
932 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
946 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
DvktWsiDisplayTimingTests.cpp556 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anon2a7dc9c10111::DisplayTimingTestInstance
704 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in DisplayTimingTestInstance()
805 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
849 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
861 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.hpp67 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::robustness::TestEnvironment
DvktRobustnessUtil.cpp285 m_commandPool = createCommandPool(vk, m_device, &commandPoolParams); in TestEnvironment()
294 *m_commandPool, // VkCommandPool commandPool; in TestEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp409 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon4d37fd000111::SparseRenderTargetTestInstance
429 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
455 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassSampleReadTests.cpp793 const Unique<VkCommandPool> m_commandPool; member in vkt::__anond09f21c90111::SampleReadTestInstance
828 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in SampleReadTestInstance()
854 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassDepthStencilResolveTests.cpp204 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon4ed1ec720111::DepthStencilResolveTest
231 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in DepthStencilResolveTest()
437 …ommandBuffer> commandBuffer (allocateCommandBuffer(m_vkd, m_device, *m_commandPool, vk::VK_COMMAN… in createRenderPass()
856 …const Unique<VkCommandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool in submit()
DvktRenderPassMultisampleResolveTests.cpp586 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon4e6e29180111::MultisampleRenderPassTestInstance
615 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in MultisampleRenderPassTestInstance()
633 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in submit()
1547 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon4e6e29180111::MaxAttachmenstsRenderPassTestInstance
1577 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in MaxAttachmenstsRenderPassTestInstance()
1590 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in submit()
DvktRenderPassSubpassDependencyTests.cpp493 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon675baf4b0111::ExternalDependencyTestInstance
518 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in ExternalDependencyTestInstance()
804 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
1092 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon675baf4b0111::SubpassDependencyTestInstance
1117 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in SubpassDependencyTestInstance()
1457 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassMultisampleTests.cpp1339 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon671ac3380111::MultisampleRenderPassTestInstance
1384 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in MultisampleRenderPassTestInstance()
1410 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in iterateInternal()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp526 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::QueryPool::__anona88fa0eb0111::OcclusionQueryTestInstance
566 m_commandPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo); in OcclusionQueryTestInstance()
567 m_renderCommandBuffer = recordRender(*m_commandPool); in OcclusionQueryTestInstance()
571 m_queryPoolResetCommandBuffer = recordQueryPoolReset(*m_commandPool); in OcclusionQueryTestInstance()
576 m_copyResultsCommandBuffer = recordCopyResults(*m_commandPool); in OcclusionQueryTestInstance()
/external/vulkan-validation-layers/tests/
Dvklayertests_command.cpp583 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
593 VkCommandBufferObj cb(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
664 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
692 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
779 VkCommandBufferObj cb(m_device, m_commandPool); in TEST_F()
909 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
933 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
960 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
990 alloc_info.commandPool = m_commandPool->handle(); in TEST_F()
3785 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
[all …]
Dvkrenderframework.cpp37 m_commandPool(VK_NULL_HANDLE), in VkRenderFramework()
362 delete m_commandPool; in ShutdownFramework()
363 m_commandPool = nullptr; in ShutdownFramework()
449 m_commandPool = new VkCommandPoolObj(m_device, m_device->graphics_queue_node_index_, flags); in InitState()
451 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool); in InitState()
Dvkrenderframework.h131 VkCommandPoolObj *m_commandPool; variable
Dvkpositivelayertests.cpp507 VkCommandBufferObj cmdbuf(m_device, m_commandPool); in TEST_F()
987 VkCommandBufferObj cmdbuf(m_device, m_commandPool); in TEST_F()
1042 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
1871 res = vkResetCommandPool(m_device->handle(), m_commandPool->handle(), 0); in TEST_F()
1883 command_buffer_allocate_info.commandPool = m_commandPool->handle(); in TEST_F()
1933 command_buffer_allocate_info.commandPool = m_commandPool->handle(); in TEST_F()
2005 vkFreeCommandBuffers(m_device->device(), m_commandPool->handle(), 1, &secondary_command_buffer); in TEST_F()
2006 vkFreeCommandBuffers(m_device->device(), m_commandPool->handle(), 1, &primary_command_buffer); in TEST_F()
2814 alloc_info.commandPool = m_commandPool->handle(); in TEST_F()
5722 VkCommandBufferObj cmd_buf(m_device, m_commandPool); in TEST_F()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp260 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::texture::util::TextureRenderer
DvktTextureTestUtil.cpp501m_commandPool = createCommandPool(vkd, vkDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, … in TextureRenderer()
831 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in clearImage()
1377 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in renderQuad()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_raii.hpp3284 … reinterpret_cast<VkCommandPool *>( &m_commandPool ) ) ); in CommandPool()
3294 : m_commandPool( commandPool ) in CommandPool()
3303 if ( m_commandPool ) in ~CommandPool()
3305 …atcher()->vkDestroyCommandPool( m_device, static_cast<VkCommandPool>( m_commandPool ), m_allocator… in ~CommandPool()
3316 …: m_commandPool( VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_commandPool, {} … in CommandPool()
3326 if ( m_commandPool ) in operator =()
3328 …atcher()->vkDestroyCommandPool( m_device, static_cast<VkCommandPool>( m_commandPool ), m_allocator… in operator =()
3330m_commandPool = VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::exchange( rhs.m_commandPool, {} ); in operator =()
3340 return m_commandPool; in operator *()
3351 return m_commandPool.operator bool(); in operator bool()
[all …]
Dvulkan_handles.hpp4888 : m_commandPool( commandPool ) in CommandPool()
4894 m_commandPool = commandPool; in operator =()
4901 m_commandPool = {}; in operator =()
4910 return m_commandPool == rhs.m_commandPool; in operator ==()
4915 return m_commandPool != rhs.m_commandPool; in operator !=()
4920 return m_commandPool < rhs.m_commandPool; in operator <()
4926 return m_commandPool; in operator VkCommandPool()
4931 return m_commandPool != VK_NULL_HANDLE; in operator bool()
4936 return m_commandPool == VK_NULL_HANDLE; in operator !()
4940 VkCommandPool m_commandPool = {}; member in VULKAN_HPP_NAMESPACE::CommandPool
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp552 Unique<VkCommandPool> m_commandPool; member in vkt::api::__anonfa1a7f590111::ImageClearingTestInstance
577 , m_commandPool (createCommandPool(VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT)) in ImageClearingTestInstance()
578 , m_commandBuffer (allocatePrimaryCommandBuffer(*m_commandPool)) in ImageClearingTestInstance()
DvktApiCommandBuffersTests.cpp72 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool()
86 Move<VkCommandPool> m_commandPool; member in vkt::api::__anon9dadf1fd0111::CommandBufferBareTestEnvironment
99 m_commandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in CommandBufferBareTestEnvironment()
105 *m_commandPool, // VkCommandPool commandPool; in CommandBufferBareTestEnvironment()
249 *m_commandPool, // VkCommandPool commandPool; in CommandBufferRenderPassTestEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp406 const Move<VkCommandPool> m_commandPool; member in vkt::DescriptorIndexing::__anonefe559e50111::CommonDescriptorInstance
533 …, m_commandPool (vk::createCommandPool(m_vki, m_vkd, (VK_COMMAND_POOL_CREATE_TRANSIENT_BIT | VK_C… in CommonDescriptorInstance()
1476 return vk::allocateCommandBuffer(m_vki, m_vkd, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in createCmdBuffer()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp211 Move<VkCommandPool> m_commandPool; member in vkt::rasterization::__anon255d53bb0111::BaseRenderingTestInstance
274m_commandPool = createCommandPool(vkd, vkDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, … in BaseRenderingTestInstance()
811 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in drawPrimitives()
1947 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in drawPoint()
5665 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in drawPrimitivesDiscard()

12