/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 388 const VkCommandBufferLevel cmdBufferLevel, 402 const VkCommandBufferLevel cmdBufferLevel, 405 , m_cmdBufferLevel(cmdBufferLevel) 2979 VkCommandBufferLevel cmdBufferLevel, 3012 VkCommandBufferLevel cmdBufferLevel, in TwoCmdBuffersTestInstance() 3014 : TimestampTestInstance (context, stages, inRenderPass, hostQueryReset, transferOnlyQueue, queryResultFlags), m_cmdBufferLevel(cmdBufferLevel) in TwoCmdBuffersTestInstance() 3018 m_secondCmdBuffer = allocateCommandBuffer(vk, m_device, *m_cmdPool, cmdBufferLevel); in TwoCmdBuffersTestInstance() 3007 TwoCmdBuffersTestInstance(Context& context, const StageFlagVector stages, const bool inRenderPass, const bool hostQueryReset, const bool transferOnlyQueue, VkCommandBufferLevel cmdBufferLevel, VkQueryResultFlags queryResultFlags) TwoCmdBuffersTestInstance() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineTimestampTests.cpp | 416 const VkCommandBufferLevel cmdBufferLevel, 429 const VkCommandBufferLevel cmdBufferLevel, 432 , m_cmdBufferLevel(cmdBufferLevel) 2764 VkCommandBufferLevel cmdBufferLevel, 2796 VkCommandBufferLevel cmdBufferLevel, 2798 : TimestampTestInstance (context, stages, inRenderPass, hostQueryReset, queryResultFlags), m_cmdBufferLevel(cmdBufferLevel) 2803 m_secondCmdBuffer = allocateCommandBuffer(vk, vkDevice, *m_cmdPool, cmdBufferLevel);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 938 const VkCommandBufferLevel cmdBufferLevel, in createCommadBuffers() 946 cmdBufferLevel, // VkCommandBufferLevel level; in createCommadBuffers() 1001 tcu::TestStatus trimCommandPoolTest (Context& context, const VkCommandBufferLevel cmdBufferLevel) in trimCommandPoolTest() argument 1029 createCommadBuffers(vk, vkDevice, cmdBufferCount, *cmdPool, cmdBufferLevel, &cmdBuffers[0]); in trimCommandPoolTest() 1039 createCommadBuffers(vk, vkDevice, static_cast<deUint32>(cmdBuffersPeak.size()), *cmdPool, cmdBufferLevel, &cmdBuffersPeak[0]); in trimCommandPoolTest() 1042 switch(cmdBufferLevel) in trimCommandPoolTest() 1060 switch(cmdBufferLevel) in trimCommandPoolTest() 1077 createCommadBuffers(vk, vkDevice, 1u, *cmdPool, cmdBufferLevel, &cmdBuffers[bufferNdx]); in trimCommandPoolTest() 934 createCommadBuffers(const DeviceInterface& vk, const VkDevice vkDevice, deUint32 bufferCount, VkCommandPool pool, const VkCommandBufferLevel cmdBufferLevel, VkCommandBuffer* pCommandBuffers) createCommadBuffers() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCommandBuffersTests.cpp | 938 const VkCommandBufferLevel cmdBufferLevel, in createCommadBuffers() 946 cmdBufferLevel, // VkCommandBufferLevel level; in createCommadBuffers() 1001 tcu::TestStatus trimCommandPoolTest (Context& context, const VkCommandBufferLevel cmdBufferLevel) in trimCommandPoolTest() argument 1029 createCommadBuffers(vk, vkDevice, cmdBufferCount, *cmdPool, cmdBufferLevel, &cmdBuffers[0]); in trimCommandPoolTest() 1039 createCommadBuffers(vk, vkDevice, static_cast<deUint32>(cmdBuffersPeak.size()), *cmdPool, cmdBufferLevel, &cmdBuffersPeak[0]); in trimCommandPoolTest() 1042 switch(cmdBufferLevel) in trimCommandPoolTest() 1060 switch(cmdBufferLevel) in trimCommandPoolTest() 1077 createCommadBuffers(vk, vkDevice, 1u, *cmdPool, cmdBufferLevel, &cmdBuffers[bufferNdx]); in trimCommandPoolTest() 934 createCommadBuffers(const DeviceInterface& vk, const VkDevice vkDevice, deUint32 bufferCount, VkCommandPool pool, const VkCommandBufferLevel cmdBufferLevel, VkCommandBuffer* pCommandBuffers) createCommadBuffers() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 299 const VkCommandBufferLevel cmdBufferLevel = VK_COMMAND_BUFFER_LEVEL_PRIMARY; in iterate() local 301 const Unique<VkCommandBuffer> cmdBuffer (allocateCommandBuffer(vk, device, *cmdPool, cmdBufferLevel)); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktPrimitivesGeneratedQueryTests.cpp | 391 const VkCommandBufferLevel cmdBufferLevel = VK_COMMAND_BUFFER_LEVEL_PRIMARY; in iterate() local 393 const Unique<VkCommandBuffer> cmdBuffer (allocateCommandBuffer(vk, device, *cmdPool, cmdBufferLevel)); in iterate() 394 const auto resetCmdBuffer = allocateCommandBuffer(vk, device, *cmdPool, cmdBufferLevel); in iterate()
|