Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dcore_validation.h128 struct DEVICE_MEM_INFO { struct
129 void *object; // Dispatchable object used to create this memory (device of swapchain)
130 uint32_t refCount; // Count of references (obj bindings or CB use)
131 bool valid; // Stores if the memory has valid data or not
132 VkDeviceMemory mem;
133 VkMemoryAllocateInfo allocInfo;
134 list<MT_OBJ_HANDLE_TYPE> pObjBindings; // list container of objects bound to this memory
135 …mandBuffer> pCommandBufferBindings; // list container of cmd buffers that reference this mem object
136 vector<MEMORY_RANGE> bufferRanges;
137 vector<MEMORY_RANGE> imageRanges;
[all …]