Home
last modified time | relevance | path

Searched refs:cmdBufferLevel (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineTimestampTests.cpp407 const VkCommandBufferLevel cmdBufferLevel,
419 const VkCommandBufferLevel cmdBufferLevel, in TwoCmdBuffersTestParam() argument
421 …, stageCount, inRenderPass, hostQueryReset, queryPoolResultFlags), m_cmdBufferLevel(cmdBufferLevel) in TwoCmdBuffersTestParam()
2815 VkCommandBufferLevel cmdBufferLevel,
2838 VkCommandBufferLevel cmdBufferLevel, in TwoCmdBuffersTestInstance() argument
2840 …(context, stages, inRenderPass, hostQueryReset, queryResultFlags), m_cmdBufferLevel(cmdBufferLevel) in TwoCmdBuffersTestInstance()
2845 m_secondCmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, cmdBufferLevel); in TwoCmdBuffersTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp905 const VkCommandBufferLevel cmdBufferLevel, in createCommadBuffers() argument
913 cmdBufferLevel, // VkCommandBufferLevel level; in createCommadBuffers()
968 tcu::TestStatus trimCommandPoolTest (Context& context, const VkCommandBufferLevel cmdBufferLevel) in trimCommandPoolTest() argument
996 createCommadBuffers(vk, vkDevice, cmdBufferCount, *cmdPool, cmdBufferLevel, &cmdBuffers[0]); in trimCommandPoolTest()
1006 …k, vkDevice, static_cast<deUint32>(cmdBuffersPeak.size()), *cmdPool, cmdBufferLevel, &cmdBuffersPe… in trimCommandPoolTest()
1009 switch(cmdBufferLevel) in trimCommandPoolTest()
1027 switch(cmdBufferLevel) in trimCommandPoolTest()
1044 createCommadBuffers(vk, vkDevice, 1u, *cmdPool, cmdBufferLevel, &cmdBuffers[bufferNdx]); in trimCommandPoolTest()