Home
last modified time | relevance | path

Searched refs:__handle (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h152 #define WSI_FROM_HANDLE(__wsi_type, __name, __handle) \ argument
153 struct __wsi_type *__name = __wsi_type ## _from_handle(__handle)
Dwsi_common.h116 #define ICD_FROM_HANDLE(__VkIcdType, __name, __handle) \ argument
117 __VkIcdType *__name = __VkIcdType ## _from_handle(__handle)
/external/libcxx/include/
Dany348 static void* __handle(_Action __act, any const * __this, any * __other,
373 __dest.__h = &_SmallHandler::__handle;
423 static void* __handle(_Action __act, any const * __this,
454 __dest.__h = &_LargeHandler::__handle;
474 __dest.__h = &_LargeHandler::__handle;
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1744 #define RADV_FROM_HANDLE(__radv_type, __name, __handle) \ argument
1745 struct __radv_type *__name = __radv_type ## _from_handle(__handle)
/external/mesa3d/src/intel/vulkan/
Danv_private.h2934 #define ANV_FROM_HANDLE(__anv_type, __name, __handle) \ argument
2935 struct __anv_type *__name = __anv_type ## _from_handle(__handle)