Lines Matching refs:dyub
3830 VkBuffer dyub; in TEST_F() local
3831 err = vkCreateBuffer(m_device->device(), &buffCI, NULL, &dyub); in TEST_F()
3834 buffInfo.buffer = dyub; in TEST_F()
3859 vkDestroyBuffer(m_device->device(), dyub, NULL); in TEST_F()
5641 VkBuffer dyub; in TEST_F() local
5642 err = vkCreateBuffer(m_device->device(), &buffCI, NULL, &dyub); in TEST_F()
5653 vkGetBufferMemoryRequirements(m_device->device(), dyub, &memReqs); in TEST_F()
5656 vkDestroyBuffer(m_device->device(), dyub, NULL); in TEST_F()
5663 err = vkBindBufferMemory(m_device->device(), dyub, mem, 0); in TEST_F()
5667 buffInfo.buffer = dyub; in TEST_F()
5729 vkDestroyBuffer(m_device->device(), dyub, NULL); in TEST_F()
5799 VkBuffer dyub; in TEST_F() local
5800 err = vkCreateBuffer(m_device->device(), &buffCI, NULL, &dyub); in TEST_F()
5805 buffInfo.buffer = dyub; in TEST_F()
5821 vkDestroyBuffer(m_device->device(), dyub, NULL); in TEST_F()
6224 VkBuffer dyub; in TEST_F() local
6225 err = vkCreateBuffer(m_device->device(), &buffCI, NULL, &dyub); in TEST_F()
6231 buffInfo[i].buffer = dyub; in TEST_F()
6440 vkDestroyBuffer(m_device->device(), dyub, NULL); in TEST_F()