Home
last modified time | relevance | path

Searched refs:activeCmdPool (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1107 VkCommandPool activeCmdPool; in clearImage() local
1112 activeCmdPool = *cmdPool; in clearImage()
1117 activeCmdPool = m_externalCommandPool.get()->get(); in clearImage()
1120 cmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in clearImage()
2247 VkCommandPool activeCmdPool; in render() local
2252 activeCmdPool = *cmdPool; in render()
2257 activeCmdPool = m_externalCommandPool.get()->get(); in render()
2262 cmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in render()
2368 …Buffer> resultCmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BU… in render()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
DvktShaderRender.cpp1107 VkCommandPool activeCmdPool; in clearImage() local
1112 activeCmdPool = *cmdPool; in clearImage()
1117 activeCmdPool = m_externalCommandPool.get()->get(); in clearImage()
1120 cmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in clearImage()
2247 VkCommandPool activeCmdPool; in render() local
2252 activeCmdPool = *cmdPool; in render()
2257 activeCmdPool = m_externalCommandPool.get()->get(); in render()
2262 cmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BUFFER_LEVEL_PRIMARY); in render()
2368 …Buffer> resultCmdBuffer = allocateCommandBuffer(vk, vkDevice, activeCmdPool, VK_COMMAND_BU… in render()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.cpp4308 VkCommandPool activeCmdPool; in copyBufferToImage() local
4313 activeCmdPool = *cmdPool; in copyBufferToImage()
4318 activeCmdPool = *externalCommandPool; in copyBufferToImage()
4321 …Move<VkCommandBuffer> cmdBuffer = allocateCommandBuffer(vk, device, activeCmdPool, VK_COMMAND_BUFF… in copyBufferToImage()