Searched refs:__handle (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_private.h | 152 #define WSI_FROM_HANDLE(__wsi_type, __name, __handle) \ argument 153 struct __wsi_type *__name = __wsi_type ## _from_handle(__handle)
|
D | wsi_common.h | 116 #define ICD_FROM_HANDLE(__VkIcdType, __name, __handle) \ argument 117 __VkIcdType *__name = __VkIcdType ## _from_handle(__handle)
|
/external/libcxx/include/ |
D | any | 348 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/ |
D | radv_private.h | 1744 #define RADV_FROM_HANDLE(__radv_type, __name, __handle) \ argument 1745 struct __radv_type *__name = __radv_type ## _from_handle(__handle)
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 2934 #define ANV_FROM_HANDLE(__anv_type, __name, __handle) \ argument 2935 struct __anv_type *__name = __anv_type ## _from_handle(__handle)
|