Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/tests/
Dvktestbinding.cpp511 bind_memory(internal_mem_, 0); in NON_DISPATCHABLE_HANDLE_DTOR()
527 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory() function in vk_testing::Buffer
544 bind_memory(internal_mem_, 0); in NON_DISPATCHABLE_HANDLE_DTOR()
574 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory() function in vk_testing::Image
Dvktestbinding.h414 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
483 void bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset);
Dlayer_validation_tests.cpp33813 buffer_export.bind_memory(memory_export, 0); in TEST_F()
33844 buffer_import.bind_memory(memory_import, 0); in TEST_F()