Searched refs:childNdx (Results 1 - 10 of 10) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkBinaryRegistry.cpp | 256 for (size_t childNdx = 0; childNdx < group->children.size(); childNdx++) in addToSparseIndex() 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() 289 normalizeSparseIndex(group->children[childNdx]); in normalizeSparseIndex() 291 if (group->children[childNdx] in normalizeSparseIndex() [all...] |
/third_party/vk-gl-cts/executor/ |
H A D | xeTestCase.hpp | 195 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 ==()
|
H A D | xeTestCase.cpp | 465 int& childNdx = m_iterStack.back().childNdx; in operator ++() local 468 childNdx += 1; in operator ++() 469 if (childNdx == numChildren) in operator ++() 495 DE_ASSERT(m_iterStack[0].group == DE_NULL && m_iterStack[0].childNdx == 0); in operator *() 499 return m_iterStack.back().group->getChild(m_iterStack.back().childNdx); in operator *()
|
/third_party/vk-gl-cts/framework/delibs/depool/ |
H A D | dePoolArray.h | 247 int childNdx = rootNdx * 2 + 1; \ 249 if ((childNdx + 1 <= endNdx) && (CMPFUNC(TYPENAME##_get(arr, childNdx), TYPENAME##_get(arr, childNdx + 1)) < 0)) \ 250 childNdx += 1; \ 252 if (CMPFUNC(TYPENAME##_get(arr, rootNdx), TYPENAME##_get(arr, childNdx)) < 0) \ 254 TYPENAME##_swap(arr, rootNdx, childNdx); \ 255 rootNdx = childNdx; \
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 298 for (int childNdx = 0; childNdx < group->getNumChildren(); childNdx++) in writeTestCaseListNode() 299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst); in writeTestCaseListNode() 328 for (int childNdx = 0; childNdx < root.getNumChildren(); childNdx++) in writeTestCaseList() 329 writeTestCaseListNode(root.getChild(childNdx), resultMap, dst); in writeTestCaseList()
|
H A D | xeCommandLineExecutor.cpp | 307 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in addMatchingCases() 309 const xe::TestNode* child = group.getChild(childNdx); in addMatchingCases() 331 for (int childNdx = 0; childNdx < group.getNumChildren(); childNdx++) in removeMatchingCases() 333 const xe::TestNode* child = group.getChild(childNdx); in removeMatchingCases()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fProgramInterfaceQueryTests.cpp | 4049 for (int childNdx = 0; childNdx < (int)DE_LENGTH_OF_ARRAY(children); ++childNdx) 4052 tcu::TestCaseGroup* const blockGroup = new tcu::TestCaseGroup(context.getTestContext(), children[childNdx].name, children[childNdx].description); 4053 const bool addOpaqueCases = children[childNdx].extendedBasicTypeCases && !children[childNdx].block; 4057 if (children[childNdx].order != glu::MATRIXORDER_LAST) 4060 layout.matrixOrder = children[childNdx].order; 4064 if (children[childNdx] [all...] |
H A D | es31fSSBOLayoutCase.cpp | 666 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout() 668 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout() 669 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 698 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout() 700 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout() 701 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutCase.cpp | 698 for (int childNdx = firstChildNdx; childNdx < (int)layout.bufferVars.size(); childNdx++) in computeReferenceLayout() 700 layout.bufferVars[childNdx].topLevelArraySize = topLevelArraySize; in computeReferenceLayout() 701 layout.bufferVars[childNdx].topLevelArrayStride = stride; in computeReferenceLayout()
|
Completed in 31 milliseconds