Searched refs:dispatch (Results 1 – 4 of 4) sorted by relevance
39 res->dispatch.magic = HWVULKAN_DISPATCH_MAGIC; \83 res->dispatch.magic = HWVULKAN_DISPATCH_MAGIC; \
27 hwvulkan_dispatch_t dispatch; \
67 auto dispatch = new hwvulkan_dispatch_t; in CreateInstance() local68 dispatch->magic = HWVULKAN_DISPATCH_MAGIC; in CreateInstance()69 *instance = reinterpret_cast<VkInstance>(dispatch); in CreateInstance()76 auto dispatch = reinterpret_cast<hwvulkan_dispatch_t*>(instance); in DestroyInstance() local77 ALOG_ASSERT(dispatch->magic == HWVULKAN_DISPATCH_MAGIC, in DestroyInstance()79 delete dispatch; in DestroyInstance()
9 for the specified API, where each entry routes the call via a dispatch10 table. The dispatch table may be initialized as required by a specific application.181 api_client_context.h - defines the client side dispatch table data187 dispatch table213 api_server_context.h - dispatch table the decoder functions215 api_server_context.cpp - dispatch table initialization function240 api_wrapper_context.h - dispatch table the wrapper functions242 api_wrapper_context.cpp - dispatch table initialization function