/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkDefs.hpp | 150 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkAllocationFunction) (void* pUserData, 154 typedef VKAPI_ATTR void* (VKAPI_CALL* PFN_vkReallocationFunction) (void* pUserData, 159 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkFreeFunction) (void* pUserData, 161 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalAllocationNotification) (void* pUserData, 165 typedef VKAPI_ATTR void (VKAPI_CALL* PFN_vkInternalFreeNotification) (void* pUserData, 177 void* pUserData); 182 void* pUserData); 184 void* pUserData);
|
D | vkAllocationCallbackUtil.cpp | 80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignme… in allocationCallback() argument 82 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->allocate(size, alignment, allocationScop… in allocationCallback() 85 static VKAPI_ATTR void* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t s… in reallocationCallback() argument 87 …return reinterpret_cast<AllocationCallbacks*>(pUserData)->reallocate(pOriginal, size, alignment, a… in reallocationCallback() 90 static VKAPI_ATTR void VKAPI_CALL freeCallback (void* pUserData, void* pMem) in freeCallback() argument 92 reinterpret_cast<AllocationCallbacks*>(pUserData)->free(pMem); in freeCallback() 95 static VKAPI_ATTR void VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t s… in internalAllocationNotificationCallback() argument 97 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalAllocation(size, allocationType, … in internalAllocationNotificationCallback() 100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, V… in internalFreeNotificationCallback() argument 102 …reinterpret_cast<AllocationCallbacks*>(pUserData)->notifyInternalFree(size, allocationType, alloca… in internalFreeNotificationCallback() [all …]
|
D | vkDebugReportUtil.cpp | 121 void* pUserData) in debugReportCallback() argument 123 auto recorder = reinterpret_cast<DebugReportRecorder*>(pUserData); in debugReportCallback()
|
/external/swiftshader/src/Vulkan/ |
D | VkDebugUtilsMessenger.cpp | 23 , pUserData(pCreateInfo->pUserData) in DebugUtilsMessenger() 38 (*pfnUserCallback)(messageSeverity, messageTypes, pCallbackData, pUserData); in submitMessage()
|
D | VkMemory.cpp | 27 …return pAllocator ? pAllocator->pfnAllocation(pAllocator->pUserData, count, alignment, allocationS… in allocate() 32 pAllocator ? pAllocator->pfnFree(pAllocator->pUserData, ptr) : sw::deallocate(ptr); in deallocate()
|
D | VkDebugUtilsMessenger.hpp | 38 void *pUserData = nullptr; member in vk::DebugUtilsMessenger
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
D | usbd_cdc.c | 528 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Init(); in USBD_CDC_Init() 584 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->DeInit(); in USBD_CDC_DeInit() 612 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(req->bRequest, in USBD_CDC_Setup() 632 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(req->bRequest, in USBD_CDC_Setup() 699 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Receive(hcdc->RxBuffer, &hcdc->RxLength); in USBD_CDC_DataOut() 722 if((pdev->pUserData != NULL) && (hcdc->CmdOpCode != 0xFF)) in USBD_CDC_EP0_RxReady() 724 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(hcdc->CmdOpCode, in USBD_CDC_EP0_RxReady() 797 pdev->pUserData= fops; in USBD_CDC_RegisterInterface()
|
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/ |
D | usbd_cdc.c | 528 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Init(); in USBD_CDC_Init() 584 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->DeInit(); in USBD_CDC_DeInit() 612 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(req->bRequest, in USBD_CDC_Setup() 632 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(req->bRequest, in USBD_CDC_Setup() 699 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Receive(hcdc->RxBuffer, &hcdc->RxLength); in USBD_CDC_DataOut() 722 if((pdev->pUserData != NULL) && (hcdc->CmdOpCode != 0xFF)) in USBD_CDC_EP0_RxReady() 724 ((USBD_CDC_ItfTypeDef *)pdev->pUserData)->Control(hcdc->CmdOpCode, in USBD_CDC_EP0_RxReady() 797 pdev->pUserData= fops; in USBD_CDC_RegisterInterface()
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | backend.h | 42 void ProcessSyncBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t macroTile, void* pUserData); 43 void ProcessClearBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t macroTile, void* pUserData); 49 void ProcessShutdownBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t macroTile, void* pUserData);
|
D | frontend.h | 396 void ProcessClear(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData); 400 void* pUserData); 404 void* pUserData); 405 void ProcessSync(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData); 406 void ProcessShutdown(SWR_CONTEXT* pContext, DRAW_CONTEXT* pDC, uint32_t workerId, void* pUserData);
|
D | backend_clear.cpp | 158 void ProcessClearBE(DRAW_CONTEXT* pDC, uint32_t workerId, uint32_t macroTile, void* pUserData) in ProcessClearBE() argument 165 CLEAR_DESC* pClear = (CLEAR_DESC*)pUserData; in ProcessClearBE() 234 CLEAR_DESC* pClear = (CLEAR_DESC*)pUserData; in ProcessClearBE()
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_utils.cpp | 133 dbgCreateInfo.pUserData = (void *)log_output; in layer_debug_messenger_actions() 142 dbgCreateInfo.pUserData = NULL; in layer_debug_messenger_actions() 151 dbgCreateInfo.pUserData = NULL; in layer_debug_messenger_actions() 185 dbgCreateInfo.pUserData = (void *)log_output; in layer_debug_report_actions() 198 dbgCreateInfo.pUserData = NULL; in layer_debug_report_actions() 211 dbgCreateInfo.pUserData = NULL; in layer_debug_report_actions()
|
D | vk_loader_layer.h | 44 void *pUserData; member
|
D | vk_layer_logging.h | 485 … new_debug_report_message.c_str(), layer_dbg_node->pUserData)) { in debug_log_msg() 492 … &callback_data, layer_dbg_node->pUserData)) { in debug_log_msg() 556 layer_dbg_node->pUserData)) { in debug_messenger_log_msg() 565 … callback_data->pMessage, layer_dbg_node->pUserData)) { in debug_messenger_log_msg() 574 … newMsg.c_str(), layer_dbg_node->pUserData)) { in debug_messenger_log_msg() 643 pNewDbgFuncNode->pUserData = create_info->pUserData; in layer_create_messenger_callback() 694 pNewDbgFuncNode->pUserData = create_info->pUserData; in layer_create_report_callback()
|
/external/mesa3d/src/vulkan/util/ |
D | vk_alloc.h | 36 return alloc->pfnAllocation(alloc->pUserData, size, align, scope); in vk_alloc() 58 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope); in vk_realloc() 67 alloc->pfnFree(alloc->pUserData, data); in vk_free()
|
D | vk_debug_report.c | 63 cb->data = pCreateInfo->pUserData; in vk_create_debug_report_callback()
|
/external/angle/third_party/vulkan_memory_allocator/docs/ |
D | Recording file format.md | 107 - pUserData : string (may contain additional commas) 122 - allocationCreateInfo.pUserData : string (may contain additional commas) 150 - allocationCreateInfo.pUserData : string (may contain additional commas) 180 - allocationCreateInfo.pUserData : string (may contain additional commas) 194 - allocationCreateInfo.pUserData : string (may contain additional commas) 210 - allocationCreateInfo.pUserData : string (may contain additional commas) 270 **pUserData** 272 If `pUserData` was a pointer, it is encoded as hexadecimal string.
|
/external/angle/util/windows/third_party/StackWalker/src/ |
D | StackWalker.h | 111 LPVOID pUserData // optional data, which was passed in "ShowCallstack" 120 LPVOID pUserData = NULL // optional to identify some data in the 'readMemoryFunction'-callback
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_textlayout.cpp | 810 auto pUserData = pdfium::MakeRetain<CFX_TextUserData>( in LoadRichText() local 812 m_pBreak->SetUserData(pUserData); in LoadRichText() 999 CFX_TextUserData* pUserData = pPiece->m_pUserData.Get(); in AppendTextLine() local 1000 if (pUserData) in AppendTextLine() 1001 pStyle = pUserData->m_pStyle; in AppendTextLine() 1035 pTP->pLinkData = pUserData ? pUserData->m_pLinkData : nullptr; in AppendTextLine() 1051 CFX_TextUserData* pUserData = pPiece->m_pUserData.Get(); in AppendTextLine() local 1052 if (pUserData) in AppendTextLine() 1053 pStyle = pUserData->m_pStyle; in AppendTextLine()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 1433 VKAPI_ATTR void *VKAPI_CALL allocCallbackFunc (void *pUserData, size_t size, size_t alignment, VkSy… in allocCallbackFunc() argument 1455 g_allocatedVector[vectorIdx].userData = (deUint64)pUserData; in allocCallbackFunc() 1467 VKAPI_ATTR void VKAPI_CALL freeCallbackFunc (void *pUserData, void *pMemory) in freeCallbackFunc() argument 1469 DE_UNREF(pUserData); in freeCallbackFunc() 1482 VKAPI_ATTR void *VKAPI_CALL reallocCallbackFunc (void *pUserData, void *pOriginal, size_t size, siz… in reallocCallbackFunc() argument 1492 freeCallbackFunc(pUserData, pOriginal); in reallocCallbackFunc() 1499 void *pNew = allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc() 1509 freeCallbackFunc(pUserData, pOriginal); in reallocCallbackFunc() 1518 return allocCallbackFunc(pUserData, size, alignment, allocationScope); in reallocCallbackFunc()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1514 void* pUserData; member 1772 void* pUserData; member 1873 void* pUserData); 2654 pAllocationCallbacks->pUserData, in VmaMalloc() 2670 (*pAllocationCallbacks->pfnFree)(pAllocationCallbacks->pUserData, ptr); in VmaFree() 3833 void SetUserData(VmaAllocator hAllocator, void* pUserData); 4527 void* pUserData, 4928 void VmaAllocation_T::SetUserData(VmaAllocator hAllocator, void* pUserData) in SetUserData() argument 4932 VMA_ASSERT(pUserData == VMA_NULL || pUserData != m_pUserData); in SetUserData() 4936 if(pUserData != VMA_NULL) in SetUserData() [all …]
|
/external/pdfium/xfa/fgas/layout/ |
D | cfx_rtfbreak.h | 39 void SetUserData(const RetainPtr<CFX_TextUserData>& pUserData);
|
/external/skqp/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 73 info.pUserData = nullptr; in allocateMemoryForImage() 100 info.pUserData = nullptr; in allocateMemoryForBuffer()
|
/external/skia/src/gpu/vk/ |
D | GrVkAMDMemoryAllocator.cpp | 115 info.pUserData = nullptr; in allocateImageMemory() 146 info.pUserData = nullptr; in allocateBufferMemory()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_parser.h | 44 EAS_VOID_PTR pUserData; member
|