Searched defs:pNext (Results 1 - 25 of 43) sorted by relevance

12

/external/vulkan-validation-layers/loader/
H A Dvk_loader_layer.h30 struct VkLayerDbgFunctionNode_ *pNext; member in struct:VkLayerDbgFunctionNode_
H A Ddebug_report.c82 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;
140 // This utility (used by vkInstanceCreateInfo(), looks at a pNext chain. It
154 const void *pNext = pChain; local
155 while (pNext) {
157 if (((VkDebugReportCallbackCreateInfoEXT *)pNext)
[all...]
H A Dextension_manual.c207 void *pNext = pFeatures->pNext; local
208 while (pNext != NULL) {
209 switch (*(VkStructureType *)pNext) {
213 VkPhysicalDeviceMultiviewFeaturesKHX *multiview_features = pNext;
218 pNext = multiview_features->pNext;
223 "vkGetPhysicalDeviceFeatures2KHR: Emulation found unrecognized structure type in pFeatures->pNext - "
226 struct VkStructureHeader *header = pNext;
227 pNext
260 void *pNext = pProperties->pNext; local
[all...]
H A Dloader.h83 const void *pNext; member in struct:VkStructureHeader
/external/pdfium/core/fxcrt/css/
H A Dcfx_cssselector.h30 void SetNext(std::unique_ptr<CFX_CSSSelector> pNext) { argument
31 m_pNext = std::move(pNext);
/external/mesa3d/include/vulkan/
H A Dvulkan_intel.h38 const void* pNext; // Pointer to next structure. member in struct:VkDmaBufImageCreateInfo_
/external/pdfium/xfa/fwl/
H A Dcfwl_widgetmgr.h80 Item* pNext; member in class:CFWL_WidgetMgr::Item
H A Dcfwl_widgetmgr.cpp71 return pItem && pItem->pNext ? pItem->pNext->pWidget : nullptr;
85 while (pItem && pItem->pNext)
86 pItem = pItem->pNext;
112 pChild->pPrevious->pNext = pChild->pNext;
113 if (pChild->pNext)
114 pChild->pNext->pPrevious = pChild->pPrevious;
116 pItem->pParent->pChild = pItem->pNext;
118 pItem->pNext
215 Item* pNext = pChild->pNext; local
313 CFWL_Widget* pNext = pRadioButton; local
[all...]
/external/ltp/testcases/kernel/syscalls/epoll2/include/
H A Ddbllist.h13 (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; \
90 struct list_head *pNext; member in struct:list_head
[all...]
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
H A Darena.h45 ArenaBlock* pNext = nullptr; member in struct:ArenaBlock
114 SWR_ASSUME_ASSERT(pPrevBlock && pPrevBlock->pNext == pBlock);
115 pPrevBlock->pNext = pBlock->pNext;
116 pBlock->pNext = nullptr;
162 ArenaBlock* pBlock = m_oldCachedBlocks[i].pNext;
165 ArenaBlock* pNext = pBlock->pNext; local
169 pBlock = pNext;
171 m_oldCachedBlocks[i].pNext
197 ArenaBlock* pNext = pBlock->pNext; local
231 ArenaBlock* pNext = pBlock->pNext; local
238 ArenaBlock* pNext = pBlock->pNext; local
[all...]
/external/mdnsresponder/mDNSShared/
H A DGenLinkedList.c143 void *pNext; local
145 pNext = pList->Head;
152 if ( pNext) {
153 ASSIGNLINK( pNext, elem, pList->BackLinkOffset);
164 void *pNext, *pPrev; local
166 pNext = GETLINK( elem, pList->FwdLinkOffset);
171 ASSIGNLINK( pPrev, pNext, pList->FwdLinkOffset);
173 pList->Head = pNext;
176 if ( pNext)
177 ASSIGNLINK( pNext, pPre
[all...]
/external/pdfium/core/fxcrt/xml/
H A Dcfx_xmlnode.cpp35 CFX_XMLNode* pNext = pChild->m_pNext; local
37 pChild = pNext;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_layoutitem.cpp23 CXFA_LayoutItem* pNext = pNode->m_pNextSibling; local
27 pNode = pNext;
H A Dcxfa_layoutpagemgr.cpp1861 CXFA_Node* pNext = sIterator.SkipChildrenAndMoveToNext(); local
1863 pNode = pNext;
1964 CXFA_LayoutItem *pNext, *pNode = pLayoutItem->m_pFirstChild; local
1966 pNext = pNode->m_pNextSibling;
1969 pNode = pNext;
H A Dxfa_document_datamerger_imp.cpp1522 CXFA_Node* pNext = sIterator.SkipChildrenAndMoveToNext(); local
1524 pNode = pNext;
/external/vulkan-validation-layers/layers/
H A Dunique_objects.h92 void *pNext; member in struct:unique_objects::GenericHeader
99 const GenericHeader *ext_struct = reinterpret_cast<const GenericHeader *>(target->pNext);
106 ext_struct = reinterpret_cast<const GenericHeader *>(ext_struct->pNext);
H A Dcore_validation.h73 const void *pNext; member in struct:GENERIC_HEADER
H A Dvk_layer_logging.h58 new_node->pNext = *list_head;
73 prev_callback->pNext = cur_callback->pNext;
75 *list_head = cur_callback->pNext;
85 cur_callback = cur_callback->pNext;
99 prev_callback = current_callback->pNext;
141 pTrav = pTrav->pNext;
233 // This utility (called at vkCreateInstance() time), looks at a pNext chain.
242 const void *pNext = pChain; local
243 while (pNext) {
[all...]
H A Dparameter_validation.h102 INVALID_STRUCT_PNEXT, // The pNext field of a Vulkan structure references
105 // type has no compatible pNext values.
125 const void *pNext; member in struct:parameter_validation::GenericHeader
525 * Validate a structure's pNext member.
527 * Verify that the specified pNext value points to the head of a list of
529 * verify that pNext is null.
537 * @param allowed_types Array of strcuture types allowed for pNext.
538 * @param header_version Version of header defining the pNext validation rules.
554 // TODO: The valid pNext structure types are not recursive. Each structure has its own list of valid sTypes for pNext
[all...]
/external/deqp/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp194 DE_NULL, // const void* pNext;
217 const void* pNext)
224 pNext, // const void* pNext
251 DE_NULL, // const void* pNext
270 DE_NULL, // const void* pNext
211 allocateDedicated(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkMemoryRequirements& memReqs, const MemoryRequirement requirement, const void* pNext) argument
H A DvkQueryUtil.cpp107 properties[i].pNext = DE_NULL;
263 coreInfo.pNext = &planeInfo;
453 void* pNext; member in struct:vk::StructureBase
463 cur = reinterpret_cast<const StructureBase*>(cur->pNext);
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_annothandlermgr.cpp221 CPDFSDK_Annot::ObservedPtr pNext(GetNextAnnot(
223 if (pNext && pNext.Get() != pFocusAnnot) {
224 pPage->GetFormFillEnv()->SetFocusAnnot(&pNext);
297 CPDFSDK_Annot* pNext = local
299 return pNext;
/external/vulkan-validation-layers/include/vulkan/
H A Dvk_layer.h62 void *pNext; member in struct:VkNegotiateLayerInterface
81 * then VkLayerFunction indicates struct type pointed to by pNext
89 struct VkLayerInstanceLink_ *pNext; member in struct:VkLayerInstanceLink_
113 const void *pNext; member in struct:__anon30110
122 struct VkLayerDeviceLink_ *pNext; member in struct:VkLayerDeviceLink_
129 const void *pNext; member in struct:__anon30112
/external/vulkan-validation-layers/tests/
H A Dloader_validation_tests.cpp51 nullptr, // pNext
66 InstanceCreateInfo &pNext(void const *const pNext) { argument
67 info.pNext = pNext;
120 nullptr, // pNext
133 DeviceQueueCreateInfo &pNext(void const *const pNext) { argument
134 info.pNext = pNext;
190 pNext(void const *const pNext) argument
[all...]
/external/icu/icu4c/source/common/
H A Duloc_tag.cpp1793 char *pSubtag, *pNext, *pLastGoodPosition; local
1871 pNext = pLastGoodPosition = tagBuf;
1877 while (pNext) {
1880 pSubtag = pNext;
1892 pNext = NULL;
1894 pNext = pSep + 1;
2067 if (pNext == NULL) {
2072 pPrivuseVal = pNext;
2075 while (pNext) {
2076 pSubtag = pNext;
[all...]

Completed in 1888 milliseconds

12