Searched defs:dispatch_table (Results 1 - 20 of 20) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_physical_device.h42 struct vk_physical_device_dispatch_table dispatch_table; member in struct:vk_physical_device
H A Dvk_device.h43 struct vk_device_dispatch_table dispatch_table; member in struct:vk_device
H A Dvk_instance.h52 struct vk_instance_dispatch_table dispatch_table; member in struct:vk_instance
H A Dvk_instance.c35 vk_instance_init(struct vk_instance * instance,const struct vk_instance_extension_table * supported_extensions,const struct vk_instance_dispatch_table * dispatch_table,const VkInstanceCreateInfo * pCreateInfo,const VkAllocationCallbacks * alloc) argument
H A Dvk_physical_device.c30 vk_physical_device_init(struct vk_physical_device * pdevice,struct vk_instance * instance,const struct vk_device_extension_table * supported_extensions,const struct vk_physical_device_dispatch_table * dispatch_table) argument
[all...]
H A Dvk_device.c36 vk_device_init(struct vk_device * device,struct vk_physical_device * physical_device,const struct vk_device_dispatch_table * dispatch_table,const VkDeviceCreateInfo * pCreateInfo,const VkAllocationCallbacks * alloc) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_common.h240 vn_instance_base_init(struct vn_instance_base * instance,const struct vk_instance_extension_table * supported_extensions,const struct vk_instance_dispatch_table * dispatch_table,const VkInstanceCreateInfo * info,const VkAllocationCallbacks * alloc) argument
260 vn_physical_device_base_init(struct vn_physical_device_base * physical_dev,struct vn_instance_base * instance,const struct vk_device_extension_table * supported_extensions,const struct vk_physical_device_dispatch_table * dispatch_table) argument
280 vn_device_base_init(struct vn_device_base * dev,struct vn_physical_device_base * physical_dev,const struct vk_device_dispatch_table * dispatch_table,const VkDeviceCreateInfo * info,const VkAllocationCallbacks * alloc) argument
H A Dvn_device.c283 struct vk_device_dispatch_table dispatch_table; local in function:vn_CreateDevice
H A Dvn_instance.c707 struct vk_instance_dispatch_table dispatch_table; local in function:vn_CreateInstance
H A Dvn_physical_device.c1290 struct vk_physical_device_dispatch_table dispatch_table; local in function:enumerate_physical_devices
/xsrc/external/mit/xmodmap/dist/
H A Dhandle.c178 } dispatch_table[] = { variable in typeref:struct:dt[]
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c189 struct vk_instance_dispatch_table dispatch_table; local in function:v3dv_CreateInstance
696 struct vk_physical_device_dispatch_table dispatch_table; local in function:physical_device_init
1754 struct vk_device_dispatch_table dispatch_table; local in function:v3dv_CreateDevice
[all...]
/xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
H A Dpanvk_device.c173 struct vk_instance_dispatch_table dispatch_table; local in function:panvk_CreateInstance
281 struct vk_physical_device_dispatch_table dispatch_table; local in function:panvk_physical_device_init
963 struct vk_device_dispatch_table dispatch_table; local in function:panvk_CreateDevice
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c262 struct vk_physical_device_dispatch_table dispatch_table; local in function:tu_physical_device_init
350 struct vk_instance_dispatch_table dispatch_table; local in function:tu_CreateInstance
1449 struct vk_device_dispatch_table dispatch_table; local in function:tu_CreateDevice
[all...]
/xsrc/external/mit/libepoxy/src/
H A Dglx_generated_dispatch.c34 struct dispatch_table { struct
4500 struct dispatch_table *dispatch_table = get_dispatch_table(); local in function:glx_init_dispatch_table
H A Degl_generated_dispatch.c19 struct dispatch_table { struct
5327 struct dispatch_table *dispatch_table = get_dispatch_table(); local in function:egl_init_dispatch_table
H A Dgl_generated_dispatch.c34 struct dispatch_table { struct
121077 struct dispatch_table *dispatch_table = get_dispatch_table(); local in function:gl_init_dispatch_table
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c164 struct vk_physical_device_dispatch_table dispatch_table; local in function:lvp_physical_device_init
221 struct vk_instance_dispatch_table dispatch_table; local in function:lvp_CreateInstance
1423 struct vk_device_dispatch_table dispatch_table; local in function:lvp_CreateDevice
[all...]
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_device.c795 struct vk_physical_device_dispatch_table dispatch_table; local in function:anv_physical_device_try_create
1104 struct vk_instance_dispatch_table dispatch_table; local in function:anv_CreateInstance
2950 struct vk_device_dispatch_table dispatch_table; local in function:anv_CreateDevice
[all...]
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c620 struct vk_physical_device_dispatch_table dispatch_table; local in function:radv_physical_device_try_create
974 struct vk_instance_dispatch_table dispatch_table; local in function:radv_CreateInstance
2970 struct vk_device_dispatch_table dispatch_table; local in function:radv_CreateDevice
[all...]

Completed in 118 milliseconds