Home
last modified time | relevance | path

Searched refs:group (Results 2626 - 2650 of 4028) sorted by relevance

1...<<101102103104105106107108109110>>...162

/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...]
/kernel/linux/common_modules/tzdriver/tlogger/
H A Dtlogger.c1031 gid_t group = ROOT_GID; in tlogger_chown() local
1036 get_log_chown(&user, &group); in tlogger_chown()
1039 if (group == ROOT_GID && user == ROOT_UID) in tlogger_chown()
1047 ret = (int)ksys_chown((const char __user *)file_path, user, group); in tlogger_chown()
1049 ret = (int)sys_chown((const char __user *)file_path, user, group); in tlogger_chown()
/kernel/linux/linux-5.10/drivers/hwmon/occ/
H A Dcommon.c806 occ->group.attrs = devm_kzalloc(dev, sizeof(*occ->group.attrs) * in occ_setup_sensor_attrs()
808 if (!occ->group.attrs) in occ_setup_sensor_attrs()
1007 /* put the sensors in the group */ in occ_setup_sensor_attrs()
1010 occ->group.attrs[i] = &occ->attrs[i].sensor.dev_attr.attr; in occ_setup_sensor_attrs()
1079 occ->groups[0] = &occ->group; in occ_setup()
/kernel/linux/linux-5.10/drivers/infiniband/hw/efa/
H A Defa_com.c811 * return the handler that is relevant to the specific event group
814 u16 group) in efa_com_get_specific_aenq_cb()
818 if (group < EFA_MAX_HANDLERS && aenq_handlers->handlers[group]) in efa_com_get_specific_aenq_cb()
819 return aenq_handlers->handlers[group]; in efa_com_get_specific_aenq_cb()
857 aenq_common->group); in efa_com_aenq_intr_handler()
813 efa_com_get_specific_aenq_cb(struct efa_com_dev *edev, u16 group) efa_com_get_specific_aenq_cb() argument
/kernel/linux/linux-5.10/tools/include/nolibc/
H A Dnolibc.h261 gid_t st_gid; /* group ID of owner */
1434 unsigned int st_gid; /* Group ID of the file's group. */
1489 int sys_chown(const char *path, uid_t owner, gid_t group) in sys_chown() argument
1492 return my_syscall5(__NR_fchownat, AT_FDCWD, path, owner, group, 0); in sys_chown()
1494 return my_syscall3(__NR_chown, path, owner, group); in sys_chown()
1831 int chown(const char *path, uid_t owner, gid_t group) in chown() argument
1833 int ret = sys_chown(path, owner, group); in chown()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dpython.c834 int group = 0, inherit = 0; in pyrf_evsel__open() local
835 static char *kwlist[] = { "cpus", "threads", "group", "inherit", NULL }; in pyrf_evsel__open()
838 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
849 * This will group just the fds for this single evsel, to group in pyrf_evsel__open()
1085 int group = 0; in pyrf_evlist__open() local
1086 static char *kwlist[] = { "group", NULL }; in pyrf_evlist__open()
1088 if (!PyArg_ParseTupleAndKeywords(args, kwargs, "|OOii", kwlist, &group)) in pyrf_evlist__open()
1091 if (group) in pyrf_evlist__open()
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-tegra186.c85 const char *group; member
437 const char *group = gpio->soc->pin_ranges[i].group; in tegra186_gpio_add_pin_ranges() local
444 port, group); in tegra186_gpio_add_pin_ranges()
451 err = gpiochip_add_pingroup_range(chip, pctldev, pin, group); in tegra186_gpio_add_pin_ranges()
/kernel/linux/linux-6.6/drivers/pinctrl/renesas/
H A Dcore.c996 sh_pfc_err("group %s: name conflict\n", a->name); in sh_pfc_compare_groups()
1009 sh_pfc_warn("group %s can be an alias for %s\n", in sh_pfc_compare_groups()
1012 sh_pfc_warn("group %s is a subset of %s\n", a->name, in sh_pfc_compare_groups()
1156 sh_pfc_err("function %s: group %s not found\n", in sh_pfc_check_info()
1162 const struct sh_pfc_pin_group *group = &info->groups[i]; in sh_pfc_check_info() local
1164 if (!group->name) { in sh_pfc_check_info()
1165 sh_pfc_err("empty group %u\n", i); in sh_pfc_check_info()
1169 sh_pfc_compare_groups(drvname, group, &info->groups[j]); in sh_pfc_check_info()
1172 sh_pfc_err("orphan group %s\n", group in sh_pfc_check_info()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/efa/
H A Defa_com.c812 * return the handler that is relevant to the specific event group
815 u16 group) in efa_com_get_specific_aenq_cb()
819 if (group < EFA_MAX_HANDLERS && aenq_handlers->handlers[group]) in efa_com_get_specific_aenq_cb()
820 return aenq_handlers->handlers[group]; in efa_com_get_specific_aenq_cb()
858 aenq_common->group); in efa_com_aenq_intr_handler()
814 efa_com_get_specific_aenq_cb(struct efa_com_dev *edev, u16 group) efa_com_get_specific_aenq_cb() argument
/kernel/linux/linux-6.6/drivers/hwmon/occ/
H A Dcommon.c864 occ->group.attrs = devm_kzalloc(dev, sizeof(*occ->group.attrs) * in occ_setup_sensor_attrs()
866 if (!occ->group.attrs) in occ_setup_sensor_attrs()
1083 /* put the sensors in the group */ in occ_setup_sensor_attrs()
1086 occ->group.attrs[i] = &occ->attrs[i].sensor.dev_attr.attr; in occ_setup_sensor_attrs()
1217 occ->groups[0] = &occ->group; in occ_setup()
/third_party/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp54 for(int32_t group = UCOL_REORDER_CODE_FIRST; in getOptions()
55 group < UCOL_REORDER_CODE_FIRST + CollationData::MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()
56 ++group) { in getOptions()
57 uint32_t start = data->getFirstPrimaryForGroup(group); in getOptions()
59 if(group == UCOL_REORDER_CODE_DIGIT) { in getOptions()
67 // In the future, there might be a special group between digits & Latin. in getOptions()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationfastlatin.cpp54 for(int32_t group = UCOL_REORDER_CODE_FIRST; in getOptions()
55 group < UCOL_REORDER_CODE_FIRST + CollationData::MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()
56 ++group) { in getOptions()
57 uint32_t start = data->getFirstPrimaryForGroup(group); in getOptions()
59 if(group == UCOL_REORDER_CODE_DIGIT) { in getOptions()
67 // In the future, there might be a special group between digits & Latin. in getOptions()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp1080 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "binding")); in createMemoryBindingTests()
1141 group->addChild(priority.release()); in createMemoryBindingTests()
1143 group->addChild(regular.release()); in createMemoryBindingTests()
1144 group->addChild(aliasing.release()); in createMemoryBindingTests()
1148 return group.release(); in createMemoryBindingTests()
H A DvktMemoryExternalMemoryHostTests.cpp1106 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "external_memory_host")); in createMemoryExternalMemoryHostTests()
1118 group ->addChild(simpleAllocation.release()); in createMemoryExternalMemoryHostTests()
1143 group->addChild(bind_image_memory_and_render.release()); in createMemoryExternalMemoryHostTests()
1148 group->addChild(synchronization.release()); in createMemoryExternalMemoryHostTests()
1149 return group.release(); in createMemoryExternalMemoryHostTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationOperationMultiQueueTests.cpp967 void createTests (tcu::TestCaseGroup* group, TestData data) in createTests() argument
969 tcu::TestContext& testCtx = group->getTestContext(); in createTests()
1022 group->addChild(synchGroup.release()); in createTests()
1026 void cleanupGroup (tcu::TestCaseGroup* group, TestData data) in cleanupGroup() argument
1028 DE_UNREF(group); in cleanupGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
H A DvktMemoryBindingTests.cpp1081 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "binding", "Memory binding tests.")); in createMemoryBindingTests()
1141 group->addChild(priority.release()); in createMemoryBindingTests()
1143 group->addChild(regular.release()); in createMemoryBindingTests()
1144 group->addChild(aliasing.release()); in createMemoryBindingTests()
1148 return group.release(); in createMemoryBindingTests()
H A DvktMemoryExternalMemoryHostTests.cpp1106 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "external_memory_host", "VK_EXT_external_memory_host extension tests.")); in createMemoryExternalMemoryHostTests()
1118 group ->addChild(simpleAllocation.release()); in createMemoryExternalMemoryHostTests()
1143 group->addChild(bind_image_memory_and_render.release()); in createMemoryExternalMemoryHostTests()
1148 group->addChild(synchronization.release()); in createMemoryExternalMemoryHostTests()
1149 return group.release(); in createMemoryExternalMemoryHostTests()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationfastlatin.cpp54 for(int32_t group = UCOL_REORDER_CODE_FIRST; in getOptions()
55 group < UCOL_REORDER_CODE_FIRST + CollationData::MAX_NUM_SPECIAL_REORDER_CODES; in getOptions()
56 ++group) { in getOptions()
57 uint32_t start = data->getFirstPrimaryForGroup(group); in getOptions()
59 if(group == UCOL_REORDER_CODE_DIGIT) { in getOptions()
67 // In the future, there might be a special group between digits & Latin. in getOptions()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationOperationMultiQueueTests.cpp953 void createTests (tcu::TestCaseGroup* group, TestData data) in createTests() argument
955 tcu::TestContext& testCtx = group->getTestContext(); in createTests()
1008 group->addChild(synchGroup.release()); in createTests()
1012 void cleanupGroup (tcu::TestCaseGroup* group, TestData data) in cleanupGroup() argument
1014 DE_UNREF(group); in cleanupGroup()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c357 u16 group; in ikev2_process_kei() local
376 group = WPA_GET_BE16(kei); in ikev2_process_kei()
377 wpa_printf(MSG_DEBUG, "IKEV2: KEi DH Group #%u", group); in ikev2_process_kei()
379 if (group != data->proposal.dh) { in ikev2_process_kei()
382 group, data->proposal.dh); in ikev2_process_kei()
391 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group"); in ikev2_process_kei()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Dikev2.c366 u16 group; in ikev2_process_ker() local
385 group = WPA_GET_BE16(ker); in ikev2_process_ker()
386 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u", group); in ikev2_process_ker()
388 if (group != data->proposal.dh) { in ikev2_process_ker()
391 group, data->proposal.dh); in ikev2_process_ker()
396 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group"); in ikev2_process_ker()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c359 u16 group; in ikev2_process_kei() local
378 group = WPA_GET_BE16(kei); in ikev2_process_kei()
379 wpa_printf(MSG_DEBUG, "IKEV2: KEi DH Group #%u", group); in ikev2_process_kei()
381 if (group != data->proposal.dh) { in ikev2_process_kei()
384 group, data->proposal.dh); in ikev2_process_kei()
393 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group"); in ikev2_process_kei()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Dikev2.c366 u16 group; in ikev2_process_ker() local
385 group = WPA_GET_BE16(ker); in ikev2_process_ker()
386 wpa_printf(MSG_DEBUG, "IKEV2: KEr DH Group #%u", group); in ikev2_process_ker()
388 if (group != data->proposal.dh) { in ikev2_process_ker()
391 group, data->proposal.dh); in ikev2_process_ker()
396 wpa_printf(MSG_INFO, "IKEV2: Unsupported DH group"); in ikev2_process_ker()

Completed in 94 milliseconds

1...<<101102103104105106107108109110>>...162