Home
last modified time | relevance | path

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

/external/mesa3d/src/microsoft/vulkan/
Ddzn_private.h189 struct dzn_physical_device { struct
195 struct dzn_physical_device_desc desc; argument
197 uint32_t queue_family_count;
198 struct dzn_queue_family {
201 } queue_families[MAX_QUEUE_FAMILIES];
203 uint8_t pipeline_cache_uuid[VK_UUID_SIZE];
204 uint8_t device_uuid[VK_UUID_SIZE];
205 uint8_t driver_uuid[VK_UUID_SIZE];
207 struct wsi_device wsi_device;
209 ID3D12Device4 *dev;
[all …]