/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 472 string name; member 504 return inputInfo.name in getDotProductTestName() 539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSDotKHRComputeTests() argument 550 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; in addOpSDotKHRComputeTests() 578 void add32bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add32bitOpSDotKHRComputeTests() argument 580 addOpSDotKHRComputeTests<Int32Buffer>(testCtx, group, rnd, name, dotProductPacking, DE_LENGTH_OF_ARRAY(dotProductPacking), in add32bitOpSDotKHRComputeTests() 585 void add16bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add16bitOpSDotKHRComputeTests() argument 587 addOpSDotKHRComputeTests<Int16Buffer>(testCtx, group, rnd, name, dotProductPacking, DE_LENGTH_OF_ARRAY(dotProductPacking), in add16bitOpSDotKHRComputeTests() 592 void add8bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add8bitOpSDotKHRComputeTests() argument 594 addOpSDotKHRComputeTests<Int8Buffer>(testCtx, group, rnd, name, dotProductPackin in add8bitOpSDotKHRComputeTests() 627 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax) addOpUDotKHRComputeTests() argument 666 add32bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add32bitOpUDotKHRComputeTests() argument 673 add16bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add16bitOpUDotKHRComputeTests() argument 680 add8bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add8bitOpUDotKHRComputeTests() argument 714 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) addOpSUDotKHRComputeTests() argument 754 add32bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add32bitOpSUDotKHRComputeTests() argument 761 add16bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add16bitOpSUDotKHRComputeTests() argument 768 add8bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add8bitOpSUDotKHRComputeTests() argument 810 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument 850 add32bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpSDotAccSatKHRComputeTests() argument 857 add16bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpSDotAccSatKHRComputeTests() argument 864 add8bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpSDotAccSatKHRComputeTests() argument 906 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument 946 add32bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpUDotAccSatKHRComputeTests() argument 953 add16bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpUDotAccSatKHRComputeTests() argument 960 add8bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpUDotAccSatKHRComputeTests() argument 1002 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument 1042 add32bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add32bitOpSUDotAccSatKHRComputeTests() argument 1049 add16bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add16bitOpSUDotAccSatKHRComputeTests() argument 1056 add8bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add8bitOpSUDotAccSatKHRComputeTests() argument [all...] |
/third_party/vk-gl-cts/modules/gles3/performance/ |
H A D | es3pDepthTests.cpp | 509 BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 515 void logSamples (const vector<Sample>& samples, const string& name, const string& desc); 535 BaseCase::BaseCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) in BaseCase() argument 536 : TestCase (testCtx, tcu::NODETYPE_PERFORMANCE, name, desc) in BaseCase() 625 void BaseCase::logSamples (const vector<Sample>& samples, const string& name, const string& desc) in logSamples() argument 640 log << TestLog::SampleList(name, desc); in logSamples() 725 RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc); 736 RenderCountCase::RenderCountCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) in RenderCountCase() argument 737 : BaseCase (testCtx, renderCtx, name, desc) in RenderCountCase() 894 RelativeChangeCase (TestContext& testCtx, const RenderContext& renderCtx, const char* name, cons 906 RelativeChangeCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) RelativeChangeCase() argument 1132 BaseCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) BaseCostCase() argument 1158 GradientCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, float gradientDistance) GradientCostCase() argument 1194 OccluderStaticFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccluderStaticFragDepthCostCase() argument 1223 OccluderDynamicFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccluderDynamicFragDepthCostCase() argument 1252 OccludedStaticFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccludedStaticFragDepthCostCase() argument 1281 OccludedDynamicFragDepthCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) OccludedDynamicFragDepthCostCase() argument 1310 OccludingGeometryComplexityCostCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, int resolution, float xyNoise, float zNoise) OccludingGeometryComplexityCostCase() argument 1370 FragmentWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentWorkloadCullCase() argument 1410 FragmentTextureWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentTextureWorkloadCullCase() argument 1438 FragmentArithmeticWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentArithmeticWorkloadCullCase() argument 1455 FragmentDiscardArithmeticWorkloadCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) FragmentDiscardArithmeticWorkloadCullCase() argument 1487 PartialOccluderDiscardCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, int gridsize) PartialOccluderDiscardCullCase() argument 1519 PartialOccluderCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc, float coverage) PartialOccluderCullCase() argument 1551 StaticOccluderFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) StaticOccluderFragDepthCullCase() argument 1581 DynamicOccluderFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) DynamicOccluderFragDepthCullCase() argument 1611 StaticOccludedFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) StaticOccludedFragDepthCullCase() argument 1641 DynamicOccludedFragDepthCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) DynamicOccludedFragDepthCullCase() argument 1671 ReversedDepthOrderCullCase(TestContext& testCtx, const RenderContext& renderCtx, const char* name, const char* desc) ReversedDepthOrderCullCase() argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
H A D | vktSpvAsmIntegerDotProductTests.cpp | 472 string name; member 504 return inputInfo.name in getDotProductTestName() 539 void addOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, in addOpSDotKHRComputeTests() argument 550 struct DotProductInputInfo inputInfo = { name, vectorInfo.vecLen, vectorInfo.vecElementSize }; in addOpSDotKHRComputeTests() 578 void add32bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add32bitOpSDotKHRComputeTests() argument 580 addOpSDotKHRComputeTests<Int32Buffer>(testCtx, group, rnd, name, dotProductPacking, DE_LENGTH_OF_ARRAY(dotProductPacking), in add32bitOpSDotKHRComputeTests() 585 void add16bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add16bitOpSDotKHRComputeTests() argument 587 addOpSDotKHRComputeTests<Int16Buffer>(testCtx, group, rnd, name, dotProductPacking, DE_LENGTH_OF_ARRAY(dotProductPacking), in add16bitOpSDotKHRComputeTests() 592 void add8bitOpSDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) in add8bitOpSDotKHRComputeTests() argument 594 addOpSDotKHRComputeTests<Int8Buffer>(testCtx, group, rnd, name, dotProductPackin in add8bitOpSDotKHRComputeTests() 627 addOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax) addOpUDotKHRComputeTests() argument 666 add32bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add32bitOpUDotKHRComputeTests() argument 673 add16bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add16bitOpUDotKHRComputeTests() argument 680 add8bitOpUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax) add8bitOpUDotKHRComputeTests() argument 714 addOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) addOpSUDotKHRComputeTests() argument 754 add32bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add32bitOpSUDotKHRComputeTests() argument 761 add16bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add16bitOpSUDotKHRComputeTests() argument 768 add8bitOpSUDotKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax) add8bitOpSUDotKHRComputeTests() argument 810 addOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpSDotAccSatKHRComputeTests() argument 850 add32bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpSDotAccSatKHRComputeTests() argument 857 add16bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpSDotAccSatKHRComputeTests() argument 864 add8bitOpSDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpSDotAccSatKHRComputeTests() argument 906 addOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, T vecMin, T vecMax, bool useMaxAddend) addOpUDotAccSatKHRComputeTests() argument 946 add32bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add32bitOpUDotAccSatKHRComputeTests() argument 953 add16bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add16bitOpUDotAccSatKHRComputeTests() argument 960 add8bitOpUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, T vecMin, T vecMax, bool useMaxAddend = true) add8bitOpUDotAccSatKHRComputeTests() argument 1002 addOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, const struct DotProductPackingInfo dotProductPackingInfo[], unsigned dotProductPackingInfoSize, const struct DotProductVectorInfo dotProductVectorInfo[], unsigned dotProductVectorInfoSize, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend) addOpSUDotAccSatKHRComputeTests() argument 1042 add32bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add32bitOpSUDotAccSatKHRComputeTests() argument 1049 add16bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add16bitOpSUDotAccSatKHRComputeTests() argument 1056 add8bitOpSUDotAccSatKHRComputeTests(tcu::TestContext& testCtx, tcu::TestCaseGroup *group, de::Random &rnd, string name, LHSOperandT lhsVecMin, LHSOperandT lhsVecMax, RHSOperandT rhsVecMin, RHSOperandT rhsVecMax, bool useMaxAddend = true) add8bitOpSUDotAccSatKHRComputeTests() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/mfd/ |
H A D | rk808.c | 197 .name = "rk808-clkout",
200 .name = "rk808-regulator",
203 .name = "rk805-pinctrl",
206 .name = "rk808-rtc",
211 .name = "rk805-pwrkey",
219 .name = "rk808-clkout",
222 .name = "rk808-regulator",
225 .name = "rk808-rtc",
233 .name = "rk808-clkout",
236 .name [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 48 const char *name) in hostap_add_interface() 74 sprintf(dev->name, "%s%s", prefix, name); in hostap_add_interface() 86 dev->name); in hostap_add_interface() 92 mdev->name, dev->name); in hostap_add_interface() 164 local->dev->name, empty->dev->name); in prism2_wds_add() 178 /* verify that there is room for wds# postfix in the interface name */ in prism2_wds_add() 179 if (strlen(local->dev->name) > in prism2_wds_add() 45 hostap_add_interface(struct local_info *local, int type, int rtnl_locked, const char *prefix, const char *name) hostap_add_interface() argument 518 hostap_dump_rx_header(const char *name, const struct hfa384x_rx_frame *rx) hostap_dump_rx_header() argument 549 hostap_dump_tx_header(const char *name, const struct hfa384x_tx_frame *tx) hostap_dump_tx_header() argument [all...] |
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_probe.c | 134 for (i = 0; probe_fetch_types[i].name; i++) { in find_fetch_type() 135 if (strcmp(type, probe_fetch_types[i].name) == 0) in find_fetch_type() 633 if (!strcmp(parg->type->name, "string") || in traceprobe_parse_probe_arg_body() 634 !strcmp(parg->type->name, "ustring")) { in traceprobe_parse_probe_arg_body() 659 if (!strcmp(parg->type->name, "ustring") || in traceprobe_parse_probe_arg_body() 732 /* Return 1 if name is reserved or already used by another argument */ 733 static int traceprobe_conflict_field_name(const char *name, in traceprobe_conflict_field_name() argument 739 if (strcmp(reserved_field_names[i], name) == 0) in traceprobe_conflict_field_name() 743 if (strcmp(args[i].name, name) in traceprobe_conflict_field_name() 1037 const char *name; find_trace_event_call() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 260 engine->name); in live_rps_clock_interval() 286 engine->name); in live_rps_clock_interval() 326 engine->name, cycles, time, dt, expected, in live_rps_clock_interval() 332 engine->name); in live_rps_clock_interval() 339 engine->name); in live_rps_clock_interval() 418 engine->name); in live_rps_control() 428 engine->name, rps->min_freq, read_cagf(rps)); in live_rps_control() 445 engine->name, rps->min_freq, read_cagf(rps)); in live_rps_control() 465 engine->name, in live_rps_control() 473 engine->name); in live_rps_control() [all...] |
/kernel/linux/linux-5.10/drivers/message/fusion/ |
H A D | mptspi.c | 145 "byte56=%02x on id=%d!\n", ioc->name, in mptspi_setTargetNegoParms() 238 "Disabling QAS due to noQas=%02x on id=%d!\n", ioc->name, noQas, id)); in mptspi_setTargetNegoParms() 268 "writeIOCPage4 : no msg frames!\n",ioc->name)); in mptspi_writeIOCPage4() 307 ioc->name, IOCPage4Ptr->MaxSEP, IOCPage4Ptr->ActiveSEP, id, channel)); in mptspi_writeIOCPage4() 434 "RAID Volume @ channel=%d id=%d\n", ioc->name, starget->channel, in mptspi_target_alloc() 475 hd->ioc->name, starget->id, ii, in mptspi_print_write_nego() 500 hd->ioc->name, starget->id, ii, in mptspi_print_read_nego() 541 "dma_alloc_coherent for parameters failed\n", ioc->name); in mptspi_read_spi_device_pg0() 562 starget_printk(KERN_ERR, starget, MYIOC_s_FMT "mpt_config failed\n", ioc->name); in mptspi_read_spi_device_pg0() 632 "%s: no msg frames!\n", ioc->name, __func_ in mptscsih_quiesce_raid() [all...] |
/kernel/linux/linux-5.10/drivers/powercap/ |
H A D | intel_rapl_common.c | 114 const char *name; member 123 .name = #p, \ 205 if (rd->rpl[i].name) in find_nr_power_limit() 295 * need to convert here by finding the valid PLs only (name populated). 302 if ((rd->rpl[i].name) && j++ == cid) { in contraint_to_pl() 332 "%s locked by BIOS, monitoring only\n", rd->name); in set_power_limit() 482 return rd->rpl[id].name; in get_constraint_name() 549 snprintf(rd->name, RAPL_DOMAIN_NAME_LENGTH, "psys-%d", in rapl_init_domains() 552 snprintf(rd->name, RAPL_DOMAIN_NAME_LENGTH, "%s", in rapl_init_domains() 557 rd->rpl[0].name in rapl_init_domains() [all...] |
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | inode_local.c | 29 char *name; member 67 const char *name) in check_and_fixup_share_ops() 69 if (is_share_dir(inode, name)) { in check_and_fixup_share_ops() 76 struct inode *lower_inode, const char *name) in fill_inode_local() 144 check_and_fixup_share_ops(inode, name); in fill_inode_local() 174 static int hmdfs_name_match(struct dir_context *ctx, const char *name, in hmdfs_name_match() argument 180 struct qstr candidate = QSTR_INIT(name, namelen); in hmdfs_name_match() 183 memcpy(buf->name, name, namelen); in hmdfs_name_match() 184 buf->name[namele in hmdfs_name_match() 66 check_and_fixup_share_ops(struct inode *inode, const char *name) check_and_fixup_share_ops() argument 75 fill_inode_local(struct super_block *sb, struct inode *lower_inode, const char *name) fill_inode_local() argument 197 const struct qstr *name = &child_dentry->d_name; __lookup_nosensitive() local [all...] |
/kernel/linux/linux-6.6/drivers/message/fusion/ |
H A D | mptspi.c | 145 "byte56=%02x on id=%d!\n", ioc->name, in mptspi_setTargetNegoParms() 238 "Disabling QAS due to noQas=%02x on id=%d!\n", ioc->name, noQas, id)); in mptspi_setTargetNegoParms() 268 "writeIOCPage4 : no msg frames!\n",ioc->name)); in mptspi_writeIOCPage4() 307 ioc->name, IOCPage4Ptr->MaxSEP, IOCPage4Ptr->ActiveSEP, id, channel)); in mptspi_writeIOCPage4() 434 "RAID Volume @ channel=%d id=%d\n", ioc->name, starget->channel, in mptspi_target_alloc() 475 hd->ioc->name, starget->id, ii, in mptspi_print_write_nego() 500 hd->ioc->name, starget->id, ii, in mptspi_print_read_nego() 541 "dma_alloc_coherent for parameters failed\n", ioc->name); in mptspi_read_spi_device_pg0() 562 starget_printk(KERN_ERR, starget, MYIOC_s_FMT "mpt_config failed\n", ioc->name); in mptspi_read_spi_device_pg0() 632 "%s: no msg frames!\n", ioc->name, __func_ in mptscsih_quiesce_raid() [all...] |
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | inode_local.c | 29 char *name; member 67 const char *name) in check_and_fixup_share_ops() 69 if (is_share_dir(inode, name)) { in check_and_fixup_share_ops() 76 struct inode *lower_inode, const char *name) in fill_inode_local() 144 check_and_fixup_share_ops(inode, name); in fill_inode_local() 174 static bool hmdfs_name_match(struct dir_context *ctx, const char *name, in hmdfs_name_match() argument 180 struct qstr candidate = QSTR_INIT(name, namelen); in hmdfs_name_match() 183 memcpy(buf->name, name, namelen); in hmdfs_name_match() 184 buf->name[namele in hmdfs_name_match() 66 check_and_fixup_share_ops(struct inode *inode, const char *name) check_and_fixup_share_ops() argument 75 fill_inode_local(struct super_block *sb, struct inode *lower_inode, const char *name) fill_inode_local() argument 197 const struct qstr *name = &child_dentry->d_name; __lookup_nosensitive() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intersil/hostap/ |
H A D | hostap_main.c | 48 const char *name) in hostap_add_interface() 74 sprintf(dev->name, "%s%s", prefix, name); in hostap_add_interface() 86 dev->name); in hostap_add_interface() 92 mdev->name, dev->name); in hostap_add_interface() 164 local->dev->name, empty->dev->name); in prism2_wds_add() 178 /* verify that there is room for wds# postfix in the interface name */ in prism2_wds_add() 179 if (strlen(local->dev->name) > in prism2_wds_add() 45 hostap_add_interface(struct local_info *local, int type, int rtnl_locked, const char *prefix, const char *name) hostap_add_interface() argument 518 hostap_dump_rx_header(const char *name, const struct hfa384x_rx_frame *rx) hostap_dump_rx_header() argument 549 hostap_dump_tx_header(const char *name, const struct hfa384x_tx_frame *tx) hostap_dump_tx_header() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | selftest_rps.c | 267 engine->name); in live_rps_clock_interval() 293 engine->name); in live_rps_clock_interval() 333 engine->name, cycles, time, dt, expected, in live_rps_clock_interval() 339 engine->name); in live_rps_clock_interval() 346 engine->name); in live_rps_clock_interval() 425 engine->name); in live_rps_control() 435 engine->name, rps->min_freq, read_cagf(rps)); in live_rps_control() 452 engine->name, rps->min_freq, read_cagf(rps)); in live_rps_control() 472 engine->name, in live_rps_control() 480 engine->name); in live_rps_control() [all...] |
/third_party/node/lib/internal/ |
H A D | url.js | 265 throw new ERR_INVALID_TUPLE('Each query pair', '[name, value]'); 269 throw new ERR_INVALID_TUPLE('Each query pair', '[name, value]'); 276 throw new ERR_INVALID_TUPLE('Each query pair', '[name, value]'); 288 throw new ERR_INVALID_TUPLE('Each query pair', '[name, value]'); 351 return `${this.constructor.name} {\n` + 354 return `${this.constructor.name} { ` + 357 return `${this.constructor.name} {}`; 366 append(name, value) { 371 throw new ERR_MISSING_ARGS('name', 'value'); 374 name [all...] |
/third_party/ninja/src/ |
H A D | ninja.cc | 195 /// Short name of the tool.
196 const char* name;
member 418 printf(" input: %s\n", edge->rule_->name().c_str());
in ToolQuery() 489 printf("%s: %s\n", target, (*n)->in_edge()->rule_->name().c_str());
in ToolTargetsList() 517 if ((*e)->rule_->name() == rule_name) {
in ToolTargetsList() 541 (*e)->rule_->name().c_str());
in ToolTargetsList() 650 // The rules tool uses getopt, and expects argv[0] to contain the name of
in ToolRules() 726 // The commands tool uses getopt, and expects argv[0] to contain the name of
in ToolCommands() 784 // The inputs tool uses getopt, and expects argv[0] to contain the name of
in ToolInputs() 834 // The clean tool uses getopt, and expects argv[0] to contain the name o in ToolClean() 1180 DebugEnable(const string& name) DebugEnable() argument 1224 WarningEnable(const string& name, Options* options) WarningEnable() argument [all...] |
/third_party/node/deps/openssl/openssl/crypto/x509/ |
H A D | v3_utl.c | 25 static char *strip_spaces(char *name); 27 static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name, 38 /* Add a CONF_VALUE name value pair to stack */ 40 static int x509v3_add_len_value(const char *name, const char *value, in x509v3_add_len_value() argument 47 if (name != NULL && (tname = OPENSSL_strdup(name)) == NULL) in x509v3_add_len_value() 62 vtmp->name = tname; in x509v3_add_len_value() 79 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value() argument 82 return x509v3_add_len_value(name, value, in X509V3_add_value() 87 int X509V3_add_value_uchar(const char *name, cons argument 95 x509v3_add_len_value_uchar(const char *name, const unsigned char *value, size_t vallen, STACK_OF(CONF_VALUE) **extlist) x509v3_add_len_value_uchar() argument 113 X509V3_add_value_bool(const char *name, int asn1_bool, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_bool() argument 121 X509V3_add_value_bool_nf(const char *name, int asn1_bool, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_bool_nf() argument 249 X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_int() argument 407 strip_spaces(char *name) strip_spaces() argument 432 ossl_v3_name_cmp(const char *name, const char *cmp) ossl_v3_name_cmp() argument 880 const X509_NAME *name = NULL; do_x509_check() local [all...] |
/third_party/openssl/crypto/x509/ |
H A D | v3_utl.c | 25 static char *strip_spaces(char *name); 27 static STACK_OF(OPENSSL_STRING) *get_email(const X509_NAME *name, 38 /* Add a CONF_VALUE name value pair to stack */ 40 static int x509v3_add_len_value(const char *name, const char *value, in x509v3_add_len_value() argument 47 if (name != NULL && (tname = OPENSSL_strdup(name)) == NULL) in x509v3_add_len_value() 62 vtmp->name = tname; in x509v3_add_len_value() 79 int X509V3_add_value(const char *name, const char *value, in X509V3_add_value() argument 82 return x509v3_add_len_value(name, value, in X509V3_add_value() 87 int X509V3_add_value_uchar(const char *name, cons argument 95 x509v3_add_len_value_uchar(const char *name, const unsigned char *value, size_t vallen, STACK_OF(CONF_VALUE) **extlist) x509v3_add_len_value_uchar() argument 113 X509V3_add_value_bool(const char *name, int asn1_bool, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_bool() argument 121 X509V3_add_value_bool_nf(const char *name, int asn1_bool, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_bool_nf() argument 249 X509V3_add_value_int(const char *name, const ASN1_INTEGER *aint, STACK_OF(CONF_VALUE) **extlist) X509V3_add_value_int() argument 407 strip_spaces(char *name) strip_spaces() argument 432 ossl_v3_name_cmp(const char *name, const char *cmp) ossl_v3_name_cmp() argument 880 const X509_NAME *name = NULL; do_x509_check() local [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 104 BufferVar::BufferVar (const char* name, const VarType& type, deUint32 flags) in BufferVar() argument 105 : m_name (name) in BufferVar() 135 std::string name; member 142 stream << entry.name << " { name = " << entry.name in operator <<() 172 std::string name; member 192 stream << entry.name << " { type = " << glu::getDataTypeName(entry.type) in operator <<() 211 int getVariableIndex (const string& name) const; 212 int getBlockIndex (const string& name) cons 252 allocStruct(const char* name) allocStruct() argument 261 std::string name; global() member 286 allocBlock(const char* name) allocBlock() argument 319 findBlockIndex(const BufferLayout& layout, const string& name) findBlockIndex() argument 1040 std::ostringstream name; getAPIName() local 1072 std::ostringstream name; getShaderName() local 2084 SSBOLayoutCase(tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, glu::GLSLVersion glslVersion, BufferMode bufferMode) SSBOLayoutCase() argument [all...] |
/kernel/linux/linux-6.6/sound/soc/ |
H A D | soc-pcm.c | 46 func, rtd->dai_link->name, ret); in _soc_pcm_ret() 74 return (rtd)->dai_link->num_cpus == 1 ? asoc_rtd_to_cpu(rtd, 0)->name : "multicpu"; in soc_cpu_dai_name() 78 return (rtd)->dai_link->num_codecs == 1 ? asoc_rtd_to_codec(rtd, 0)->name : "multicodec"; in soc_codec_dai_name() 119 "[%s - %s]\n", fe->dai_link->name, in dpcm_show_state() 148 "- %s\n", be->dai_link->name); in dpcm_show_state() 213 rtd->debugfs_dpcm_root = debugfs_create_dir(rtd->dai_link->name, in soc_dpcm_debugfs_add() 222 char *name; in dpcm_create_debugfs_state() local 224 name = kasprintf(GFP_KERNEL, "%s:%s", dpcm->be->dai_link->name, in dpcm_create_debugfs_state() 226 if (name) { in dpcm_create_debugfs_state() [all...] |
/third_party/mesa3d/src/freedreno/decode/ |
H A D | cffdec.c | 106 /* query mode.. to handle symbolic register name queries, we need to 344 reg_dump_scratch(const char *name, uint32_t dword, int level) in reg_dump_scratch() argument 385 reg_dump_gpuaddr(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr() argument 392 reg_gpuaddr_lo(const char *name, uint32_t dword, int level) in reg_gpuaddr_lo() argument 398 reg_dump_gpuaddr_hi(const char *name, uint32_t dword, int level) in reg_dump_gpuaddr_hi() argument 404 reg_dump_gpuaddr64(const char *name, uint64_t qword, int level) in reg_dump_gpuaddr64() argument 426 disasm_gpuaddr(const char *name, uint64_t gpuaddr, int level) in disasm_gpuaddr() argument 444 if (strstr(name, "SP_VS_OBJ")) { in disasm_gpuaddr() 446 } else if (strstr(name, "SP_FS_OBJ")) { in disasm_gpuaddr() 448 } else if (strstr(name, "SP_GS_OB in disasm_gpuaddr() 462 reg_disasm_gpuaddr(const char *name, uint32_t dword, int level) reg_disasm_gpuaddr() argument 468 reg_disasm_gpuaddr_hi(const char *name, uint32_t dword, int level) reg_disasm_gpuaddr_hi() argument 474 reg_disasm_gpuaddr64(const char *name, uint64_t qword, int level) reg_disasm_gpuaddr64() argument 487 get_tex_count(const char *name) get_tex_count() argument 506 reg_dump_tex_samp_hi(const char *name, uint32_t dword, int level) reg_dump_tex_samp_hi() argument 522 reg_dump_tex_const_hi(const char *name, uint32_t dword, int level) reg_dump_tex_const_hi() argument 803 regbase(const char *name) regbase() argument 811 const char *name = regname(regbase, 0); endswith() local 916 dump_domain(uint32_t *dwords, uint32_t sizedwords, int level, const char *name) dump_domain() argument 1814 const char *name = rnn_enumname(rnn, "vgt_event_type", dwords[0]); cp_event_write() local 2643 const char *name; global() member 2711 const char *name = pktname(opc); get_type3_op() local 2796 const char *name = pktname(val); dump_commands() local 2814 const char *name = pktname(val); dump_commands() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ssbo/ |
H A D | vktSSBOLayoutTests.cpp | 91 RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, const char* description, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer); 113 RandomSSBOLayoutCase::RandomSSBOLayoutCase (tcu::TestContext& testCtx, const char* name, const char* description, BufferMode bufferMode, deUint32 features, deUint32 seed, bool usePhysStorageBuffer) in RandomSSBOLayoutCase() argument 114 : SSBOLayoutCase (testCtx, name, description, bufferMode, LOAD_FULL_MATRIX, STORE_FULL_MATRIX, usePhysStorageBuffer) in RandomSSBOLayoutCase() 236 const std::string name = genName('a', 'z', m_bufferVarNdx); in generateBufferVar() local 243 block.addMember(BufferVar(name.c_str(), type, flags)); in generateBufferVar() 382 BlockBasicTypeCase (tcu::TestContext& testCtx, const char* name, const char* description, const VarType& type, deUint32 layoutFlags, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicTypeCase() argument 383 : SSBOLayoutCase(testCtx, name, description, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicTypeCase() 425 BlockBasicUnsizedArrayCase (tcu::TestContext& testCtx, const char* name, const char* description, const VarType& elementType, int arraySize, deUint32 layoutFlags, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer, bool readonly) in BlockBasicUnsizedArrayCase() argument 426 : SSBOLayoutCase(testCtx, name, description, BUFFERMODE_PER_BLOCK, matrixLoadFlag, matrixStoreFlag, usePhysStorageBuffer) in BlockBasicUnsizedArrayCase() 475 BlockSingleStructCase (tcu::TestContext& testCtx, const char* name, cons argument 506 BlockSingleStructArrayCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleStructArrayCase() argument 539 BlockSingleNestedStructCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructCase() argument 577 BlockSingleNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockSingleNestedStructArrayCase() argument 615 BlockUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedStructArrayCase() argument 657 Block2LevelUnsizedStructArrayCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) Block2LevelUnsizedStructArrayCase() argument 698 BlockUnsizedNestedStructArrayCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 layoutFlags, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockUnsizedNestedStructArrayCase() argument 746 BlockMultiBasicTypesCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiBasicTypesCase() argument 785 BlockMultiNestedStructCase(tcu::TestContext& testCtx, const char* name, const char* description, deUint32 flagsA, deUint32 flagsB, BufferMode bufferMode, int numInstances, MatrixLoadFlags matrixLoadFlag, MatrixStoreFlags matrixStoreFlag, bool usePhysStorageBuffer) BlockMultiNestedStructCase() argument 839 const char* name; global() member 1135 const char* name; init() member 1146 const char* name; init() member 1156 const char* name; init() member [all...] |
/base/hiviewdfx/hiview/base/ |
H A D | hiview_global.cpp | 78 void HiviewGlobal::AddListenerInfo(uint32_t type, const std::string& name,
in AddListenerInfo() argument 81 context_.AddListenerInfo(type, name, eventNames, domainRulesMap);
in AddListenerInfo() 84 void HiviewGlobal::AddListenerInfo(uint32_t type, const std::string& name)
in AddListenerInfo() argument 86 context_.AddListenerInfo(type, name);
in AddListenerInfo() 89 std::list<std::weak_ptr<Plugin>> HiviewGlobal::GetPipelineSequenceByName(const std::string& name)
in GetPipelineSequenceByName() argument 91 return context_.GetPipelineSequenceByName(name);
in GetPipelineSequenceByName()
|
/base/hiviewdfx/hiview/plugins/eventlogger/config/ |
H A D | event_logger_config.cpp | 102 "event id=\"([0-9xX]*)\"\\s*name=\"([A-Z0-9_]+)\"\\s*action=\"(.*)\"\\s*interval=\"([0-9]*)\".*"); in ParseConfigData() 117 tmpConfigDate.name = result[NAME_FIELD]; in ParseConfigData() 138 if (eventName == configDate.name) { in FindConfigLine() 146 configOut.name = configDate.name; in FindConfigLine() 149 HIVIEW_LOGI("configDate-> id: 0x%{public}x, name: %{public}s, action: %{public}s, interval: %{public}d\n", in FindConfigLine() 150 configOut.id, configOut.name.c_str(), configOut.action.c_str(), configOut.interval); in FindConfigLine() 162 ret.insert({ data.name, data }); in GetConfig()
|
/base/hiviewdfx/faultloggerd/test/unittest/unwind/ |
H A D | dfx_hap_test.cpp | 37 * @tc.name: DfxHapTest001 55 map->name = "test.hap"; in HWTEST_F() 62 * @tc.name: DfxHapTest002 86 * @tc.name: DfxHapTest003 94 std::string name = ""; in HWTEST_F() local 95 auto res = dfxHap.ParseHapFileData(name); in HWTEST_F() 97 name = "test"; in HWTEST_F() 98 res = dfxHap.ParseHapFileData(name); in HWTEST_F() 101 res = dfxHap.ParseHapFileData(name); in HWTEST_F() 108 * @tc.name [all...] |