Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common.h135 #define ICD_FROM_HANDLE(__VkIcdType, __name, __handle) \ argument
136 __VkIcdType *__name = __VkIcdType ## _from_handle(__handle)
/external/libcxx/include/
Dany346 static void* __handle(_Action __act, any const * __this, any * __other,
371 __dest.__h = &_SmallHandler::__handle;
421 static void* __handle(_Action __act, any const * __this,
452 __dest.__h = &_LargeHandler::__handle;
472 __dest.__h = &_LargeHandler::__handle;
/external/mesa3d/src/amd/vulkan/
Dradv_private.h1305 #define RADV_FROM_HANDLE(__radv_type, __name, __handle) \ argument
1306 struct __radv_type *__name = __radv_type ## _from_handle(__handle)
/external/mesa3d/src/intel/vulkan/
Danv_private.h1872 #define ANV_FROM_HANDLE(__anv_type, __name, __handle) \ argument
1873 struct __anv_type *__name = __anv_type ## _from_handle(__handle)