Searched refs:buffer_memory (Results 1 – 1 of 1) sorted by relevance
/external/vulkan-validation-layers/tests/ |
D | layer_validation_tests.cpp | 9558 VkDeviceMemory buffer_memory; in TEST_F() local 9570 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &buffer_memory); in TEST_F() 9572 err = vkBindBufferMemory(m_device->device(), buffer, buffer_memory, 0); in TEST_F() 9646 vkFreeMemory(m_device->device(), buffer_memory, NULL); in TEST_F() 11811 VkDeviceMemory buffer_memory; in TEST_F() local 11823 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &buffer_memory); in TEST_F() 11825 err = vkBindBufferMemory(m_device->device(), buffer, buffer_memory, 0); in TEST_F() 11859 vkFreeMemory(m_device->device(), buffer_memory, NULL); in TEST_F() 19163 VkDeviceMemory buffer_memory; in TEST_F() local 19175 err = vkAllocateMemory(m_device->device(), &memory_info, NULL, &buffer_memory); in TEST_F() [all …]
|