Home
last modified time | relevance | path

Searched refs:subgroup (Results 1 - 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_stat_test.sh47 ROD mkdir subgroup
49 EXPECT_PASS echo $((limit + PAGESIZES * 2)) \> subgroup/memory.limit_in_bytes
51 cd subgroup
55 rmdir subgroup
65 ROD mkdir subgroup
67 EXPECT_PASS echo $((PAGESIZES * 2)) \> subgroup/memory.limit_in_bytes
69 cd subgroup
73 rmdir subgroup
83 ROD mkdir subgroup
86 EXPECT_PASS echo $((PAGESIZES * 2)) \> subgroup/memor
[all...]
H A Dmemcg_use_hierarchy_test.sh22 ROD mkdir subgroup
23 cd subgroup
27 rmdir subgroup
36 ROD mkdir subgroup
39 rmdir subgroup
49 mkdir subgroup
50 EXPECT_FAIL echo 0 \> subgroup/memory.use_hierarchy
52 rmdir subgroup
H A Dmemcg_subgroup_charge.sh15 # Test the memory charge won't move to subgroup
25 ROD mkdir subgroup
26 EXPECT_PASS echo $limit_subgroup \> subgroup/memory.limit_in_bytes
39 cd subgroup
46 rmdir subgroup
51 tst_res TINFO "Test that group and subgroup have no relationship"
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp736 tcu::TestCaseGroup* subgroup( in createImageCompressionControlTests()
739 subgroup->addChild(createTestGroup(testCtx, "no_compression_control", in createImageCompressionControlTests()
761 subgroup->addChild(createTestGroup(testCtx, flag.name, in createImageCompressionControlTests()
765 group->addChild(subgroup); in createImageCompressionControlTests()
767 subgroup = new tcu::TestCaseGroup(testCtx, "android_hardware_buffer", in createImageCompressionControlTests()
773 subgroup->addChild(createTestGroup(testCtx, flag.name, in createImageCompressionControlTests()
778 group->addChild(subgroup); in createImageCompressionControlTests()
780 subgroup = new tcu::TestCaseGroup(testCtx, "swapchain", "swapchain"); in createImageCompressionControlTests()
793 subgroup->addChild(wsi_subgroup); in createImageCompressionControlTests()
796 group->addChild(subgroup); in createImageCompressionControlTests()
[all...]
H A DvktApiDeviceInitializationTests.cpp2761 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str(), subgroupDescription.c_str())); in addFunctionCaseInNewSubgroup()
2762 addFunctionCase(subgroup.get(), "basic", "", testFunc); in addFunctionCaseInNewSubgroup()
2763 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2774 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str(), subgroupDescription.c_str())); in addFunctionCaseInNewSubgroup()
2775 addFunctionCase(subgroup.get(), "basic", "", checkSupport, testFunc); in addFunctionCaseInNewSubgroup()
2776 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2789 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str(), subgroupDescription.c_str())); in addFunctionCaseInNewSubgroup()
2790 subgroup->addChild(createFunctionCase<Arg0>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "basic", "", checkSupport, testFunc, arg0)); in addFunctionCaseInNewSubgroup()
2791 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2819 de::MovePtr<tcu::TestCaseGroup> subgroup(ne in createDeviceInitializationTests()
[all...]
H A DvktApiFeatureInfo.cpp6854 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str(), subgroupDescription.c_str())); in addFunctionCaseInNewSubgroup()
6855 addFunctionCase(subgroup.get(), "basic", "", testFunc); in addFunctionCaseInNewSubgroup()
6856 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
6878 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, "features", "")); in createFeatureInfoTests()
6879 addFunctionCase(subgroup.get(), "core", "Extended Device Features", deviceFeatures2); in createFeatureInfoTests()
6880 addSeparateFeatureTests(subgroup.get()); in createFeatureInfoTests()
6881 extendedPropertiesTests->addChild(subgroup.release()); in createFeatureInfoTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp937 tcu::TestCaseGroup* subgroup( in createImageCompressionControlTests()
941 subgroup->addChild(createTestGroup(testCtx, "no_compression_control", in createImageCompressionControlTests()
963 subgroup->addChild(createTestGroup(testCtx, flag.name, in createImageCompressionControlTests()
966 group->addChild(subgroup); in createImageCompressionControlTests()
970 subgroup = new tcu::TestCaseGroup(testCtx, "android_hardware_buffer"); in createImageCompressionControlTests()
976 subgroup->addChild(createTestGroup(testCtx, flag.name, addAhbCompressionControlTests, testParams)); in createImageCompressionControlTests()
979 group->addChild(subgroup); in createImageCompressionControlTests()
981 subgroup = new tcu::TestCaseGroup(testCtx, "ohos_native_buffer"); in createImageCompressionControlTests()
987 subgroup->addChild(createTestGroup(testCtx, flag.name, AddOHOSCompressionControlTests, testParams)); in createImageCompressionControlTests()
990 group->addChild(subgroup); in createImageCompressionControlTests()
[all...]
H A DvktApiDeviceInitializationTests.cpp2749 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str())); in addFunctionCaseInNewSubgroup()
2750 addFunctionCase(subgroup.get(), "basic", testFunc); in addFunctionCaseInNewSubgroup()
2751 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2761 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str())); in addFunctionCaseInNewSubgroup()
2762 addFunctionCase(subgroup.get(), "basic", checkSupport, testFunc); in addFunctionCaseInNewSubgroup()
2763 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2775 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str())); in addFunctionCaseInNewSubgroup()
2776 subgroup->addChild(createFunctionCase<Arg0>(testCtx, tcu::NODETYPE_SELF_VALIDATE, "basic", checkSupport, testFunc, arg0)); in addFunctionCaseInNewSubgroup()
2777 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
2805 de::MovePtr<tcu::TestCaseGroup> subgroup(ne in createDeviceInitializationTests()
[all...]
H A DvktApiFeatureInfo.cpp6856 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, subgroupName.c_str())); in addFunctionCaseInNewSubgroup()
6857 addFunctionCase(subgroup.get(), "basic", testFunc); in addFunctionCaseInNewSubgroup()
6858 group->addChild(subgroup.release()); in addFunctionCaseInNewSubgroup()
6880 de::MovePtr<tcu::TestCaseGroup> subgroup(new tcu::TestCaseGroup(testCtx, "features", "")); in createFeatureInfoTests()
6882 addFunctionCase(subgroup.get(), "core", deviceFeatures2); in createFeatureInfoTests()
6883 addSeparateFeatureTests(subgroup.get()); in createFeatureInfoTests()
6884 extendedPropertiesTests->addChild(subgroup.release()); in createFeatureInfoTests()
/third_party/python/Lib/test/
H A Dtest_exception_group.py311 self.eg.subgroup(arg)
317 self.assertIs(eg, eg.subgroup(BaseException))
318 self.assertIs(eg, eg.subgroup(Exception))
319 self.assertIs(eg, eg.subgroup(BaseExceptionGroup))
320 self.assertIs(eg, eg.subgroup(ExceptionGroup))
323 self.assertIsNone(self.eg.subgroup(OSError))
335 subeg = eg.subgroup(match_type)
340 self.assertIs(self.eg, self.eg.subgroup(lambda e: True))
343 self.assertIsNone(self.eg.subgroup(lambda e: False))
354 subeg = eg.subgroup(lambd
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_physical_device.c431 VkPhysicalDeviceSubgroupProperties subgroup; in vn_physical_device_init_properties() member
452 VN_ADD_TO_PNEXT(local_props.subgroup, SUBGROUP_PROPERTIES, properties2); in vn_physical_device_init_properties()
530 vk11_props->subgroupSize = local_props.subgroup.subgroupSize; in vn_physical_device_init_properties()
532 local_props.subgroup.supportedStages; in vn_physical_device_init_properties()
534 local_props.subgroup.supportedOperations; in vn_physical_device_init_properties()
536 local_props.subgroup.quadOperationsInAllStages; in vn_physical_device_init_properties()
1892 VkPhysicalDeviceSubgroupProperties *subgroup; in vn_GetPhysicalDeviceProperties2() member
1951 u.subgroup->subgroupSize = vk11_props->subgroupSize; in vn_GetPhysicalDeviceProperties2()
1952 u.subgroup->supportedStages = vk11_props->subgroupSupportedStages; in vn_GetPhysicalDeviceProperties2()
1953 u.subgroup in vn_GetPhysicalDeviceProperties2()
[all...]
/third_party/ltp/testcases/kernel/power_management/lib/
H A Dpm_sched_mc.py667 subgroup = group_info.split(",")
668 for j in range(0, len(subgroup)):
669 cpu_group = expand_range(subgroup[j])
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A Dgen_builtin_symbols.py1423 for subgroup_name, subgroup in group['subgroups'].items():
1424 get_function_names(subgroup, mangled_names, unmangled_names)
1432 for subgroup_name, subgroup in group['subgroups'].items():
1433 get_variable_names(subgroup, mangled_names)
1815 for subgroup_name, subgroup in group['subgroups'].items():
1816 process_function_group(group_name + subgroup_name, subgroup, symbols, variables,
2048 for subgroup_name, subgroup in group['subgroups'].items():
2049 process_variable_group(shader_type, subgroup_name, subgroup, symbols, variables,
/third_party/ltp/testcases/kernel/controllers/cpuacct/
H A Dcpuacct.sh8 # nbsubgroup: number of subgroup to create
9 # nbprocess: number of process to attach to each subgroup
13 # 2) Check that sum ltp_test/subgroup*/cpuacct.usage = ltp_test/cpuacct.usage
34 nprocess - number of processes to attach to each subgroup
163 ## check that cpuacct.usage != 0 for every subgroup
167 tst_res TPASS "cpuacct.usage is not equal to 0 for every subgroup"
170 ## check that ltp_subgroup/cpuacct.usage == sum ltp_subgroup/subgroup*/cpuacct.usage
173 tst_res TFAIL "cpuacct.usage $ref not equal to subgroup*/cpuacct.usage $acc"
175 tst_res TPASS "cpuacct.usage equal to subgroup*/cpuacct.usage"
/third_party/skia/modules/skottie/src/layers/shapelayer/
H A DShapeLayer.cpp263 if (auto subgroup = in attachShape()
265 add_draw(std::move(subgroup), *rec); in attachShape()
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_screen.c454 (screen->info.subgroup.supportedOperations & VK_SUBGROUP_FEATURE_VOTE_BIT) && in zink_get_param()
455 (screen->info.subgroup.supportedStages & VK_SHADER_STAGE_COMPUTE_BIT)) in zink_get_param()
532 screen->info.subgroup.supportedOperations & VK_SUBGROUP_FEATURE_BALLOT_BIT) in zink_get_param()
H A Dzink_compiler.c3065 if (!(screen->info.subgroup.supportedStages & mesa_to_vk_shader_stage(nir->info.stage))) { in zink_shader_create()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H A Dva_pack.c385 hex |= ((uint64_t) I->subgroup) << 36; in va_pack_alu()
506 /* Treat as swizzle, subgroup ops not yet supported */ in va_pack_alu()
/third_party/mesa3d/src/panfrost/bifrost/
H A Dcompiler.h510 enum bi_subgroup subgroup; /* WMASK, CLPER */
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c479 const char *subgroup = "llvm.readcyclecounter"; in ac_build_shader_clock() local
480 const char *name = scope == NIR_SCOPE_DEVICE ? "llvm.amdgcn.s.memrealtime" : subgroup; in ac_build_shader_clock()

Completed in 60 milliseconds