Searched defs:BufferAlloc (Results 1 – 2 of 2) sorted by relevance
379 struct BufferAlloc struct381 VkDeviceSize size = 0;382 VkDeviceAddress deviceAddress = 0; // non-zero if used383 VkBufferUsageFlags usage = 0;384 uint64_t opaqueCaptureAddress = 0;386 Move<VkBuffer> buffer;387 MovePtr<Allocation> alloc;392 void loadDeviceAddress(const DeviceInterface& vk, VkDevice device) in loadDeviceAddress()
380 struct BufferAlloc struct382 VkDeviceSize size = 0;383 VkDeviceAddress deviceAddress = 0; // non-zero if used384 VkBufferUsageFlags usage = 0;385 uint64_t opaqueCaptureAddress = 0;387 Move<VkBuffer> buffer;388 MovePtr<Allocation> alloc;393 void loadDeviceAddress(const DeviceInterface& vk, VkDevice device) in loadDeviceAddress()