Home
last modified time | relevance | path

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

/third_party/musl/porting/linux/user/src/hook/
Dmalloc_common.c12 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in malloc() local
31 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in free() local
54 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in mmap() local
64 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in munmap() local
74 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in calloc() local
84 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in realloc() local
94 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in malloc_usable_size() local
110 volatile const struct MallocDispatchType* dispatch_table = get_current_dispatch_table(); in prctl() local
Dmemory_trace.c10 …volatile const struct MallocDispatchType* dispatch_table = (struct MallocDispatchType *)atomic_loa… in memtrace() local
Dmusl_preinit.c340 …rary_handle, const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in init_malloc_hook_shared_library()
375 …ared_library(const char* shared_lib, const char* prefix, struct MallocDispatchType* dispatch_table) in load_malloc_hook_shared_library()
/third_party/mesa3d/src/vulkan/runtime/
Dvk_physical_device.h60 struct vk_physical_device_dispatch_table dispatch_table; member
Dvk_instance.c41 const struct vk_instance_dispatch_table *dispatch_table, in vk_instance_init()
Dvk_instance.h86 struct vk_instance_dispatch_table dispatch_table; member
Dvk_physical_device.c33 const struct vk_physical_device_dispatch_table *dispatch_table) in vk_physical_device_init()
Dvk_device.h111 struct vk_device_dispatch_table dispatch_table; member
Dvk_device.c106 const struct vk_device_dispatch_table *dispatch_table, in vk_device_init()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_common.h268 const struct vk_instance_dispatch_table *dispatch_table, in vn_instance_base_init()
289 const struct vk_physical_device_dispatch_table *dispatch_table) in vn_physical_device_base_init()
307 const struct vk_device_dispatch_table *dispatch_table, in vn_device_base_init()
Dvn_device.c442 struct vk_device_dispatch_table dispatch_table; in vn_CreateDevice() local
Dvn_instance.c708 struct vk_instance_dispatch_table dispatch_table; in vn_CreateInstance() local
Dvn_physical_device.c1359 struct vk_physical_device_dispatch_table dispatch_table; in enumerate_physical_devices() local
/third_party/python/Lib/
Dcopyreg.py10 dispatch_table = {} variable
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_device.c186 struct vk_instance_dispatch_table dispatch_table; in panvk_CreateInstance() local
294 struct vk_physical_device_dispatch_table dispatch_table; in panvk_physical_device_init() local
951 struct vk_device_dispatch_table dispatch_table; in panvk_CreateDevice() local
/third_party/mesa3d/src/imagination/vulkan/
Dpvr_device.c160 struct vk_instance_dispatch_table dispatch_table; in pvr_CreateInstance() local
311 struct vk_physical_device_dispatch_table dispatch_table; in pvr_physical_device_init() local
1570 struct vk_device_dispatch_table dispatch_table; in pvr_CreateDevice() local
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c219 struct vk_physical_device_dispatch_table dispatch_table; in lvp_physical_device_init() local
412 struct vk_instance_dispatch_table dispatch_table; in lvp_CreateInstance() local
1534 struct vk_device_dispatch_table dispatch_table; in lvp_CreateDevice() local
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_device.c217 struct vk_instance_dispatch_table dispatch_table; in v3dv_CreateInstance() local
724 struct vk_physical_device_dispatch_table dispatch_table; in physical_device_init() local
1952 struct vk_device_dispatch_table dispatch_table; in v3dv_CreateDevice() local
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c288 struct vk_physical_device_dispatch_table dispatch_table; in tu_physical_device_init() local
420 struct vk_instance_dispatch_table dispatch_table; in tu_CreateInstance() local
1821 struct vk_device_dispatch_table dispatch_table; in tu_CreateDevice() local
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_device.c185 struct vk_instance_dispatch_table dispatch_table; in dzn_instance_create() local
320 struct vk_physical_device_dispatch_table dispatch_table; in dzn_physical_device_create() local
2037 struct vk_device_dispatch_table dispatch_table; in dzn_device_create() local
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c787 struct vk_physical_device_dispatch_table dispatch_table; in anv_physical_device_try_create() local
1121 struct vk_instance_dispatch_table dispatch_table; in anv_CreateInstance() local
3130 struct vk_device_dispatch_table dispatch_table; in anv_CreateDevice() local
/third_party/python/Lib/idlelib/
Drpc.py67 dispatch_table = {types.CodeType: pickle_code, **copyreg.dispatch_table} variable in CodePickler
/third_party/mesa3d/src/amd/vulkan/
Dradv_device.c708 struct vk_physical_device_dispatch_table dispatch_table; in radv_physical_device_try_create() local
1114 struct vk_instance_dispatch_table dispatch_table; in radv_CreateInstance() local
3428 struct vk_device_dispatch_table dispatch_table; in radv_CreateDevice() local
/third_party/python/Lib/test/
Dpickletester.py3780 dispatch_table = dt variable in AbstractDispatchTableTests.test_class_dispatch_table.MyPickler
3805 def _test_dispatch_table(self, dumps, dispatch_table): argument
/third_party/python/Modules/
D_pickle.c148 PyObject *dispatch_table; member
626 PyObject *dispatch_table; /* private dispatch_table, can be NULL */ member