Searched refs:get_device_memory_commitment (Results 1 – 3 of 3) sorted by relevance
1308 pub get_device_memory_commitment: PFN_vkGetDeviceMemoryCommitment, field1604 get_device_memory_commitment: unsafe { in load()1605 unsafe extern "system" fn get_device_memory_commitment( in load() function1612 stringify!(get_device_memory_commitment) in load()1620 get_device_memory_commitment in load()
2695 pub unsafe fn get_device_memory_commitment(&self, memory: vk::DeviceMemory) -> vk::DeviceSize { in get_device_memory_commitment() method2697 (self.device_fn_1_0.get_device_memory_commitment)( in get_device_memory_commitment()
656 (fns.v1_0.get_device_memory_commitment)(self.device.handle(), self.handle, &mut output); in commitment_unchecked()