Home
last modified time | relevance | path

Searched refs:group (Results 2176 - 2200 of 3937) sorted by relevance

1...<<81828384858687888990>>...158

/third_party/mesa3d/src/freedreno/ds/
H A Dfd_pps_driver.cc53 /* 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 Dgm.py336 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 Dasyoutypeformatter.cc66 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 Dsdist.py81 ('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 Dformat.py185 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 DvktDrawSampleAttributeTests.cpp484 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 DvktFragmentOperationsScissorMultiViewportTests.cpp456 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 DvktGeometryInstancedRenderingTests.cpp410 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 DvktMemoryModelSharedLayout.cpp97 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 DvktPipelineStencilExportTests.cpp637 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 DvktSubgroupsBallotMasksTests.cpp372 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 DvktTessellationCommonEdgeTests.cpp476 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 DvktTessellationGeometryPointSizeTests.cpp444 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 DvktFragmentOperationsScissorMultiViewportTests.cpp456 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 DvktGeometryInstancedRenderingTests.cpp410 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 DvktMemoryModelSharedLayout.cpp97 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 DglcSubgroupsTestsUtils.hpp283 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 Dreflow.py158 vuid = matches.group('vuid')
201 head = matches.group('head')
202 tail = matches.group('tail')
/third_party/vk-gl-cts/executor/tools/
H A DxeBatchResultToXml.cpp293 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 Dipcs.c154 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 Des3fDitheringTests.cpp537 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 Dregistry.py78 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 DvktPipelineStencilExportTests.cpp626 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 DvktSubgroupsBallotMasksTests.cpp372 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 DvktTessellationCommonEdgeTests.cpp475 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()

Completed in 27 milliseconds

1...<<81828384858687888990>>...158