Searched refs:draw_buffer_memory (Results 1 – 1 of 1) sorted by relevance
4463 VkDeviceMemory draw_buffer_memory; in TEST_F() local4464 vkAllocateMemory(m_device->device(), &memory_allocate_info, NULL, &draw_buffer_memory); in TEST_F()4465 vkBindBufferMemory(m_device->device(), draw_buffer, draw_buffer_memory, 0); in TEST_F()4504 vkFreeMemory(m_device->device(), draw_buffer_memory, 0); in TEST_F()