Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/runtime/
Dvk_instance.h77 struct vk_instance { struct
93 * `supported_extensions` parameter to `vk_instance_init()`. argument
95 const struct vk_instance_extension_table *supported_extensions; argument
102 struct vk_instance_extension_table enabled_extensions; argument
105 struct vk_instance_dispatch_table dispatch_table; argument
108 struct {
111 } debug_report;
114 struct {
122 } debug_utils;
147 VkResult (*enumerate)(struct vk_instance *instance); argument
[all …]
/external/mesa3d/docs/vulkan/
Dbase-objs.rst95 vk_instance chapter
/external/mesa3d/src/freedreno/vulkan/
Dtu_knl.cc327 tu_enumerate_devices(struct vk_instance *vk_instance) in tu_enumerate_devices()
364 tu_physical_device_try_create(struct vk_instance *vk_instance, in tu_physical_device_try_create()
/external/mesa3d/src/panfrost/vulkan/
Dpanvk_instance.c85 panvk_physical_device_try_create(struct vk_instance *vk_instance, in panvk_physical_device_try_create()
/external/mesa3d/src/amd/vulkan/
Dradv_physical_device.c2305 create_null_physical_device(struct vk_instance *vk_instance) in create_null_physical_device()
2319 create_drm_physical_device(struct vk_instance *vk_instance, struct _drmDevice *device, struct vk_ph… in create_drm_physical_device()
/external/mesa3d/src/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp233 static VkResult gfxstream_vk_enumerate_devices(struct vk_instance* vk_instance) { in gfxstream_vk_enumerate_devices()
/external/mesa3d/src/intel/vulkan/
Danv_physical_device.c2394 anv_physical_device_try_create(struct vk_instance *vk_instance, in anv_physical_device_try_create()
/external/mesa3d/src/imagination/vulkan/
Dpvr_device.c947 pvr_physical_device_enumerate(struct vk_instance *const vk_instance) in pvr_physical_device_enumerate()
1286 const struct vk_instance *vk_instance = NULL; in pvr_GetInstanceProcAddr() local
/external/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1443 lvp_enumerate_physical_devices(struct vk_instance *vk_instance) in lvp_enumerate_physical_devices()
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c1552 enumerate_devices(struct vk_instance *vk_instance) in enumerate_devices()
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_device.c1575 anv_physical_device_try_create(struct vk_instance *vk_instance, in anv_physical_device_try_create()