Home
last modified time | relevance | path

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

/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_private.h277 struct dzn_device_memory { struct
278 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;