HomeSort by relevance Sort by last modified time
    Searched full:m_commandpool (Results 1 - 6 of 6) sorted by null

  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 41 : m_commandPool(), m_commandBuffer(), m_renderPass(VK_NULL_HANDLE),
166 if (m_commandPool)
167 vkDestroyCommandPool(device(), m_commandPool, NULL);
223 err = vkCreateCommandPool(device(), &cmd_pool_info, NULL, &m_commandPool);
226 m_commandBuffer = new VkCommandBufferObj(m_device, m_commandPool);
    [all...]
vkrenderframework.h 113 VkCommandPool m_commandPool;
267 vk_testing::CommandPool *m_commandPool;
layer_validation_tests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/query_pool/
vktQueryPoolOcclusionTests.cpp 546 vk::Move<vk::VkCommandPool> m_commandPool;
585 m_commandPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo);
586 m_renderCommandBuffer = recordRender(*m_commandPool);
590 m_copyResultsCommandBuffer = recordCopyResults(*m_commandPool);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiCommandBuffersTests.cpp 64 VkCommandPool getCommandPool (void) const { return *m_commandPool; }
75 Move<VkCommandPool> m_commandPool;
96 m_commandPool = createCommandPool(m_vkd, m_device, &cmdPoolCreateInfo, DE_NULL);
102 *m_commandPool, // VkCommandPool commandPool;
301 *m_commandPool, // VkCommandPool commandPool;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryPipelineBarrierTests.cpp 1012 , m_commandPool (createCommandPool(vkd, device, queueFamilyIndex))
1027 vk::VkCommandPool getCommandPool (void) const { return *m_commandPool; }
1038 const vk::Unique<vk::VkCommandPool> m_commandPool;
    [all...]

Completed in 600 milliseconds