Searched refs:__handle (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common.h | 135 #define ICD_FROM_HANDLE(__VkIcdType, __name, __handle) \ argument 136 __VkIcdType *__name = __VkIcdType ## _from_handle(__handle)
|
/external/libcxx/include/ |
D | any | 346 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/ |
D | radv_private.h | 1305 #define RADV_FROM_HANDLE(__radv_type, __name, __handle) \ argument 1306 struct __radv_type *__name = __radv_type ## _from_handle(__handle)
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_private.h | 1872 #define ANV_FROM_HANDLE(__anv_type, __name, __handle) \ argument 1873 struct __anv_type *__name = __anv_type ## _from_handle(__handle)
|