Home
last modified time | relevance | path

Searched refs:GROUP (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
Dbuiltin_function_declarations.txt6 // Groups of functions are denoted by "GROUP BEGIN" and "GROUP END". Groups can be nested.
7 // Groups can have metadata related to the group itself. This is given at the end of the GROUP
10 // GROUP BEGIN <group name> {"shader_type": "FRAGMENT"}
11 // GROUP END <group name>
58 GROUP BEGIN Math {"queryFunction": true}
59 GROUP BEGIN Trigonometric
77 GROUP END Trigonometric
79 GROUP BEGIN Exponential
93 GROUP END Exponential
95 GROUP BEGIN Common
[all …]
/third_party/mesa3d/src/freedreno/perfcntrs/
Dfd5_perfcntr.c720 GROUP("CP", cp_counters, cp_countables),
721 GROUP("CCU", ccu_counters, ccu_countables),
722 GROUP("TSE", tse_counters, tse_countables),
723 GROUP("RAS", ras_counters, ras_countables),
724 GROUP("LRZ", lrz_counters, lrz_countables),
725 GROUP("HLSQ", hlsq_counters, hlsq_countables),
726 GROUP("PC", pc_counters, pc_countables),
727 GROUP("RB", rb_counters, rb_countables),
728 GROUP("RBBM", rbbm_counters, rbbm_countables),
729 GROUP("SP", sp_counters, sp_countables),
[all …]
Dfd6_perfcntr.c760 GROUP("CP", cp_counters, cp_countables),
761 GROUP("CCU", ccu_counters, ccu_countables),
762 GROUP("TSE", tse_counters, tse_countables),
763 GROUP("RAS", ras_counters, ras_countables),
764 GROUP("LRZ", lrz_counters, lrz_countables),
765 GROUP("HLSQ", hlsq_counters, hlsq_countables),
766 GROUP("PC", pc_counters, pc_countables),
767 GROUP("RB", rb_counters, rb_countables),
769 GROUP("SP", sp_counters, sp_countables),
770 GROUP("TP", tp_counters, tp_countables),
[all …]
Dfd2_perfcntr.c966 GROUP("CP", cp_counters, cp_countables),
967 GROUP("PA_SU", pa_su_counters, pa_su_countables),
968 GROUP("PA_SC", pa_sc_counters, pa_sc_countables),
969 GROUP("VGT", vgt_counters, vgt_countables),
970 GROUP("TCR", tcr_counters, tcr_countables),
971 GROUP("TP0", tp0_counters, tp0_countables),
972 GROUP("TCM", tcm_counters, tcm_countables),
973 GROUP("TCF", tcf_counters, tcf_countables),
974 GROUP("SQ", sq_counters, sq_countables),
975 GROUP("SX", sx_counters, sx_countables),
[all …]
Dfreedreno_perfcntr.h118 #define GROUP(_name, _counters, _countables) { \ macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml49 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
82 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
104 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
126 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
151 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
181 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml53 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
86 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
108 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
130 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
155 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
185 ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=wheel
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DFieldDescriptor.php212 $field_type !== GPBType::GROUP &&
223 case GPBType::GROUP:
236 $proto->getType() !== GPBType::GROUP &&
DGPBType.php46 const GROUP = 10; define in Google\\Protobuf\\Internal\\GPBType
DMessage.php107 case GPBType::GROUP:
131 case GPBType::GROUP:
292 case GPBType::GROUP:
420 case GPBType::GROUP:
554 case GPBType::GROUP:
578 case GPBType::GROUP:
620 case GPBType::GROUP :
1659 case GPBType::GROUP:
/third_party/libuv/tools/
Dmake_dist_html.py50 GROUP = r''' variable
102 return GROUP.format(rows=rows)
/third_party/node/deps/uv/tools/
Dmake_dist_html.py50 GROUP = r''' variable
102 return GROUP.format(rows=rows)
/third_party/ltp/testcases/kernel/controllers/cpuctl/
Drun_cpuctl_stress_test.sh153 echo Test $TEST_NUM: TASKS PER GROUP=$TASKS_IN_GROUP >> $LTPROOT/output/cpuctl_results_$FILE.txt;
212 echo TASKS PER GROUP=$TASKS_IN_GROUP >> $LTPROOT/output/cpuctl_results_$FILE.txt;
291 echo TASKS PER GROUP=VARIABLE >> $LTPROOT/output/cpuctl_results_$FILE.txt;
/third_party/protobuf/js/binary/
Dconstants.js198 GROUP: 10, property
267 case fieldTypes.GROUP:
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DWireFormat.java126 GROUP(JavaType.MESSAGE, WIRETYPE_START_GROUP) { in GROUP() enumConstant
259 case GROUP: in readPrimitiveField()
DExtensionSchemaLite.java255 case GROUP: in parseExtension()
276 case GROUP: in parseExtension()
410 case GROUP: in serializeExtension()
485 case GROUP: in serializeExtension()
DDescriptorMessageInfoFactory.java517 case GROUP: in getFieldType()
518 return fd.isRepeated() ? FieldType.GROUP_LIST : FieldType.GROUP; in getFieldType()
593 String name = (fd.getType() == FieldDescriptor.Type.GROUP) in getFieldName()
635 String name = fd.getType() == Type.GROUP ? fd.getMessageType().getName() : fd.getName(); in getOneofStoredTypeForMessage()
646 String name = fd.getType() == Type.GROUP ? fd.getMessageType().getName() : fd.getName(); in getTypeForRepeatedMessageField()
DExtensionSchemaFull.java275 case GROUP: in parseExtension()
292 case GROUP: in parseExtension()
427 case GROUP: in serializeExtension()
486 case GROUP: in serializeExtension()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-dlltool/
DDlltoolDriver.cpp42 #define OPTION(X1, X2, ID, KIND, GROUP, ALIAS, X7, X8, X9, X10, X11, X12) \ argument
44 X9, X8, OPT_##GROUP, OPT_##ALIAS, X7, X12},
/third_party/ntfs-3g/libntfs-3g/
Dlibntfs-3g.script.so.in2 GROUP ( @rootlibdir@/libntfs-3g.so )
/third_party/gn/src/gn/
Dgroup_target_generator.cc20 target_->set_output_type(Target::GROUP); in DoRun()
Dninja_group_target_writer_unittest.cc15 target.set_output_type(Target::GROUP); in TEST()
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/
DInstruction.java20 GROUP; enumConstant
/third_party/elfutils/libebl/
Deblsectiontypename.c63 KNOWNSTYPE (GROUP), in ebl_section_type_name()
/third_party/elfutils/tests/
Drun-alldts.sh88 …FLAGS_1 NOW GLOBAL GROUP NODELETE INITFIRST NOOPEN ORIGIN TRANS INTERPOSE NODEFLIB NODUM…

12345