Home
last modified time | relevance | path

Searched refs:group (Results 1551 - 1575 of 4140) sorted by relevance

1...<<61626364656667686970>>...166

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiToolingInfoTests.cpp233 void createTestCases (tcu::TestCaseGroup* group) in createTestCases() argument
235 addFunctionCase(group, "validate_getter", "Validate getPhysicalDeviceToolPropertiesEXT", checkSupport, validateGetter); in createTestCases()
236 addFunctionCase(group, "validate_tools_properties","Validate tools properties", checkSupport, validateToolsProperties); in createTestCases()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderUniformIntegerFunctionTests.cpp189 tcu::TestCaseGroup* group = new tcu::TestCaseGroup(parent->getTestContext(), functionName, functionName); in addFunctionCases() local
190 parent->addChild(group); in addFunctionCases()
197 group->addChild(new TestClass(parent->getContext(), input, glu::Precision(prec), glu::ShaderType(shaderTypeNdx))); in addFunctionCases()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmFloatControlsExtensionlessTests.cpp237 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, "float_controls_extensionless", "Tests float controls without extension")); in createFloatControlsExtensionlessGroup()
255 group->addChild(spirVersionGroup.release()); in createFloatControlsExtensionlessGroup()
258 return group.release(); in createFloatControlsExtensionlessGroup()
/kernel/linux/linux-5.10/drivers/firewire/
H A Dcore-device.c334 struct fw_attribute_group *group) in init_fw_attribute_group()
340 group->attrs[j] = &attrs[j].attr; in init_fw_attribute_group()
346 group->attrs[j++] = &attr->attr; in init_fw_attribute_group()
349 group->attrs[j] = NULL; in init_fw_attribute_group()
350 group->groups[0] = &group->group; in init_fw_attribute_group()
351 group->groups[1] = NULL; in init_fw_attribute_group()
352 group->group in init_fw_attribute_group()
332 init_fw_attribute_group(struct device *dev, struct device_attribute *attrs, struct fw_attribute_group *group) init_fw_attribute_group() argument
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c44 * struct armada_37xx_pin_group: represents group of pins of a pinmux function.
47 * @name: Name of the pin group, used to lookup the group.
49 * the group
51 * @reg_mask: Bit mask matching the group in the selection register
54 * belonging to the group
56 * @funcs: A list of pinmux functions that can be selected for this group.
57 * @pins: List of the pins included in the group
237 struct armada_37xx_pin_group *group = &info->groups[*grp]; in armada_37xx_find_next_grp_by_pin() local
241 for (j = 0; j < (group in armada_37xx_find_next_grp_by_pin()
274 armada_37xx_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) armada_37xx_get_group_name() argument
362 armada_37xx_pmx_set(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) armada_37xx_pmx_set() argument
485 struct armada_37xx_pin_group *group; armada_37xx_gpio_request_enable() local
[all...]
/kernel/linux/linux-5.10/drivers/pinctrl/qcom/
H A Dpinctrl-msm.c117 unsigned group) in msm_get_group_name()
121 return pctrl->soc->groups[group].name; in msm_get_group_name()
125 unsigned group, in msm_get_group_pins()
131 *pins = pctrl->soc->groups[group].pins; in msm_get_group_pins()
132 *num_pins = pctrl->soc->groups[group].npins; in msm_get_group_pins()
181 unsigned group) in msm_pinmux_set_mux()
185 unsigned int irq = irq_find_mapping(gc->irq.domain, group); in msm_pinmux_set_mux()
193 g = &pctrl->soc->groups[group]; in msm_pinmux_set_mux()
313 unsigned int group, in msm_config_group_get()
325 g = &pctrl->soc->groups[group]; in msm_config_group_get()
116 msm_get_group_name(struct pinctrl_dev *pctldev, unsigned group) msm_get_group_name() argument
124 msm_get_group_pins(struct pinctrl_dev *pctldev, unsigned group, const unsigned **pins, unsigned *num_pins) msm_get_group_pins() argument
179 msm_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned function, unsigned group) msm_pinmux_set_mux() argument
312 msm_config_group_get(struct pinctrl_dev *pctldev, unsigned int group, unsigned long *config) msm_config_group_get() argument
394 msm_config_group_set(struct pinctrl_dev *pctldev, unsigned group, unsigned long *configs, unsigned num_configs) msm_config_group_set() argument
[all...]
/kernel/linux/linux-6.6/drivers/firewire/
H A Dcore-device.c334 struct fw_attribute_group *group) in init_fw_attribute_group()
340 group->attrs[j] = &attrs[j].attr; in init_fw_attribute_group()
346 group->attrs[j++] = &attr->attr; in init_fw_attribute_group()
349 group->attrs[j] = NULL; in init_fw_attribute_group()
350 group->groups[0] = &group->group; in init_fw_attribute_group()
351 group->groups[1] = NULL; in init_fw_attribute_group()
352 group->group in init_fw_attribute_group()
332 init_fw_attribute_group(struct device *dev, struct device_attribute *attrs, struct fw_attribute_group *group) init_fw_attribute_group() argument
[all...]
/kernel/linux/linux-6.6/drivers/pinctrl/mvebu/
H A Dpinctrl-armada-37xx.c45 * struct armada_37xx_pin_group: represents group of pins of a pinmux function.
48 * @name: Name of the pin group, used to lookup the group.
50 * the group
52 * @reg_mask: Bit mask matching the group in the selection register
55 * belonging to the group
57 * @funcs: A list of pinmux functions that can be selected for this group.
58 * @pins: List of the pins included in the group
241 struct armada_37xx_pin_group *group = &info->groups[*grp]; in armada_37xx_find_next_grp_by_pin() local
245 for (j = 0; j < (group in armada_37xx_find_next_grp_by_pin()
278 armada_37xx_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) armada_37xx_get_group_name() argument
366 armada_37xx_pmx_set(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) armada_37xx_pmx_set() argument
489 struct armada_37xx_pin_group *group; armada_37xx_gpio_request_enable() local
[all...]
/kernel/linux/linux-6.6/block/
H A Dgenhd.c108 int group; in part_stat_read_all() local
110 for (group = 0; group < NR_STAT_GROUPS; group++) { in part_stat_read_all()
111 stat->nsecs[group] += ptr->nsecs[group]; in part_stat_read_all()
112 stat->sectors[group] += ptr->sectors[group]; in part_stat_read_all()
113 stat->ios[group] += ptr->ios[group]; in part_stat_read_all()
[all...]
/third_party/node/deps/v8/third_party/ittapi/src/ittnotify/
H A Dittnotify_static.c168 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \
182 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \
201 #define ITT_STUB(api,type,name,args,params,ptr,group,format) \
206 #define ITT_STUBV(api,type,name,args,params,ptr,group,format) \
243 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) { ITT_TO_STR(ITT_JOIN(__itt_,nameindll)), (void**)(void*)&ITTNOTIFY_NAME(name), (void*)(size_t)&ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)), (void*)(size_t)&ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)), (__itt_group_id)(group)},
251 #define ITT_STUB(api,type,name,args,params,nameindll,group,format) {ITT_TO_STR(ITT_JOIN(__itt_,nameindll)), (void**)(void*)&ITTNOTIFY_NAME(name), (void*)(size_t)&ITT_VERSIONIZE(ITT_JOIN(_N_(name),_init)), NULL, (__itt_group_id)(group)},
1084 /* TODO: !!! Workaround for bug with warning for unknown group !!! in __itt_get_groups()
1221 if (_N_(_ittapi_global).api_list_ptr[i].group in init_ittlib()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageCompressionControlTests.cpp620 void addImageCompressionControlTests(tcu::TestCaseGroup* group, TestParams testParams) in addImageCompressionControlTests() argument
655 addFunctionCase(group, caseName, imageCreateTest, testParams); in addImageCompressionControlTests()
878 void addAhbCompressionControlTests(tcu::TestCaseGroup *group, TestParams testParams) in addAhbCompressionControlTests() argument
900 addFunctionCase(group, caseName, ahbImageCreateTest, testParams); in addAhbCompressionControlTests()
904 void AddOHOSCompressionControlTests(tcu::TestCaseGroup *group, TestParams testParams) in AddOHOSCompressionControlTests() argument
925 addFunctionCase(group, caseName, OHOSImageCreateTest, testParams); in AddOHOSCompressionControlTests()
932 de::MovePtr<tcu::TestCaseGroup> group( in createImageCompressionControlTests()
966 group->addChild(subgroup); in createImageCompressionControlTests()
979 group->addChild(subgroup); in createImageCompressionControlTests()
990 group in createImageCompressionControlTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/modifiers/
H A DvktModifiersTests.cpp1133 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "list_modifiers")); in createTests()
1139 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, listModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1144 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1149 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "create_list_modifiers", "Check that creating images with modifier list is functional")); in createTests()
1155 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, createImageListModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1160 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1165 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "create_explicit_modifier", "Check that creating images with an explicit modifier is functional")); in createTests()
1171 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), checkModifiersSupported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1176 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1181 de::MovePtr<tcu::TestCaseGroup> group(ne in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingPipelineLibraryTests.cpp111 // This class will help verify shader group handles in libraries by maintaining information of the library tree and being able to
112 // calculate the offset of the handles for each pipeline in the "flattened" array of shader group handles.
143 const uint32_t m_groupCount; // Shader group count in pipeline. Related to LibraryConfiguration::pipelineLibraries[1].
184 // When obtaining shader group handles from the root pipeline, we get a vector of handles in which some of those handles come from pipeline libraries.
185 // This method returns, for each pipeline, the offset of its shader group handles in that vector as the number of shader groups (not bytes).
527 // Sometimes we want to obtain shader group handles and do checks on them, and the processing we do is the same for normal handles
743 // Obtain and verify shader group handles. in runTest()
940 void addPipelineLibraryConfigurationsTests (tcu::TestCaseGroup* group) in addPipelineLibraryConfigurationsTests() argument
998 de::MovePtr<tcu::TestCaseGroup> threadGroup(new tcu::TestCaseGroup(group->getTestContext(), threadData[threadNdx].name)); in addPipelineLibraryConfigurationsTests()
1021 threadGroup->addChild(new RayTracingPipelineLibraryTestCase(group in addPipelineLibraryConfigurationsTests()
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_common.hpp868 // sub-group-like operations.
1373 : group(group_) in Variant()
1380 group->pools[type]->free_opaque(holder); in ~Variant()
1389 // We cannot copy from other variant without our own pool group.
1399 group->pools[type]->free_opaque(holder);
1401 group = other.group;
1423 group->pools[type]->free_opaque(holder); in operator =()
1426 holder = other.holder->clone(group->pools[other.type].get()); in operator =()
1439 group in set()
1511 ObjectPoolGroup *group = nullptr; global() member in SPIRV_CROSS_NAMESPACE::Variant
[all...]
/third_party/typescript/tests/baselines/reference/
H A DparserRealSource8.js341 var group = funcDecl.type;
345 group.containedScope = locals;
346 locals.container = group.symbol;
348 group.memberScope = statics;
349 statics.container = group.symbol;
352 group.enclosingType = isStatic ? context.scopeChain.classType : context.scopeChain.thisType;
759 var group = funcDecl.type;
762 group.containedScope = locals;
763 locals.container = group.symbol;
764 group
[all...]
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dmod.rs201 /// A possibly capturing group, which contains a child expression.
378 /// Creates a group HIR expression.
379 pub fn group(group: Group) -> Hir { in group() functions
381 info.set_always_utf8(group.hir.is_always_utf8()); in group()
382 info.set_all_assertions(group.hir.is_all_assertions()); in group()
383 info.set_anchored_start(group.hir.is_anchored_start()); in group()
384 info.set_anchored_end(group.hir.is_anchored_end()); in group()
385 info.set_line_anchored_start(group.hir.is_line_anchored_start()); in group()
386 info.set_line_anchored_end(group in group()
[all...]
/third_party/rust/crates/syn/src/
H A Dty.rs304 let mut group: TypeGroup = input.parse()?; variables
306 if let Type::Path(mut ty) = *group.elem {
312 lt_token: Token![<](group.group_token.span),
315 gt_token: Token![>](group.group_token.span),
316 ty: group.elem,
324 if let Type::Path(mut ty) = *group.elem {
331 group.elem = Box::new(Type::Path(ty));
335 return Ok(Type::Group(group));
873 let group = crate::group in parse()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/modifiers/
H A DvktModifiersTests.cpp1093 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "list_modifiers", "Check that listing supported modifiers is functional")); in createTests()
1098 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that listing supported modifiers is functional", checkModifiersSupported, listModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1102 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1107 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "create_list_modifiers", "Check that creating images with modifier list is functional")); in createTests()
1112 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with modifier list is functional", checkModifiersSupported, createImageListModifiersCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1116 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1121 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "create_explicit_modifier", "Check that creating images with an explicit modifier is functional")); in createTests()
1126 addFunctionCase(group.get(), getFormatCaseName(formats[formatNdx]), "Check that creating images with an explicit modifier is functional", checkModifiersSupported, createImageModifierExplicitCase<VkDrmFormatModifierPropertiesListEXT, VkDrmFormatModifierPropertiesEXT, VK_STRUCTURE_TYPE_DRM_FORMAT_MODIFIER_PROPERTIES_LIST_EXT>, formats[formatNdx]); in createTests()
1130 drmFormatModifiersGroup->addChild(group.release()); in createTests()
1135 de::MovePtr<tcu::TestCaseGroup> group(ne in createTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/
H A DvktRayQueryOpacityMicromapTests.cpp998 void addBasicTests(tcu::TestCaseGroup* group) in addBasicTests() argument
1024 auto& testCtx = group->getTestContext(); in addBasicTests()
1028 de::MovePtr<tcu::TestCaseGroup> sourceTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), shaderSourceTypes[shaderSourceNdx].name.c_str(), "")); in addBasicTests()
1115 group->addChild(sourceTypeGroup.release()); in addBasicTests()
1119 void addCopyTests(tcu::TestCaseGroup* group) in addCopyTests() argument
1123 auto& testCtx = group->getTestContext(); in addCopyTests()
1127 de::MovePtr<tcu::TestCaseGroup> copyTypeGroup(new tcu::TestCaseGroup(group->getTestContext(), copyTypeNames[copyTypeNdx].c_str(), "")); in addCopyTests()
1162 group->addChild(copyTypeGroup.release()); in addCopyTests()
1168 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, "opacity_micromap", "Test acceleration structures using opacity micromap with ray query")); in createOpacityMicromapTests()
1170 addTestGroup(group in createOpacityMicromapTests()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_session.c72 struct fst_group *group; member
240 if (s->group == g && in fst_find_session_in_progress()
772 s->group = g; in fst_session_create()
866 _s = fst_find_session_in_progress(s->data.old_peer_addr, s->group); in fst_session_initiate_setup()
874 _s = fst_find_session_in_progress(s->data.new_peer_addr, s->group); in fst_session_initiate_setup()
882 dialog_token = fst_group_assign_dialog_token(s->group); in fst_session_initiate_setup()
883 fsts_id = fst_group_assign_fsts_id(s->group); in fst_session_initiate_setup()
1041 dialog_token = fst_group_assign_dialog_token(s->group); in fst_session_initiate_switch()
1136 return s->group; in fst_session_get_group()
1188 if (!g || s->group in fst_session_enum()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_session.c72 struct fst_group *group; member
240 if (s->group == g && in fst_find_session_in_progress()
772 s->group = g; in fst_session_create()
866 _s = fst_find_session_in_progress(s->data.old_peer_addr, s->group); in fst_session_initiate_setup()
874 _s = fst_find_session_in_progress(s->data.new_peer_addr, s->group); in fst_session_initiate_setup()
882 dialog_token = fst_group_assign_dialog_token(s->group); in fst_session_initiate_setup()
883 fsts_id = fst_group_assign_fsts_id(s->group); in fst_session_initiate_setup()
1041 dialog_token = fst_group_assign_dialog_token(s->group); in fst_session_initiate_switch()
1136 return s->group; in fst_session_get_group()
1188 if (!g || s->group in fst_session_enum()
[all...]
/kernel/linux/linux-5.10/drivers/vfio/pci/
H A Dvfio_pci.c687 struct vfio_group *group; member
699 struct iommu_group *group; in vfio_pci_validate_devs() local
702 group = iommu_group_get(&pdev->dev); in vfio_pci_validate_devs()
703 if (!group) in vfio_pci_validate_devs()
706 id = iommu_group_id(group); in vfio_pci_validate_devs()
712 iommu_group_put(group); in vfio_pci_validate_devs()
1193 * one group per device is the max. in vfio_pci_ioctl()
1221 * For each group_fd, get the group through the vfio external in vfio_pci_ioctl()
1222 * user interface and store the group and iommu ID. This in vfio_pci_ioctl()
1223 * ensures the group i in vfio_pci_ioctl()
1226 struct vfio_group *group; vfio_pci_ioctl() local
2007 struct iommu_group *group; vfio_pci_probe() local
[all...]
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_set_pipapo.c42 * size, and classifying packet bits one group at a time.
57 * netmasks for the given field specifier, and a group match is indicated as a
59 * whose value matches the entry for a given group.
89 * value of a group, and with one row for each group
96 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
117 * according to bit values of a rule in the given group. This is done by
133 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
157 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
176 * group
626 int group, bucket; pipapo_resize() local
697 pipapo_bucket_set(struct nft_pipapo_field *f, int rule, int group, int v) pipapo_bucket_set() argument
905 int rule = f->rules, group, ret, bit_offset = 0; pipapo_insert() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnft_set_pipapo.c42 * size, and classifying packet bits one group at a time.
57 * netmasks for the given field specifier, and a group match is indicated as a
59 * whose value matches the entry for a given group.
89 * value of a group, and with one row for each group
96 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
117 * according to bit values of a rule in the given group. This is done by
133 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
157 * group 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
176 * group
626 int group, bucket; pipapo_resize() local
697 pipapo_bucket_set(struct nft_pipapo_field *f, int rule, int group, int v) pipapo_bucket_set() argument
905 int rule = f->rules, group, ret, bit_offset = 0; pipapo_insert() local
[all...]
/third_party/libinput/test/
H A Dtest-device.c805 struct libinput_device_group *group; in START_TEST() local
809 group = libinput_device_get_device_group(dev->libinput_device); in START_TEST()
810 ck_assert_notnull(group); in START_TEST()
812 libinput_device_group_ref(group); in START_TEST()
814 libinput_device_group_set_user_data(group, &userdata); in START_TEST()
816 libinput_device_group_get_user_data(group)); in START_TEST()
818 libinput_device_group_unref(group); in START_TEST()
828 struct libinput_device_group *group; in START_TEST() local
830 group = libinput_device_get_device_group(device); in START_TEST()
831 ck_assert_notnull(group); in START_TEST()
855 struct libinput_device_group *group; START_TEST() local
[all...]

Completed in 37 milliseconds

1...<<61626364656667686970>>...166