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

  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_private.h 856 struct anv_physical_device { struct
989 VkResult anv_init_wsi(struct anv_physical_device *physical_device);
990 void anv_finish_wsi(struct anv_physical_device *physical_device);
1157 struct anv_physical_device * physical;
1246 anv_use_softpin(const struct anv_physical_device *pdevice)
1907 unsigned anv_descriptor_type_size(const struct anv_physical_device *pdevice,
1910 bool anv_descriptor_supports_bindless(const struct anv_physical_device *pdevice,
1914 bool anv_descriptor_requires_bindless(const struct anv_physical_device *pdevice,
3149 * anv_physical_device::n_perf_query_commands.
4722 void anv_physical_device_init_perf(struct anv_physical_device *device, int fd)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_private.h 306 __builtin_types_compatible_p (__typeof (o), struct anv_physical_device*), \
919 struct anv_physical_device { struct
1008 struct anv_physical_device physicalDevice;
1018 VkResult anv_init_wsi(struct anv_physical_device *physical_device);
1019 void anv_finish_wsi(struct anv_physical_device *physical_device);
1021 uint32_t anv_physical_device_api_version(struct anv_physical_device *dev);
1022 bool anv_physical_device_extension_supported(struct anv_physical_device *dev,
1649 unsigned anv_descriptor_type_size(const struct anv_physical_device *pdevice,
1652 bool anv_descriptor_supports_bindless(const struct anv_physical_device *pdevice,
1656 bool anv_descriptor_requires_bindless(const struct anv_physical_device *pdevice
    [all...]

Completed in 12 milliseconds