Searched defs:dzn_device_memory (Results 1 – 1 of 1) sorted by relevance
277 struct dzn_device_memory { struct278 struct vk_object_base base;280 struct list_head link;282 ID3D12Heap *heap;283 VkDeviceSize size;284 D3D12_RESOURCE_STATES initial_state; /* initial state for this memory type */287 ID3D12Resource *map_res;289 VkDeviceSize map_size;290 void *map;