Home
last modified time | relevance | path

Searched refs:group (Results 1626 - 1650 of 2442) sorted by relevance

1...<<61626364656667686970>>...98

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/
H A DvktTessellationPrimitiveDiscardTests.cpp605 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "primitive_discard", "Test primitive discard with relevant outer tessellation level <= 0.0"));
631 addFunctionCaseWithPrograms(group.get(), caseName, "", checkSupportCase, initPrograms, test, caseDef);
634 return group.release();
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fDefaultVertexAttributeTests.cpp509 tcu::TestCaseGroup* const group = new tcu::TestCaseGroup(m_testCtx, floatTargets[targetNdx].name, (std::string("test with ") + floatTargets[targetNdx].name).c_str()); in init() member in deqp::gles2::Functional::tcu
512 #define ADD_CASE(X) group->addChild(AttributeCase::create<X>(m_context, floatTargets[targetNdx].dataType)) in init()
528 addChild(group); in init()
/third_party/skia/third_party/externals/angle2/scripts/
H A Droll_chromium_deps.py173 return int(m.group(1))
414 return match.group(1)
523 replacement = new_deps.group(0).replace('src/third_party/android_deps',
/third_party/icu/icu4c/source/i18n/
H A Drematch.cpp414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement()
415 // Consume digits so long as the resulting group number <= the number of in appendReplacement()
445 // $n Scan for a capture group number in appendReplacement()
457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement()
468 // $ not followed by capture group name or number. in appendReplacement()
475 } // End of $ capture group handling in appendReplacement()
560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument
568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64()
573 if (group in end64()
587 end(int32_t group, UErrorCode &err) const end() argument
1161 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher
1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1213 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher
2292 start64(int32_t group, UErrorCode &status) const start64() argument
2322 start(int32_t group, UErrorCode &status) const start() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Drematch.cpp414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement()
415 // Consume digits so long as the resulting group number <= the number of in appendReplacement()
445 // $n Scan for a capture group number in appendReplacement()
457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement()
468 // $ not followed by capture group name or number. in appendReplacement()
475 } // End of $ capture group handling in appendReplacement()
560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument
568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64()
573 if (group in end64()
587 end(int32_t group, UErrorCode &err) const end() argument
1161 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher
1166 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1171 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1213 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher
2292 start64(int32_t group, UErrorCode &status) const start64() argument
2322 start(int32_t group, UErrorCode &status) const start() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Drematch.cpp414 // We've got a $. Pick up a capture group name or number if one follows. in appendReplacement()
415 // Consume digits so long as the resulting group number <= the number of in appendReplacement()
445 // $n Scan for a capture group number in appendReplacement()
457 // Don't consume the next digit if it makes the capture group number too big. in appendReplacement()
468 // $ not followed by capture group name or number. in appendReplacement()
475 } // End of $ capture group handling in appendReplacement()
560 int64_t RegexMatcher::end64(int32_t group, UErrorCode &err) const { in end64() argument
568 if (group < 0 || group > fPattern->fGroupMap->size()) { in end64()
573 if (group in end64()
587 end(int32_t group, UErrorCode &err) const end() argument
1151 UnicodeString RegexMatcher::group(UErrorCode &status) const { group() function in RegexMatcher
1156 UText *RegexMatcher::group(UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1161 UText *RegexMatcher::group(int32_t groupNum, UText *dest, int64_t &group_len, UErrorCode &status) const { group() function in RegexMatcher
1203 UnicodeString RegexMatcher::group(int32_t groupNum, UErrorCode &status) const { group() function in RegexMatcher
2282 start64(int32_t group, UErrorCode &status) const start64() argument
2312 start(int32_t group, UErrorCode &status) const start() argument
[all...]
/third_party/node/tools/
H A Dtest.py387 'ok %i %s # skip %s' % (self._done, command, skip.group(1)))
1304 condition_str = header_match.group(1).strip()
1312 path = prefix + SplitPath(rule_match.group(1).strip())
1313 value_str = rule_match.group(2).strip()
1317 current_section.AddRule(Rule(rule_match.group(1), path, value))
1321 name = def_match.group(1).lower()
1322 value = ParseCondition(def_match.group(2).strip())
1329 prefix = SplitPath(prefix_match.group(1).strip())
1405 help="Divide the tests in m groups (interleaved) and run tests from group n (--run=n,m with n < m)",
1446 print("The test group t
[all...]
/third_party/nghttp2/src/
H A Dshrpx_http2_upstream.cc501 const auto &group = dconn_ptr->get_downstream_addr_group(); in initiate_downstream() local
502 if (group) { in initiate_downstream()
503 const auto &mruby_ctx = group->shared_addr->mruby_ctx; in initiate_downstream()
1676 const auto &group = dconn->get_downstream_addr_group(); in on_downstream_header_complete() local
1677 if (group) { in on_downstream_header_complete()
1678 const auto &dmruby_ctx = group->shared_addr->mruby_ctx; in on_downstream_header_complete()
1798 auto &group = dconn->get_downstream_addr_group(); in on_downstream_header_complete() local
1799 auto &shared_addr = group->shared_addr; in on_downstream_header_complete()
/third_party/rust/crates/clap/src/builder/
H A Dcommand.rs300 /// By placing them in a logical group, you can build easier requirement and exclusion rules.
304 /// one) argument from that group must be present at runtime.
306 /// Meaning any of the arguments that belong to that group will cause a failure if present with
309 /// - Extract a value from a group instead of determining exactly which argument was used.
314 /// of the arguments from the specified group is present at runtime.
323 /// .group(ArgGroup::new("vers")
330 pub fn group(mut self, group: impl Into<ArgGroup>) -> Self { in group() functions
331 self.groups.push(group.into()); in group()
360 self = self.group( in groups()
[all...]
/third_party/python/Lib/
H A Ddoctest.py657 indent=min_indent+len(m.group('indent')),
705 indent = len(m.group('indent'))
709 source_lines = m.group('source').split('\n')
717 want = m.group('want')
728 exc_msg = m.group('msg')
758 option_strings = m.group(1).replace(',', ' ').split()
1434 if m and m.group('name') == self.test.name:
1435 example = self.test.examples[int(m.group('examplenum'))]
/third_party/python/Lib/http/
H A Dcookiejar.py143 offset = 3600 * int(m.group(2))
144 if m.group(3):
145 offset = offset + 60 * int(m.group(3))
146 if m.group(1) == '-':
402 name = m.group(1)
406 value = m.group(1)
412 value = m.group(1)
676 return "%%%s" % match.group(1).upper()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp990 Test the advertised shader group handle alignment requirements work as expected. The tests will prepare shader binding tables using
1142 TCU_THROW(NotSupportedError, "Required shader group handle alignment not supported"); in checkSupport()
1465 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "shader_binding_table")); in createShaderBindingTableTests()
1502 de::MovePtr<tcu::TestCaseGroup> shaderTestGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderTestTypes[shaderTestNdx].name)); in createShaderBindingTableTests()
1506 de::MovePtr<tcu::TestCaseGroup> sbtOffsetGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderBufferOffsets[sbtOffsetNdx].name)); in createShaderBindingTableTests()
1510 de::MovePtr<tcu::TestCaseGroup> shaderRecordGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderRecords[shaderRecordNdx].name)); in createShaderBindingTableTests()
1556 shaderRecordGroup->addChild(new ShaderBindingTableIndexingTestCase(group->getTestContext(), str.str().c_str(), testParams)); in createShaderBindingTableTests()
1565 group->addChild(shaderTestGroup.release()); in createShaderBindingTableTests()
1576 // Check aligning shader group handles in createShaderBindingTableTests()
1580 group in createShaderBindingTableTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineFramebufferAttachmentTests.cpp1927 void addAttachmentTestCasesWithFunctions (tcu::TestCaseGroup* group, PipelineConstructionType pipelineConstructionType) in addAttachmentTestCasesWithFunctions() argument
1976 addFunctionCaseWithPrograms(group, getTestCaseString(caseDef[sizeNdx]).c_str(), "", checkSupport, initColorPrograms, test, caseDef[sizeNdx]); in addAttachmentTestCasesWithFunctions()
1981 addFunctionCaseWithPrograms(group, "no_attachments", "", checkSupportNoAtt, initImagePrograms, testNoAtt, noAttCaseDef); in addAttachmentTestCasesWithFunctions()
1983 addFunctionCaseWithPrograms(group, "no_attachments_ms", "", checkSupportNoAtt, initImagePrograms, testNoAtt, noAttCaseDef); in addAttachmentTestCasesWithFunctions()
1987 addFunctionCase(group, "unused_attachment", "", testUnusedAtt); in addAttachmentTestCasesWithFunctions()
2011 addFunctionCaseWithPrograms(group, (std::string("diff_attachments_") + getTestCaseString(differentAttachmentSizesCaseDef[sizeNdx])).c_str(), "", checkSupport, initDifferentAttachmentSizesPrograms, testMultiAttachments, differentAttachmentSizesCaseDef[sizeNdx]); in addAttachmentTestCasesWithFunctions()
2015 addFunctionCaseWithPrograms(group, "resolve_input_same_attachment" , "", checkSupport, initInputResolveSameAttachmentPrograms, testInputResolveSameAttachment, resolveInputSameAttachmentCaseDef); in addAttachmentTestCasesWithFunctions()
2026 addFunctionCaseWithPrograms(group, (std::string("multi_attachments_not_exported_") + getTestCaseString(AttachmentCaseDef[Ndx])).c_str(), "", checkSupport, initMultiAttachmentsNotExportPrograms, testMultiAttachments, AttachmentCaseDef[Ndx]); in addAttachmentTestCasesWithFunctions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingShaderBindingTableTests.cpp990 Test the advertised shader group handle alignment requirements work as expected. The tests will prepare shader binding tables using
1142 TCU_THROW(NotSupportedError, "Required shader group handle alignment not supported"); in checkSupport()
1464 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "shader_binding_table", "Tests veryfying shader binding tables")); in createShaderBindingTableTests()
1501 de::MovePtr<tcu::TestCaseGroup> shaderTestGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderTestTypes[shaderTestNdx].name, "")); in createShaderBindingTableTests()
1505 de::MovePtr<tcu::TestCaseGroup> sbtOffsetGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderBufferOffsets[sbtOffsetNdx].name, "")); in createShaderBindingTableTests()
1509 de::MovePtr<tcu::TestCaseGroup> shaderRecordGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderRecords[shaderRecordNdx].name, "")); in createShaderBindingTableTests()
1555 shaderRecordGroup->addChild(new ShaderBindingTableIndexingTestCase(group->getTestContext(), str.str().c_str(), "", testParams)); in createShaderBindingTableTests()
1564 group->addChild(shaderTestGroup.release()); in createShaderBindingTableTests()
1575 const auto testDesc = "Check aligning shader group handles to " + alignStr + " bytes"; in createShaderBindingTableTests()
1580 group in createShaderBindingTableTests()
[all...]
/third_party/libinput/src/
H A Devdev.c2216 struct libinput_device_group *group = NULL; in evdev_set_device_group() local
2222 group = libinput_device_group_find_group(libinput, udev_group); in evdev_set_device_group()
2224 if (!group) { in evdev_set_device_group()
2225 group = libinput_device_group_create(libinput, udev_group); in evdev_set_device_group()
2226 if (!group) in evdev_set_device_group()
2228 libinput_device_set_device_group(&device->base, group); in evdev_set_device_group()
2229 libinput_device_group_unref(group); in evdev_set_device_group()
2231 libinput_device_set_device_group(&device->base, group); in evdev_set_device_group()
3105 if (device->base.group) in evdev_device_destroy()
3106 libinput_device_group_unref(device->base.group); in evdev_device_destroy()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1079 const deUint32 group);
1359 const deUint32 group) in createShaderBindingTable()
1363 if (group < m_shaderGroupCount) in createShaderBindingTable()
1368 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, 1u); in createShaderBindingTable()
2212 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "watertightness")); in createWatertightnessTests()
2257 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name)); in createWatertightnessTests()
2264 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), pipelineStages[pipelineStageNdx].name)); in createWatertightnessTests()
2298 sourceTypeGroup->addChild(new RayQueryBuiltinTestCase(group->getTestContext(), geomTypes[geomTypeNdx].name, testParams)); in createWatertightnessTests()
2304 group->addChild(testTypeGroup.release()); in createWatertightnessTests()
2307 return group in createWatertightnessTests()
1352 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1993 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "device_object_reservation")); in createDeviceObjectReservationTests()
1997 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic")); in createDeviceObjectReservationTests()
2002 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()
2007 de::MovePtr<tcu::TestCaseGroup> limitGroup(new tcu::TestCaseGroup(group->getTestContext(), "limits")); in createDeviceObjectReservationTests()
2023 de::MovePtr<tcu::TestCaseGroup> maxValGroup(new tcu::TestCaseGroup(group->getTestContext(), "max_values")); in createDeviceObjectReservationTests()
2072 de::MovePtr<tcu::TestCaseGroup> requestCountGroup(new tcu::TestCaseGroup(group->getTestContext(), "request_count")); in createDeviceObjectReservationTests()
2088 group->addChild(limitGroup.release()); in createDeviceObjectReservationTests()
2093 de::MovePtr<tcu::TestCaseGroup> ppsGroup(new tcu::TestCaseGroup(group->getTestContext(), "pipeline_pool_size")); in createDeviceObjectReservationTests()
2117 group->addChild(ppsGroup.release()); in createDeviceObjectReservationTests()
2120 return group in createDeviceObjectReservationTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp840 // All XFB buffers within group must have same stride in computeXfbLayout()
848 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
850 groupStride[group] = std::max(groupStride[group], xfbStride); in computeXfbLayout()
856 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
858 perBufferXfbOffsets[xfbBuffer] = groupStride[group]; in computeXfbLayout()
862 // All XFB buffers within group must have same stride alignment in computeXfbLayout()
869 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
872 groupAlignment[group] = std::max(groupAlignment[group], xfbAlig in computeXfbLayout()
878 const int group = bufferStrideGroup[xfbBuffer]; computeXfbLayout() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiMaintenance1Tests.cpp1861 de::MovePtr<tcu::TestCaseGroup> *group = isStretch ? &scalingFlagGroup : &gravityFlagsGroup; in populateScalingTests() local
1864 addFunctionCase(&**group, "same_size_and_aspect", scalingTest, config); in populateScalingTests()
1868 addFunctionCase(&**group, "swapchain_bigger_same_aspect", scalingTest, config); in populateScalingTests()
1872 addFunctionCase(&**group, "swapchain_smaller_same_aspect", scalingTest, config); in populateScalingTests()
1877 addFunctionCase(&**group, "swapchain_taller", scalingTest, config); in populateScalingTests()
1881 addFunctionCase(&**group, "swapchain_bigger_taller_aspect", scalingTest, config); in populateScalingTests()
1885 addFunctionCase(&**group, "swapchain_smaller_taller_aspect", scalingTest, config); in populateScalingTests()
1890 addFunctionCase(&**group, "swapchain_wider", scalingTest, config); in populateScalingTests()
1894 addFunctionCase(&**group, "swapchain_bigger_wider_aspect", scalingTest, config); in populateScalingTests()
1898 addFunctionCase(&**group, "swapchain_smaller_wider_aspec in populateScalingTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp1059 const deUint32 group);
1339 const deUint32 group) in createShaderBindingTable()
1343 if (group < m_shaderGroupCount) in createShaderBindingTable()
1348 shaderBindingTable = rayTracingPipeline->createShaderBindingTable(vkd, device, pipeline, allocator, shaderGroupHandleSize, shaderGroupBaseAlignment, group, 1u); in createShaderBindingTable()
2191 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "watertightness", "Tests watertightness of ray query")); in createWatertightnessTests()
2236 de::MovePtr<tcu::TestCaseGroup> testTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), testTypes[testTypeNdx].name, "")); in createWatertightnessTests()
2243 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup (new tcu::TestCaseGroup(group->getTestContext(), pipelineStages[pipelineStageNdx].name, "")); in createWatertightnessTests()
2277 sourceTypeGroup->addChild(new RayQueryBuiltinTestCase(group->getTestContext(), geomTypes[geomTypeNdx].name, "", testParams)); in createWatertightnessTests()
2283 group->addChild(testTypeGroup.release()); in createWatertightnessTests()
2286 return group in createWatertightnessTests()
1332 createShaderBindingTable(const InstanceInterface& vki, const DeviceInterface& vkd, const VkDevice device, const VkPhysicalDevice physicalDevice, const VkPipeline pipeline, Allocator& allocator, de::MovePtr<RayTracingPipeline>& rayTracingPipeline, const deUint32 group) createShaderBindingTable() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sc/
H A DvktDeviceObjectReservationTests.cpp1991 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "device_object_reservation", "Tests verifying VkDeviceObjectReservationCreateInfo")); in createDeviceObjectReservationTests()
1995 de::MovePtr<tcu::TestCaseGroup> basicGroup(new tcu::TestCaseGroup(group->getTestContext(), "basic", "")); in createDeviceObjectReservationTests()
2000 group->addChild(basicGroup.release()); in createDeviceObjectReservationTests()
2005 de::MovePtr<tcu::TestCaseGroup> limitGroup(new tcu::TestCaseGroup(group->getTestContext(), "limits", "")); in createDeviceObjectReservationTests()
2021 de::MovePtr<tcu::TestCaseGroup> maxValGroup(new tcu::TestCaseGroup(group->getTestContext(), "max_values", "")); in createDeviceObjectReservationTests()
2070 de::MovePtr<tcu::TestCaseGroup> requestCountGroup(new tcu::TestCaseGroup(group->getTestContext(), "request_count", "")); in createDeviceObjectReservationTests()
2086 group->addChild(limitGroup.release()); in createDeviceObjectReservationTests()
2091 de::MovePtr<tcu::TestCaseGroup> ppsGroup(new tcu::TestCaseGroup(group->getTestContext(), "pipeline_pool_size", "")); in createDeviceObjectReservationTests()
2115 group->addChild(ppsGroup.release()); in createDeviceObjectReservationTests()
2118 return group in createDeviceObjectReservationTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/
H A DvktTransformFeedbackFuzzLayoutCase.cpp840 // All XFB buffers within group must have same stride in computeXfbLayout()
848 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
850 groupStride[group] = std::max(groupStride[group], xfbStride); in computeXfbLayout()
856 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
858 perBufferXfbOffsets[xfbBuffer] = groupStride[group]; in computeXfbLayout()
862 // All XFB buffers within group must have same stride alignment in computeXfbLayout()
869 const int group = bufferStrideGroup[xfbBuffer]; in computeXfbLayout() local
872 groupAlignment[group] = std::max(groupAlignment[group], xfbAlig in computeXfbLayout()
878 const int group = bufferStrideGroup[xfbBuffer]; computeXfbLayout() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassTests.cpp5584 void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5686 tcu::TestContext& testCtx (group->getTestContext());
5818 group->addChild(attachmentCountGroup.release());
5822 void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5834 tcu::TestContext& testCtx = group->getTestContext();
5903 group->addChild(attachmentCountGroup.release());
5919 void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
6055 tcu::TestContext& testCtx = group->getTestContext();
6588 group->addChild(allocationTypeGroup.release());
6592 void addSimpleTests (tcu::TestCaseGroup* group, cons
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassTests.cpp5559 void addAttachmentTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5661 tcu::TestContext& testCtx (group->getTestContext());
5793 group->addChild(attachmentCountGroup.release());
5797 void addAttachmentWriteMaskTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
5809 tcu::TestContext& testCtx = group->getTestContext();
5878 group->addChild(attachmentCountGroup.release());
5894 void addAttachmentAllocationTests (tcu::TestCaseGroup* group, const TestConfigExternal testConfigExternal)
6023 tcu::TestContext& testCtx = group->getTestContext();
6548 group->addChild(allocationTypeGroup.release());
6552 void addSimpleTests (tcu::TestCaseGroup* group, cons
[all...]
/third_party/vulkan-loader/loader/
H A Dloader.c5851 // The group must contain only this one device, since physical device groups aren't actually supported
5854 "vkCreateDevice: Emulation failed to create device from device group info");
5861 // states that the physicalDevice argument must be included in the device group, and we've already checked
6484 // Update the devices in the group structures now
6911 // Treat each ICD's GPU as it's own group if the extension isn't supported
6921 // Query the actual group info
6949 "terminator_EnumeratePhysicalDeviceGroups: Failed to allocate new physical device group array of size %d",
7003 // Add each GPU as it's own group
7017 "\'EnumeratePhysicalDeviceGroups\' to ICD %d to get group count.",
7022 // The total amount is still less than the amount of physical device group dat
[all...]

Completed in 101 milliseconds

1...<<61626364656667686970>>...98