Home
last modified time | relevance | path

Searched refs:group (Results 2801 - 2825 of 4316) sorted by relevance

1...<<111112113114115116117118119120>>...173

/base/security/crypto_framework/test/unittest/src/
H A Dcrypto_dh_asy_key_generator_test.cpp1238 char group[BIT8 + 1]; in ByteToHexString() local
1239 (void)memcpy_s(group, BIT8, hexString + i, BIT8); in ByteToHexString()
1240 group[BIT8] = '\0'; in ByteToHexString()
1242 char temp = group[BIT2 * k]; in ByteToHexString()
1243 group[BIT2 * k] = group[BIT2 * k + 1]; in ByteToHexString()
1244 group[BIT2 * k + 1] = temp; in ByteToHexString()
1246 (void)memcpy_s(reversedString + j, BIT8, group, BIT8); in ByteToHexString()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtl8xxxu/
H A Drtl8xxxu_8192e.c486 int group, tx_idx; in rtl8192e_set_tx_power() local
489 group = rtl8xxxu_gen2_channel_to_group(channel); in rtl8192e_set_tx_power()
491 cck = priv->cck_tx_power_index_A[group]; in rtl8192e_set_tx_power()
503 ofdmbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
510 mcsbase = priv->ht40_1s_tx_power_index_A[group]; in rtl8192e_set_tx_power()
523 cck = priv->cck_tx_power_index_B[group]; in rtl8192e_set_tx_power()
535 ofdmbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
543 mcsbase = priv->ht40_1s_tx_power_index_B[group]; in rtl8192e_set_tx_power()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-at91.c129 * struct at91_pin_group - describes an At91 pin group
130 * @name: the name of this specific pin group
131 * @pins_conf: the mux mode for each pin in this group. The size of this
133 * @pins: an array of discrete physical pins used in this group, taken
135 * @npins: the number of pins in this group array, i.e. the number of
146 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
281 * first find the group of this node and check if we need to create in at91_dt_node_to_map()
286 dev_err(info->dev, "unable to find group for node %pOFn\n", in at91_dt_node_to_map()
308 new_map[0].data.mux.group = np->name; in at91_dt_node_to_map()
321 dev_dbg(pctldev->dev, "maps: function %s group in at91_dt_node_to_map()
823 at91_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) at91_pmx_set() argument
1106 at91_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) at91_pinconf_group_dbg_show() argument
[all...]
/kernel/linux/linux-5.10/fs/afs/
H A Dyfsclient.c94 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mode()
107 x->group = u64_to_xdr(0); in xdr_encode_YFSStoreStatus_mtime()
213 status->group = xdr_to_u64(xdr->group); in xdr_decode_YFSFetchStatus()
272 s64 mtime = 0, owner = 0, group = 0; in xdr_encode_YFS_StoreStatus() local
288 group = from_kgid(&init_user_ns, attr->ia_gid); in xdr_encode_YFS_StoreStatus()
300 x->group = u64_to_xdr(group); in xdr_encode_YFS_StoreStatus()
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-at91.c149 * struct at91_pin_group - describes an At91 pin group
150 * @name: the name of this specific pin group
151 * @pins_conf: the mux mode for each pin in this group. The size of this
153 * @pins: an array of discrete physical pins used in this group, taken
155 * @npins: the number of pins in this group array, i.e. the number of
166 * struct at91_pinctrl_mux_ops - describes an AT91 mux ops group
301 * first find the group of this node and check if we need to create in at91_dt_node_to_map()
306 dev_err(info->dev, "unable to find group for node %pOFn\n", in at91_dt_node_to_map()
328 new_map[0].data.mux.group = np->name; in at91_dt_node_to_map()
341 dev_dbg(pctldev->dev, "maps: function %s group in at91_dt_node_to_map()
843 at91_pmx_set(struct pinctrl_dev *pctldev, unsigned selector, unsigned group) at91_pmx_set() argument
1126 at91_pinconf_group_dbg_show(struct pinctrl_dev *pctldev, struct seq_file *s, unsigned group) at91_pinconf_group_dbg_show() argument
[all...]
H A Dpinctrl-ocelot.c1183 unsigned int selector, unsigned int group) in ocelot_pinmux_set_mux()
1186 struct ocelot_pin_caps *pin = info->desc->pins[group].drv_data; in ocelot_pinmux_set_mux()
1190 f = ocelot_pin_function_idx(info, group, selector); in ocelot_pinmux_set_mux()
1211 unsigned int selector, unsigned int group) in lan966x_pinmux_set_mux()
1214 struct ocelot_pin_caps *pin = info->desc->pins[group].drv_data; in lan966x_pinmux_set_mux()
1218 f = ocelot_pin_function_idx(info, group, selector); in lan966x_pinmux_set_mux()
1313 unsigned int group) in ocelot_pctl_get_group_name()
1317 return info->desc->pins[group].name; in ocelot_pctl_get_group_name()
1321 unsigned int group, in ocelot_pctl_get_group_pins()
1327 *pins = &info->desc->pins[group] in ocelot_pctl_get_group_pins()
1182 ocelot_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) ocelot_pinmux_set_mux() argument
1210 lan966x_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int selector, unsigned int group) lan966x_pinmux_set_mux() argument
1312 ocelot_pctl_get_group_name(struct pinctrl_dev *pctldev, unsigned int group) ocelot_pctl_get_group_name() argument
1320 ocelot_pctl_get_group_pins(struct pinctrl_dev *pctldev, unsigned int group, const unsigned int **pins, unsigned int *num_pins) ocelot_pctl_get_group_pins() argument
[all...]
/kernel/linux/linux-6.6/drivers/iommu/
H A Dmtk_iommu.c213 * 16GB iova all use one pgtable, but each a region is a iommu group.
907 * If the bank function is enabled, each bank is a iommu group/domain. in mtk_iommu_get_group_id()
908 * Otherwise, each iova region is a iommu group/domain. in mtk_iommu_get_group_id()
921 struct iommu_group *group; in mtk_iommu_device_group() local
933 group = data->m4u_group[groupid]; in mtk_iommu_device_group()
934 if (!group) { in mtk_iommu_device_group()
935 group = iommu_group_alloc(); in mtk_iommu_device_group()
936 if (!IS_ERR(group)) in mtk_iommu_device_group()
937 data->m4u_group[groupid] = group; in mtk_iommu_device_group()
939 iommu_group_ref_get(group); in mtk_iommu_device_group()
[all...]
/kernel/liteos_a/syscall/
H A Dfs_syscall.c2437 int SysFchownat(int fd, const char *path, uid_t owner, gid_t group, int flag) in SysFchownat() argument
2454 if (group != (gid_t)-1) { in SysFchownat()
2455 attr.attr_chg_gid = group; in SysFchownat()
2470 int SysFchown(int fd, uid_t owner, gid_t group) in SysFchown() argument
2492 if (group != (gid_t)-1) { in SysFchown()
2493 attr.attr_chg_gid = group; in SysFchown()
2504 int SysChown(const char *pathname, uid_t owner, gid_t group) in SysChown() argument
2516 ret = chown(pathRet, owner, group); in SysChown()
/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...]
/kernel/linux/linux-5.10/sound/usb/
H A Dmixer_quirks.c2845 u8 device_idx, u8 group, u16 value) in snd_djm_controls_update()
2850 if ((group >= device->ncontrols) || value >= device->controls[group].noptions) in snd_djm_controls_update()
2861 device->controls[group].options[value], in snd_djm_controls_update()
2862 device->controls[group].wIndex, in snd_djm_controls_update()
2883 u8 group = (private_value & SND_DJM_GROUP_MASK) >> SND_DJM_GROUP_SHIFT; in snd_djm_controls_put() local
2887 (group << SND_DJM_GROUP_SHIFT) | in snd_djm_controls_put()
2890 return snd_djm_controls_update(mixer, device, group, value); in snd_djm_controls_put()
2897 u8 group = (private_value & SND_DJM_GROUP_MASK) >> SND_DJM_GROUP_SHIFT; in snd_djm_controls_resume() local
2900 return snd_djm_controls_update(list->mixer, device, group, valu in snd_djm_controls_resume()
2844 snd_djm_controls_update(struct usb_mixer_interface *mixer, u8 device_idx, u8 group, u16 value) snd_djm_controls_update() argument
[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...]

Completed in 67 milliseconds

1...<<111112113114115116117118119120>>...173