/third_party/mesa3d/src/freedreno/ds/ |
H A D | fd_pps_driver.cc | 53 /* TODO is there a reason to want more than one group? */ in setup_a6xx_counters() 54 CounterGroup group = {}; in setup_a6xx_counters() local 55 group.name = "counters"; in setup_a6xx_counters() 60 groups.emplace_back(std::move(group)); in setup_a6xx_counters() 642 /* Resolve the countable and assign next counter from it's group: */ 653 /* Assign a counter from the same group: */ in resolve() 657 std::cout << "Countable: " << name << ", group=" << g->name << in resolve()
|
/third_party/node/deps/v8/tools/dev/ |
H A D | gm.py | 336 mode = re.match("([^-]+)", self.mode).group(1) 368 extra_opt = match.group(1) if match else "" 370 orig_cmdline = cmdline.search(output).group(1).strip()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
H A D | asyoutypeformatter.cc | 66 string* group) { in MatchAllGroups() 68 DCHECK(group); in MatchAllGroups() 78 cache->GetRegExp(new_pattern).Consume(consume_input.get(), group); in MatchAllGroups() 62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
|
/third_party/python/Lib/distutils/command/ |
H A D | sdist.py | 81 ('group=', 'g', 82 "Group name used when creating a tar file [default: current group]"), 122 self.group = None 481 owner=self.owner, group=self.group)
|
/third_party/python/Lib/idlelib/ |
H A D | format.py | 185 return re.match(r"^([ \t]*)", line).group() 196 return m.group(1) 209 return m.end(), len(m.group().expandtabs(tabwidth))
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawSampleAttributeTests.cpp | 484 de::MovePtr<tcu::TestCaseGroup> group {new tcu::TestCaseGroup{testCtx, "implicit_sample_shading"}}; in createSampleAttributeTests() 489 group->addChild(new SampleShadingSampleAttributeTestCase(testCtx, triggerCase.name, params)); in createSampleAttributeTests() 492 return group.release(); in createSampleAttributeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 456 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "multi_viewport")); in createScissorMultiViewportTests() 459 addFunctionCaseWithPrograms(group.get(), "scissor_" + de::toString(numViewports), checkSupport, initPrograms, test, numViewports); in createScissorMultiViewportTests() 461 return group.release(); in createScissorMultiViewportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 410 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "instanced")); in createInstancedRenderingTests() 434 addFunctionCaseWithPrograms(group.get(), caseName.str(), checkSupport, initPrograms, test, params); in createInstancedRenderingTests() 437 return group.release(); in createInstancedRenderingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayout.cpp | 97 tcu::TestCaseGroup *group = new tcu::TestCaseGroup(testCtx, groupName); in createRandomCaseGroup() local 98 parentGroup->addChild(group); in createRandomCaseGroup() 103 group->addChild(new RandomSharedLayoutCase(testCtx, de::toString(i).c_str(), features, static_cast<deUint32>(i + baseSeed))); in createRandomCaseGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 637 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "shader_stencil_export")); in createStencilExportTests() 648 group->addChild(formatGroup.release()); in createStencilExportTests() 650 return group.release(); in createStencilExportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsBallotMasksTests.cpp | 372 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "ballot_mask", "VK_EXT_shader_subgroup_ballot mask category tests")); in createSubgroupsBallotMasksTests() 489 group->addChild(groupARB.release()); in createSubgroupsBallotMasksTests() 491 return group.release(); in createSubgroupsBallotMasksTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 476 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "common_edge")); in createCommonEdgeTests() 493 addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), initPrograms, test, caseDef); in createCommonEdgeTests() 496 return group.release(); in createCommonEdgeTests()
|
H A D | vktTessellationGeometryPointSizeTests.cpp | 444 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "point_size")); in createGeometryPointSizeTests() 461 addFunctionCaseWithPrograms(group.get(), name, checkSupportTess, initPrograms, test, caseFlags[ndx]); in createGeometryPointSizeTests() 464 return group.release(); in createGeometryPointSizeTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 456 MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "multi_viewport", "")); in createScissorMultiViewportTests() 459 addFunctionCaseWithPrograms(group.get(), "scissor_" + de::toString(numViewports), "", checkSupport, initPrograms, test, numViewports); in createScissorMultiViewportTests() 461 return group.release(); in createScissorMultiViewportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 410 MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "instanced", "Instanced rendering tests.")); in createInstancedRenderingTests() 434 addFunctionCaseWithPrograms(group.get(), caseName.str(), "", checkSupport, initPrograms, test, params); in createInstancedRenderingTests() 437 return group.release(); in createInstancedRenderingTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory_model/ |
H A D | vktMemoryModelSharedLayout.cpp | 97 tcu::TestCaseGroup *group = new tcu::TestCaseGroup(testCtx, groupName, description); in createRandomCaseGroup() local 98 parentGroup->addChild(group); in createRandomCaseGroup() 103 group->addChild(new RandomSharedLayoutCase(testCtx, de::toString(i).c_str(), "", features, static_cast<deUint32>(i + baseSeed))); in createRandomCaseGroup()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsTestsUtils.hpp | 283 static void addFunctionCaseWithPrograms (deqp::TestCaseGroup* group, in addFunctionCaseWithPrograms() argument 291 group->addChild(new SubgroupFactory(group->getContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, suppFunc, initFunc, testFunc, arg0)); in addFunctionCaseWithPrograms()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 158 vuid = matches.group('vuid') 201 head = matches.group('head') 202 tail = matches.group('tail')
|
/third_party/vk-gl-cts/executor/tools/ |
H A D | xeBatchResultToXml.cpp | 293 const xe::TestGroup* group = static_cast<const xe::TestGroup*>(testNode); in writeTestCaseListNode() local 298 for (int childNdx = 0; childNdx < group->getNumChildren(); childNdx++) in writeTestCaseListNode() 299 writeTestCaseListNode(group->getChild(childNdx), resultMap, dst); in writeTestCaseListNode()
|
/third_party/toybox/toys/pending/ |
H A D | ipcs.c | 154 struct group *gr; in shm_array() 256 struct group *gr; in sem_array() 343 struct group *gr; in msg_array()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDitheringTests.cpp | 537 TestCaseGroup* const group = new TestCaseGroup(m_context, ditheringEnabled ? "enabled" : "disabled", ""); 538 addChild(group); 547 group->addChild(new DitheringCase(m_context.getTestContext(), m_context.getRenderContext(), caseName.c_str(), "", ditheringEnabled, patternType, caseColors[caseColorNdx].color));
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 78 group=None variable in Command 188 self.groups = ElemNameIndex(eRegistry.findall('groups/group')) 191 groupName = eEnum.get('group') 320 groupName = elem.get('group') 332 group=extractGroup(eParam)) 344 group=extractGroup(eProto), 349 info('Add group %s', name) 363 # for example glGetFenceivNV uses group FenceNV which is not declared 366 # <param group="FenceNV"><ptype>GLuint</ptype> <name>fence</name></param> 381 groups = NameIndex(createMissing=createGroup, kind="group") [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineStencilExportTests.cpp | 626 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "shader_stencil_export", "")); in createStencilExportTests() 637 group->addChild(formatGroup.release()); in createStencilExportTests() 639 return group.release(); in createStencilExportTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsBallotMasksTests.cpp | 372 de::MovePtr<TestCaseGroup> group (new TestCaseGroup(testCtx, "ballot_mask", "VK_EXT_shader_subgroup_ballot mask category tests")); in createSubgroupsBallotMasksTests() 489 group->addChild(groupARB.release()); in createSubgroupsBallotMasksTests() 491 return group.release(); in createSubgroupsBallotMasksTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 475 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "common_edge", "Draw multiple adjacent shapes and check that no cracks appear between them")); in createCommonEdgeTests() 492 addFunctionCaseWithPrograms(group.get(), getCaseName(primitiveType, spacingMode, caseType), "", initPrograms, test, caseDef); in createCommonEdgeTests() 495 return group.release(); in createCommonEdgeTests()
|