Home
last modified time | relevance | path

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

/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvktestbinding.cpp527 void Buffer::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory() function in vk_testing::Buffer
574 void Image::bind_memory(const DeviceMemory &mem, VkDeviceSize mem_offset) { in bind_memory() function in vk_testing::Image
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/buffer/
Dsys.rs397 pub fn bind_memory( in bind_memory() method
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/image/
Dsys.rs1368 pub fn bind_memory( in bind_memory() method