Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp716 vkFreeCommandBuffers(dev_handle_, cmd_pool_, 1, cmds); in ~CommandBuffer()
729 cmd_pool_ = info.commandPool; in init()
Dvktestbinding.h604 VkCommandPool cmd_pool_; variable