/external/ltp/testcases/kernel/syscalls/epoll2/include/ |
D | dbllist.h | 13 (ptr)->pNext = (ptr)->pPrev = (ptr); \ 19 struct list_head *pNext = next; \ 20 (pNext)->pPrev = newi; \ 21 (newi)->pNext = pNext; \ 23 (pPrev)->pNext = newi; \ 26 #define DBL_LIST_ADDH(new, head) DBL_LIST_ADD(new, head, (head)->pNext) 33 struct list_head *pNext = next; \ 35 (prev)->pNext = pNext; \ 40 DBL_LIST_UNLINK((entry)->pPrev, (entry)->pNext); \ 44 #define DBL_LIST_EMTPY(head) ((head)->pNext == head) [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 7 const void* pNext; member 18 const void* pNext; member 282 const void* pNext; member 292 const void* pNext; member 320 const void* pNext; member 333 const void* pNext; member 341 const void* pNext; member 427 const void* pNext; member 443 const void* pNext; member 450 const void* pNext; member [all …]
|
D | vkStrUtilImpl.inl | 2295 s << "\tpNext = " << value.pNext << '\n'; 2309 s << "\tpNext = " << value.pNext << '\n'; 2612 s << "\tpNext = " << value.pNext << '\n'; 2625 s << "\tpNext = " << value.pNext << '\n'; 2662 s << "\tpNext = " << value.pNext << '\n'; 2678 s << "\tpNext = " << value.pNext << '\n'; 2689 s << "\tpNext = " << value.pNext << '\n'; 2808 s << "\tpNext = " << value.pNext << '\n'; 2827 s << "\tpNext = " << value.pNext << '\n'; 2837 s << "\tpNext = " << value.pNext << '\n'; [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | arena.h | 45 ArenaBlock* pNext = nullptr; member 114 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock); in AllocateAligned() 115 pPrevBlock->pNext = pBlock->pNext; in AllocateAligned() 116 pBlock->pNext = nullptr; in AllocateAligned() 162 ArenaBlock* pBlock = m_oldCachedBlocks[i].pNext; in FreeOldBlocks() 165 ArenaBlock* pNext = pBlock->pNext; in FreeOldBlocks() local 169 pBlock = pNext; in FreeOldBlocks() 171 m_oldCachedBlocks[i].pNext = nullptr; in FreeOldBlocks() 181 m_pLastCachedBlocks[i]->pNext = m_oldCachedBlocks[i].pNext; in FreeOldBlocks() 182 m_oldCachedBlocks[i].pNext = m_cachedBlocks[i].pNext; in FreeOldBlocks() [all …]
|
/external/vulkan-validation-layers/libs/vkjson/ |
D | vkjson_instance.cc | 112 device.ext_variable_pointer_features.variable_pointer_features_khr.pNext = in VkJsonGetDevice() 113 features.pNext; in VkJsonGetDevice() 114 features.pNext = in VkJsonGetDevice() 168 device.subgroup_properties.pNext = properties2.pNext; in VkJsonGetDevice() 169 properties2.pNext = &device.subgroup_properties; in VkJsonGetDevice() 173 device.point_clipping_properties.pNext = properties2.pNext; in VkJsonGetDevice() 174 properties2.pNext = &device.point_clipping_properties; in VkJsonGetDevice() 178 device.multiview_properties.pNext = properties2.pNext; in VkJsonGetDevice() 179 properties2.pNext = &device.multiview_properties; in VkJsonGetDevice() 183 device.id_properties.pNext = properties2.pNext; in VkJsonGetDevice() [all …]
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widgetmgr.cpp | 71 return pItem && pItem->pNext ? pItem->pNext->pWidget : nullptr; in GetNextSiblingWidget() 85 while (pItem && pItem->pNext) in GetLastChildWidget() 86 pItem = pItem->pNext; in GetLastChildWidget() 112 pChild->pPrevious->pNext = pChild->pNext; in AppendWidget() 113 if (pChild->pNext) in AppendWidget() 114 pChild->pNext->pPrevious = pChild->pPrevious; in AppendWidget() 116 pItem->pParent->pChild = pItem->pNext; in AppendWidget() 118 pItem->pNext = nullptr; in AppendWidget() 122 if (!pChild->pNext) in AppendWidget() 125 pChild = pChild->pNext; in AppendWidget() [all …]
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_logging.h | 58 new_node->pNext = *list_head; in AddDebugMessageCallback() 73 prev_callback->pNext = cur_callback->pNext; in RemoveDebugMessageCallback() 75 *list_head = cur_callback->pNext; in RemoveDebugMessageCallback() 85 cur_callback = cur_callback->pNext; in RemoveDebugMessageCallback() 99 prev_callback = current_callback->pNext; in RemoveAllMessageCallbacks() 141 pTrav = pTrav->pNext; in debug_report_log_msg() 242 const void *pNext = pChain; in layer_copy_tmp_callbacks() local 243 while (pNext) { in layer_copy_tmp_callbacks() 245 …if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_… in layer_copy_tmp_callbacks() 248 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; in layer_copy_tmp_callbacks() [all …]
|
/external/vulkan-validation-layers/loader/ |
D | debug_report.c | 82 pNewDbgFuncNode->pNext = inst->DbgFunctionHead; 109 pTrav = pTrav->pNext; 122 pPrev->pNext = pTrav->pNext; 123 if (inst->DbgFunctionHead == pTrav) inst->DbgFunctionHead = pTrav->pNext; 136 pTrav = pTrav->pNext; 154 const void *pNext = pChain; local 155 while (pNext) { 157 …if (((VkDebugReportCallbackCreateInfoEXT *)pNext)->sType == VK_STRUCTURE_TYPE_DEBUG_REPORT_CREATE_… 160 pNext = (void *)((VkDebugReportCallbackCreateInfoEXT *)pNext)->pNext; 203 pNext = pChain; [all …]
|
D | extension_manual.c | 207 void *pNext = pFeatures->pNext; in terminator_GetPhysicalDeviceFeatures2KHR() local 208 while (pNext != NULL) { in terminator_GetPhysicalDeviceFeatures2KHR() 209 switch (*(VkStructureType *)pNext) { in terminator_GetPhysicalDeviceFeatures2KHR() 213 VkPhysicalDeviceMultiviewFeaturesKHX *multiview_features = pNext; in terminator_GetPhysicalDeviceFeatures2KHR() 218 pNext = multiview_features->pNext; in terminator_GetPhysicalDeviceFeatures2KHR() 226 struct VkStructureHeader *header = pNext; in terminator_GetPhysicalDeviceFeatures2KHR() 227 pNext = (void *)header->pNext; in terminator_GetPhysicalDeviceFeatures2KHR() 260 void *pNext = pProperties->pNext; in terminator_GetPhysicalDeviceProperties2KHR() local 261 while (pNext != NULL) { in terminator_GetPhysicalDeviceProperties2KHR() 262 switch (*(VkStructureType *)pNext) { in terminator_GetPhysicalDeviceProperties2KHR() [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 66 pNext = DE_NULL; in ImageViewCreateInfo() 86 pNext = DE_NULL; in ImageViewCreateInfo() 125 pNext = DE_NULL; in BufferViewCreateInfo() 142 pNext = DE_NULL; in BufferCreateInfo() 164 pNext = other.pNext; in BufferCreateInfo() 187 pNext = other.pNext; in operator =() 230 pNext = DE_NULL; in ImageCreateInfo() 261 pNext = DE_NULL; in FramebufferCreateInfo() 289 pNext = DE_NULL; in RenderPassCreateInfo() 317 pNext = DE_NULL; in RenderPassCreateInfo() [all …]
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.h | 1452 const void* pNext; member 1462 const void* pNext; member 1743 const void* pNext; member 1752 const void* pNext; member 1777 const void* pNext; member 1789 const void* pNext; member 1796 const void* pNext; member 1871 const void* pNext; member 1886 const void* pNext; member 1892 const void* pNext; member [all …]
|
D | vulkan.hpp | 481 x.pNext = &y; in link() 498 x.pNext = &y; in linkAndCopy() 6975 pNext = pNext_; in setPNext() 7017 && ( pNext == rhs.pNext ) in operator ==() 7034 const void* pNext = nullptr; member 7065 pNext = pNext_; in setPNext() 7101 && ( pNext == rhs.pNext ) in operator ==() 7117 const void* pNext = nullptr; member 7151 pNext = pNext_; in setPNext() 7211 && ( pNext == rhs.pNext ) in operator ==() [all …]
|
D | vk_layer.h | 62 void *pNext; member 89 struct VkLayerInstanceLink_ *pNext; member 113 const void *pNext; member 122 struct VkLayerDeviceLink_ *pNext; member 129 const void *pNext; member
|
/external/skia/third_party/vulkan/vulkan/ |
D | vulkan.h | 1285 const void* pNext; member 1295 const void* pNext; member 1546 const void* pNext; member 1555 const void* pNext; member 1580 const void* pNext; member 1592 const void* pNext; member 1599 const void* pNext; member 1674 const void* pNext; member 1689 const void* pNext; member 1695 const void* pNext; member [all …]
|
/external/skqp/third_party/vulkan/vulkan/ |
D | vulkan.h | 1285 const void* pNext; member 1295 const void* pNext; member 1546 const void* pNext; member 1555 const void* pNext; member 1580 const void* pNext; member 1592 const void* pNext; member 1599 const void* pNext; member 1674 const void* pNext; member 1689 const void* pNext; member 1695 const void* pNext; member [all …]
|
/external/pdfium/core/fpdfdoc/ |
D | cpdf_action.cpp | 117 CPDF_Object* pNext = m_pDict->GetDirectObjectFor("Next"); in GetSubActionsCount() local 118 if (!pNext) in GetSubActionsCount() 120 if (pNext->IsDictionary()) in GetSubActionsCount() 122 if (CPDF_Array* pArray = pNext->AsArray()) in GetSubActionsCount() 131 CPDF_Object* pNext = m_pDict->GetDirectObjectFor("Next"); in GetSubAction() local 132 if (CPDF_Array* pArray = ToArray(pNext)) in GetSubAction() 134 if (CPDF_Dictionary* pDict = ToDictionary(pNext)) { in GetSubAction()
|
D | cpdf_bookmarktree.cpp | 36 CPDF_Dictionary* pNext = pDict->GetDictFor("Next"); in GetNextSibling() local 37 return pNext == pDict ? CPDF_Bookmark() : CPDF_Bookmark(pNext); in GetNextSibling()
|
/external/mdnsresponder/mDNSShared/ |
D | GenLinkedList.c | 143 void *pNext; in DLLAddToHead() local 145 pNext = pList->Head; in DLLAddToHead() 152 if ( pNext) { in DLLAddToHead() 153 ASSIGNLINK( pNext, elem, pList->BackLinkOffset); in DLLAddToHead() 164 void *pNext, *pPrev; in DLLRemoveFromList() local 166 pNext = GETLINK( elem, pList->FwdLinkOffset); in DLLRemoveFromList() 171 ASSIGNLINK( pPrev, pNext, pList->FwdLinkOffset); in DLLRemoveFromList() 173 pList->Head = pNext; in DLLRemoveFromList() 176 if ( pNext) in DLLRemoveFromList() 177 ASSIGNLINK( pNext, pPrev, pList->BackLinkOffset); in DLLRemoveFromList()
|
/external/deqp/external/vulkancts/scripts/src/ |
D | vulkan.h.in | 1474 const void* pNext; member 1484 const void* pNext; member 1765 const void* pNext; member 1774 const void* pNext; member 1799 const void* pNext; member 1811 const void* pNext; member 1818 const void* pNext; member 1893 const void* pNext; member 1908 const void* pNext; member 1914 const void* pNext; member [all …]
|
/external/mesa3d/include/vulkan/ |
D | vulkan.h | 1188 const void* pNext; member 1198 const void* pNext; member 1449 const void* pNext; member 1458 const void* pNext; member 1483 const void* pNext; member 1495 const void* pNext; member 1502 const void* pNext; member 1577 const void* pNext; member 1592 const void* pNext; member 1598 const void* pNext; member [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationSmokeTests.cpp | 119 queueInfo.pNext = DE_NULL; in createTestDevice() 127 deviceInfo.pNext = DE_NULL; in createTestDevice() 166 bufferCreateParams.pNext = DE_NULL; in createVulkanBuffer() 189 range.pNext = DE_NULL; in createVulkanBuffer() 199 barrier.pNext = DE_NULL; in createVulkanBuffer() 242 imageCreateParams.pNext = DE_NULL; in createVulkanImage() 275 imageViewCreateInfo.pNext = DE_NULL; in createVulkanImage() 287 imageBarrier.pNext = DE_NULL; in createVulkanImage() 344 renderPassParams.pNext = DE_NULL; in createColorOnlyRenderPass() 394 vertexInputState.pNext = DE_NULL; in createVertexInfo() [all …]
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 33 createInfo.pNext = nullptr; in VkFenceSync() 40 allocateInfo.pNext = nullptr; in VkFenceSync() 48 beginInfo.pNext = nullptr; in VkFenceSync() 66 info.pNext = nullptr; in insertFence() 71 submitInfo.pNext = nullptr; in insertFence()
|
/external/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 33 createInfo.pNext = nullptr; in VkFenceSync() 40 allocateInfo.pNext = nullptr; in VkFenceSync() 48 beginInfo.pNext = nullptr; in VkFenceSync() 66 info.pNext = nullptr; in insertFence() 71 submitInfo.pNext = nullptr; in insertFence()
|
/external/vulkan-validation-layers/demos/ |
D | cube.c | 602 .pNext = NULL, in demo_flush_init_cmd() 609 .pNext = NULL, in demo_flush_init_cmd() 640 .pNext = NULL, in demo_set_image_layout() 692 .pNext = NULL, in demo_draw_build_cmd() 702 .pNext = NULL, in demo_draw_build_cmd() 750 .pNext = NULL, in demo_draw_build_cmd() 774 .pNext = NULL, in demo_build_image_ownership_cmd() 784 .pNext = NULL, in demo_build_image_ownership_cmd() 1005 submit_info.pNext = NULL; in demo_draw() 1039 .pNext = NULL, in demo_draw() [all …]
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 810 externalImageFormatInfo.pNext = nullptr; in checkOptimalHardwareBuffer() 821 imageFormatInfo.pNext = &externalImageFormatInfo; in checkOptimalHardwareBuffer() 830 hwbUsage.pNext = nullptr; in checkOptimalHardwareBuffer() 834 externalImgFormatProps.pNext = &hwbUsage; in checkOptimalHardwareBuffer() 838 imgFormProps.pNext = &externalImgFormatProps; in checkOptimalHardwareBuffer() 872 hwbFormatProps.pNext = nullptr; in importHardwareBuffer() 876 hwbProps.pNext = &hwbFormatProps; in importHardwareBuffer() 943 memReqsInfo.pNext = nullptr; in importHardwareBuffer() 948 dedicatedMemReqs.pNext = nullptr; in importHardwareBuffer() 952 memReqs.pNext = &dedicatedMemReqs; in importHardwareBuffer() [all …]
|