Home
last modified time | relevance | path

Searched refs:parentIndex (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/common/
DtcuWaiverUtil.cpp96 deUint32 parentIndex; // index in allComponents vector member
101 , parentIndex(p) in BuilComponent()
309 deUint32 ancestorInTreeIndex = componentInTree.parentIndex; in findComponentInBuildTree()
322 ancestorInTreeIndex = m_buildTree[ancestorInTreeIndex].parentIndex; in findComponentInBuildTree()
345 deUint32 parentIndex = 0; in buildTreeFromPathList() local
355 parentIndex = 0; in buildTreeFromPathList()
364 parentIndex = componentIndex; in buildTreeFromPathList()
370 m_buildTree.emplace_back(componentName, parentIndex); in buildTreeFromPathList()
375 m_buildTree[parentIndex].childrenIndex.push_back(componentIndex); in buildTreeFromPathList()
376 parentIndex = componentIndex; in buildTreeFromPathList()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingPipelineLibraryTests.cpp509 int parentIndex = m_data.libraryConfiguration.pipelineLibraries[i].x(); in runTest() local
511 if (parentIndex < 0 || parentIndex >= int(libraryList.size()) ) in runTest()
513 libraryList.push_back(std::make_tuple(parentIndex, shaderOffset, shaderCount)); in runTest()
523 int parentIndex; in runTest() local
525 std::tie(parentIndex, shaderOffset, shaderCount) = libraryList[idx]; in runTest()
577 int parentIndex; in runTest() local
579 std::tie(parentIndex, shaderCount, shaderOffset) = libraryList[idx]; in runTest()
580 if (parentIndex != -1) in runTest()
581 pipelineLibraries[parentIndex]->get()->addLibrary(pipelineLibraries[idx]); in runTest()
/third_party/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp323 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode() local
328 parent = fNodes + parentIndex; in addChildNode()
/third_party/node/deps/icu-small/source/i18n/
Dtznames_impl.cpp323 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode() local
328 parent = fNodes + parentIndex; in addChildNode()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtznames_impl.cpp321 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode() local
326 parent = fNodes + parentIndex; in addChildNode()
/third_party/icu/icu4c/source/i18n/
Dtznames_impl.cpp323 int32_t parentIndex = (int32_t)(parent - fNodes); in addChildNode() local
328 parent = fNodes + parentIndex; in addChildNode()