/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 87 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in deviceResetSetEventCase() 133 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in deviceWaitForEventCase() 180 … Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeComman… in singleSubmissionCase() 225 … Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeComman… in multiSubmissionCase() 280 const Move<VkCommandBuffer> primaryCmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in secondaryCommandBufferCase()
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 86 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate() 141 const Move<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate() 197 … Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeComman… in iterate() 284 … Move<VkCommandBuffer> ptrCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeComman… in iterate()
|
D | vktSynchronizationBasicFenceTests.cpp | 51 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicOneFenceCase() 117 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicMultiFenceCase() 219 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicMultiFenceWaitAllFalseCase()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 55 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicOneQueueCase() 254 cmdBuffer[FIRST] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[FIRST])); in basicMultiQueueCase() 255 cmdBuffer[SECOND] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[SECOND])); in basicMultiQueueCase()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 320 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_WRITE]), in iterate() 321 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_READ]) in iterate() 415 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_WRITE]), in iterate() 416 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_READ]) in iterate()
|
D | vktSynchronizationUtil.hpp | 227 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkD…
|
D | vktSynchronizationUtil.cpp | 52 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() function
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 293 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in executeComputePipeline() 376 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in executeGraphicPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.hpp | 80 vk::Move<vk::VkCommandBuffer> makeCommandBuffer (const vk::DeviceInterface& vk, const vk::VkDevice…
|
D | vktPipelineMakeUtil.cpp | 75 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() function
|
D | vktPipelineRenderToImageTests.cpp | 1040 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testWithSizeReduction() 1107 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testWithSizeReduction() 1340 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in drawToMipLevel() 1456 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testRenderToMipMaps() 1522 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testRenderToMipMaps()
|
D | vktPipelineFramebufferAttachmentTests.cpp | 427 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in test() 841 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in testNoAtt() 1074 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testDifferentAttachmentSizes() 1341 const Move<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in testUnusedAtt()
|
D | vktPipelineMultisampleBaseResolve.cpp | 275 …const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, device, *commandPoo… in iterate()
|
D | vktPipelineMultisampleImageTests.cpp | 770 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in renderMultisampledImage() 931 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in test() 1120 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in renderAndResolve()
|
D | vktPipelineMultisampleSampleLocationsExtTests.cpp | 1627 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in drawSinglePass() 2295 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in drawPatternChangeReference() 2367 makeCommandBuffer(vk, device, *cmdPool), in drawRenderPasses() 2368 makeCommandBuffer(vk, device, *cmdPool), in drawRenderPasses() 2777 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in drawSubpasses() 2955 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in drawSameSubpass()
|
D | vktPipelineSpecConstantTests.cpp | 505 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in iterate() 630 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in iterate()
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 533 …const Unique<VkCommandBuffer> commandBuffer(makeCommandBuffer(deviceInterface, device, *commandPoo… in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/subgroups/ |
D | vktSubgroupsTestsUtils.cpp | 325 Move<VkCommandBuffer> makeCommandBuffer( in makeCommandBuffer() function 1596 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(context, *cmdPool)); in makeTessellationEvaluationFrameBufferTest() 1809 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(context, *cmdPool)); in makeGeometryFrameBufferTest() 2092 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(context, *cmdPool)); in allStages() 2327 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(context, *cmdPool)); in makeVertexFrameBufferTest() 2530 makeCommandBuffer(context, *cmdPool)); in makeFragmentFrameBufferTest() 2744 makeCommandBuffer(context, *cmdPool)); in makeComputeTest()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 117 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() function 296 m_cmdBuffer = makeCommandBuffer(vk, device, *m_cmdPool); in VulkanDrawContext()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageMutableTests.cpp | 792 Move<VkCommandBuffer> makeCommandBuffer (const DeviceInterface& vk, const VkDevice device, const Vk… in makeCommandBuffer() function 1062 m_cmdBuffer = makeCommandBuffer(m_vk, m_device, *m_cmdPool); in runSwapchain() 1111 m_cmdBuffer = makeCommandBuffer(m_vk, m_device, *m_cmdPool); in run()
|