Home
last modified time | relevance | path

Searched refs:childNdx (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp256 for (size_t childNdx = 0; childNdx < group->children.size(); childNdx++) in addToSparseIndex() local
258 if (group->children[childNdx]->word == curWord) in addToSparseIndex()
260 child = group->children[childNdx]; in addToSparseIndex()
287 for (size_t childNdx = 0; childNdx < group->children.size(); childNdx++) in normalizeSparseIndex() local
289 normalizeSparseIndex(group->children[childNdx]); in normalizeSparseIndex()
291 if (group->children[childNdx]->word == 0) in normalizeSparseIndex()
294 zeroChildPos = (int)childNdx; in normalizeSparseIndex()
318 for (size_t childNdx = 0; childNdx < group->children.size(); childNdx++) in getIndexSize() local
319 numNodes += getIndexSize(group->children[childNdx]); in getIndexSize()
334 for (size_t childNdx = 0; childNdx < numLocalNodes; childNdx++) in addAndCountNodes() local
[all …]
/external/deqp/executor/
DxeTestCase.hpp195 GroupState (const TestGroup* group_) : group(group_), childNdx(0) {} in GroupState()
198 int childNdx; member
202 return group != other.group || childNdx != other.childNdx; in operator !=()
207 return group == other.group && childNdx == other.childNdx; in operator ==()
DxeTestCase.cpp466 int& childNdx = m_iterStack.back().childNdx; in operator ++() local
469 childNdx += 1; in operator ++()
470 if (childNdx == numChildren) in operator ++()
496 DE_ASSERT(m_iterStack[0].group == DE_NULL && m_iterStack[0].childNdx == 0); in operator *()
500 return m_iterStack.back().group->getChild(m_iterStack.back().childNdx); in operator *()
/external/deqp/framework/delibs/depool/
DdePoolArray.h247 int childNdx = rootNdx * 2 + 1; \
249 …if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childN…
250 childNdx += 1; \
252 if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr, childNdx)) < 0) \
254 TYPENAME##_swap(arr, rootNdx, childNdx); \
255 rootNdx = childNdx; \
/external/deqp/executor/tools/
DxeBatchResultToXml.cpp298 for (int childNdx = 0; childNdx < group->getNumChildren(); childNdx++) in writeTestCaseListNode() local
299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst); in writeTestCaseListNode()
328 for (int childNdx = 0; childNdx < root.getNumChildren(); childNdx++) in writeTestCaseList() local
329 writeTestCaseListNode(root.getChild(childNdx), resultMap, dst); in writeTestCaseList()
DxeCommandLineExecutor.cpp307 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in addMatchingCases() local
309 const xe::TestNode* child = group.getChild(childNdx); in addMatchingCases()
331 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in removeMatchingCases() local
333 const xe::TestNode* child = group.getChild(childNdx); in removeMatchingCases()
/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceQueryTests.cpp4040 for (int childNdx = 0; childNdx < (int)DE_LENGTH_OF_ARRAY(children); ++childNdx) in generateUniformMatrixCaseBlocks() local
4043 …= new tcu::TestCaseGroup(context.getTestContext(), children[childNdx].name, children[childNdx].des… in generateUniformMatrixCaseBlocks()
4044 …const bool addOpaqueCases = children[childNdx].extendedBasicTypeCases && !children[childNdx]… in generateUniformMatrixCaseBlocks()
4048 if (children[childNdx].order != glu::MATRIXORDER_LAST) in generateUniformMatrixCaseBlocks()
4051 layout.matrixOrder = children[childNdx].order; in generateUniformMatrixCaseBlocks()
4055 if (children[childNdx].block) in generateUniformMatrixCaseBlocks()
4056 …de::SharedPtr(new ResourceDefinition::InterfaceBlock(subStructure, children[childNdx].namedBlock)); in generateUniformMatrixCaseBlocks()
4058 …blockContentGenerator(context, subStructure, blockGroup, children[childNdx].extendedBasicTypeCases… in generateUniformMatrixCaseBlocks()
6593 for (int childNdx = 0; childNdx < (int)DE_LENGTH_OF_ARRAY(children); ++childNdx) in generateBufferVariableMatrixCaseBlocks() local
6596 …* const blockGroup = new TestCaseGroup(context, children[childNdx].name, children[childNdx].des… in generateBufferVariableMatrixCaseBlocks()
[all …]
Des31fSSBOLayoutCase.cpp671 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout() local
673 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout()
674 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()
/external/deqp/external/vulkancts/modules/vulkan/ssbo/
DvktSSBOLayoutCase.cpp701 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout() local
703 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout()
704 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()