HomeSort by: relevance | last modified time | path
    Searched defs:v3dv_physical_device (Results 1 - 1 of 1) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_private.h 118 struct v3dv_physical_device { struct
161 struct v3dv_physical_device *pdevice,
164 VkResult v3dv_wsi_init(struct v3dv_physical_device *physical_device);
165 void v3dv_wsi_finish(struct v3dv_physical_device *physical_device);
186 struct v3dv_physical_device physicalDevice;
412 struct v3dv_physical_device *pdevice;
1875 uint32_t v3dv_physical_device_vendor_id(struct v3dv_physical_device *dev);
1876 uint32_t v3dv_physical_device_device_id(struct v3dv_physical_device *dev);
2035 VK_DEFINE_HANDLE_CASTS(v3dv_physical_device, vk.base, VkPhysicalDevice,

Completed in 24 milliseconds