Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiSharedPresentableImageTests.cpp583 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anon5efbdbf40111::SharedPresentableImageTestInstance
754 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in SharedPresentableImageTestInstance()
828 *m_commandPool, in initSwapchainResources()
885 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
909 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
919 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
DvktWsiDisplayTimingTests.cpp560 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anon605740230111::DisplayTimingTestInstance
707 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in DisplayTimingTestInstance()
807 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
850 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
862 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
DvktWsiIncrementalPresentTests.cpp670 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::wsi::__anon98aecaf80111::IncrementalPresentTestInstance
846 , m_commandPool (createCommandPool(m_vkd, *m_device, m_queueFamilyIndex)) in IncrementalPresentTestInstance()
935 deinitCommandBuffers(m_vkd, *m_device, *m_commandPool, m_commandBuffers); in deinitSwapchainResources()
963 …m_vkd.freeCommandBuffers(*m_device, *m_commandPool, 1u, &m_commandBuffers[m_frameNdx % m_commandBu… in render()
977 …x % m_commandBuffers.size()] = createCommandBuffer(m_vkd, *m_device, *m_commandPool, *m_pipelineLa… in render()
/external/deqp/external/vulkancts/modules/vulkan/robustness/
DvktRobustnessUtil.cpp245 m_commandPool = createCommandPool(vk, m_device, &commandPoolParams); in TestEnvironment()
254 *m_commandPool, // VkCommandPool commandPool; in TestEnvironment()
DvktRobustnessUtil.hpp67 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::robustness::TestEnvironment
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassSparseRenderTargetTests.cpp407 const Unique<VkCommandPool> m_commandPool; member in vkt::__anone8d174220111::SparseRenderTargetTestInstance
427 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in SparseRenderTargetTestInstance()
453 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassSampleReadTests.cpp793 const Unique<VkCommandPool> m_commandPool; member in vkt::__anonf70c96eb0111::SampleReadTestInstance
827 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in SampleReadTestInstance()
853 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassSubpassDependencyTests.cpp389 const Unique<VkCommandPool> m_commandPool; member in vkt::__anone831ca2d0111::ExternalDependencyTestInstance
413 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in ExternalDependencyTestInstance()
699 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
993 const Unique<VkCommandPool> m_commandPool; member in vkt::__anone831ca2d0111::SubpassDependencyTestInstance
1018 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in SubpassDependencyTestInstance()
1423 … commandBuffer (allocateCommandBuffer(vkd, m_context.getDevice(), *m_commandPool, VK_COMMAND_BU… in iterateInternal()
DvktRenderPassDepthStencilResolveTests.cpp181 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon5d9a47d40111::DepthStencilResolveTest
210 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in DepthStencilResolveTest()
677 …const Unique<VkCommandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool in submit()
DvktRenderPassMultisampleResolveTests.cpp814 const Unique<VkCommandPool> m_commandPool; member in vkt::__anonea07a03a0111::MultisampleRenderPassTestInstance
848 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMAN… in MultisampleRenderPassTestInstance()
877 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in submit()
DvktRenderPassMultisampleTests.cpp1224 const Unique<VkCommandPool> m_commandPool; member in vkt::__anon5b36dc9a0111::MultisampleRenderPassTestInstance
1268 …, m_commandPool (createCommandPool(context.getDeviceInterface(), context.getDevice(), VK_COMMA… in MultisampleRenderPassTestInstance()
1294 …mmandBuffer> commandBuffer (allocateCommandBuffer(vkd, device, *m_commandPool, VK_COMMAND_BU… in iterateInternal()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp512 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::QueryPool::__anoned79658d0111::OcclusionQueryTestInstance
552 m_commandPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo); in OcclusionQueryTestInstance()
553 m_renderCommandBuffer = recordRender(*m_commandPool); in OcclusionQueryTestInstance()
557 m_queryPoolResetCommandBuffer = recordQueryPoolReset(*m_commandPool); in OcclusionQueryTestInstance()
562 m_copyResultsCommandBuffer = recordCopyResults(*m_commandPool); in OcclusionQueryTestInstance()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.cpp37 m_commandPool(VK_NULL_HANDLE), in VkRenderFramework()
357 delete m_commandPool; in ShutdownFramework()
358 m_commandPool = nullptr; in ShutdownFramework()
444 m_commandPool = new VkCommandPoolObj(m_device, m_device->graphics_queue_node_index_, flags); in InitState()
446 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool); in InitState()
Dvkrenderframework.h122 VkCommandPoolObj *m_commandPool; variable
Dlayer_validation_tests.cpp7667 VkCommandBufferObj cmdbuf(m_device, m_commandPool); in TEST_F()
10903 VkCommandBufferObj cmd_buf(m_device, m_commandPool); in TEST_F()
12632 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
12642 VkCommandBufferObj cb(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
12713 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
12740 VkCommandBufferObj commandBuffer(m_device, m_commandPool); in TEST_F()
15856 VkCommandBufferObj cmdbuf(m_device, m_commandPool); in TEST_F()
15991 VkCommandBufferObj cb(m_device, m_commandPool); in TEST_F()
17136 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
18147 VkCommandBufferObj secondary(m_device, m_commandPool, VK_COMMAND_BUFFER_LEVEL_SECONDARY); in TEST_F()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureTestUtil.hpp236 vk::Move<vk::VkCommandPool> m_commandPool; member in vkt::texture::util::TextureRenderer
DvktTextureTestUtil.cpp483m_commandPool = createCommandPool(vkd, vkDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, … in TextureRenderer()
813 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in clearImage()
1358 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in renderQuad()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiImageClearingTests.cpp527 Unique<VkCommandPool> m_commandPool; member in vkt::api::__anon2ff3f5bb0111::ImageClearingTestInstance
552 , m_commandPool (createCommandPool(VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT)) in ImageClearingTestInstance()
553 , m_commandBuffer (allocatePrimaryCommandBuffer(*m_commandPool)) in ImageClearingTestInstance()
DvktApiCommandBuffersTests.cpp67 VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool()
81 Move<VkCommandPool> m_commandPool; member in vkt::api::__anon8eb6349f0111::CommandBufferBareTestEnvironment
94 m_commandPool = createCommandPool(m_vkd, m_device, commandPoolCreateFlags, m_queueFamilyIndex); in CommandBufferBareTestEnvironment()
100 *m_commandPool, // VkCommandPool commandPool; in CommandBufferBareTestEnvironment()
244 *m_commandPool, // VkCommandPool commandPool; in CommandBufferRenderPassTestEnvironment()
/external/deqp/external/vulkancts/modules/vulkan/rasterization/
DvktRasterizationTests.cpp170 Move<VkCommandPool> m_commandPool; member in vkt::rasterization::__anonf66987dd0111::BaseRenderingTestInstance
220m_commandPool = createCommandPool(vkd, vkDevice, VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, … in BaseRenderingTestInstance()
727 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in drawPrimitives()
2558 …commandBuffer = allocateCommandBuffer(vkd, vkDevice, *m_commandPool, VK_COMMAND_BUFFER_LEVEL_PRIMA… in drawPrimitives()
/external/vulkan-headers/include/vulkan/
Dvulkan.hpp12487 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
12491 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
12495 : m_commandPool( commandPool ) in CommandPool()
12501 m_commandPool = commandPool; in operator =()
12508 m_commandPool = VK_NULL_HANDLE; in operator =()
12514 return m_commandPool == rhs.m_commandPool; in operator ==()
12519 return m_commandPool != rhs.m_commandPool; in operator !=()
12524 return m_commandPool < rhs.m_commandPool; in operator <()
12529 return m_commandPool; in operator VkCommandPool()
12534 return m_commandPool != VK_NULL_HANDLE; in operator bool()
[all …]
/external/swiftshader/include/vulkan/
Dvulkan.hpp3015 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
3019 : m_commandPool(VK_NULL_HANDLE) in CommandPool()
3023 : m_commandPool( commandPool ) in CommandPool()
3029 m_commandPool = commandPool; in operator =()
3036 m_commandPool = VK_NULL_HANDLE; in operator =()
3042 return m_commandPool == rhs.m_commandPool; in operator ==()
3047 return m_commandPool != rhs.m_commandPool; in operator !=()
3052 return m_commandPool < rhs.m_commandPool; in operator <()
3059 return m_commandPool; in operator VkCommandPool()
3064 return m_commandPool != VK_NULL_HANDLE; in operator bool()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp969 …, m_commandPool (createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_… in Context()
984 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; } in getCommandPool()
995 const vk::Unique<vk::VkCommandPool> m_commandPool; member in vkt::memory::__anon4b5b56ce0111::Context