Home
last modified time | relevance | path

Searched defs:BufferAlloc (Results 1 – 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp379 struct BufferAlloc struct
381 VkDeviceSize size = 0;
382 VkDeviceAddress deviceAddress = 0; // non-zero if used
383 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()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/
DvktBindingDescriptorBufferTests.cpp380 struct BufferAlloc struct
382 VkDeviceSize size = 0;
383 VkDeviceAddress deviceAddress = 0; // non-zero if used
384 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()