Home
last modified time | relevance | path

Searched full:atc (Results 1 – 25 of 65) sorted by relevance

123

/external/bazelbuild-rules_cc/cc/toolchains/impl/
Dlegacy_converter.bzl137 def _convert_action_type_config(atc):
138 implies = sorted([ft.name for ft in atc.implies.to_list()])
139 if atc.args:
140 implies.append("implied_by_%s" % atc.action_type.name)
143 action_name = atc.action_type.name,
145 tools = [convert_tool(tool) for tool in atc.tools],
171 for atc in toolchain.action_type_configs.values():
175 if atc.args:
177 name = "implied_by_%s" % atc.action_type.name,
179 args = ArgsListInfo(args = atc.args),
[all …]
Dtoolchain_config_info.bzl133 for atc in self.action_type_configs.values():
134 _validate_action_config(atc, known_features, fail = fail)
138 def _collect_files_for_action_type(atc, features, args):
139 transitive_files = [atc.files.files, get_action_type(args, atc.action_type).files]
141 transitive_files.append(get_action_type(ft.args, atc.action_type).files)
166 atc.action_type: _collect_files_for_action_type(atc, features, args)
167 for atc in action_type_configs.values()
/external/snakeyaml/src/test/resources/issues/
Dissue56-1.yaml22 :atc: zdavatz@ywesee.com
31 atc: !de.oddb.org,2007/ODDB::Drugs::Atc
284 atc: !de.oddb.org,2007/ODDB::Drugs::Atc
503 atc: !de.oddb.org,2007/ODDB::Drugs::Atc
689 atc: !de.oddb.org,2007/ODDB::Drugs::Atc
/external/mesa3d/src/mesa/main/
Dformats.csv373 # ATC compressed formats
374 MESA_FORMAT_ATC_RGB , atc , 4, 4, 1, x64 , , , , xyz1, rgb
375 MESA_FORMAT_ATC_RGBA_EXPLICIT , atc , 4, 4, 1, x128, , , , xyzw, rgb
376 MESA_FORMAT_ATC_RGBA_INTERPOLATED , atc , 4, 4, 1, x128, , , , xyzw, rgb
Dformat_info.py127 elif fmat.layout == 'atc':
Dshader_query.cpp61 DECL_RESOURCE_FUNC(ATC, gl_active_atomic_buffer);
1259 * ATC and UBO resources hold stage references of their own.
/external/llvm/test/CodeGen/AMDGPU/
Dhsa-func.ll47 ; Make sure we are setting the ATC bit:
Dhsa.ll46 ; Make sure we are setting the ATC bit:
/external/openthread/src/core/net/
Dip6_headers.hpp158 * @param[in] aTc The Traffic Class value.
161 void SetTrafficClass(uint8_t aTc) in SetTrafficClass() argument
165 … ((static_cast<uint16_t>(aTc) << kTrafficClassOffset) & kTrafficClassMask)); in SetTrafficClass()
/external/mesa3d/src/amd/common/
Dac_perfcounter.h67 ATC = 0x1A, enumerator
Damd_kernel_code_t.h243 * - ATC: from SH_MEM_CONFIG.PRIVATE_ATC,
392 * - ATC=1
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/debuggee/
DInvokeMethodDebuggee.java71 testClass tc, testClass[] atc, testClass[][] aatc) { in testMethod3() argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/
DPerlTest.java43 LinkedHashMap c = (LinkedHashMap) b.get("atc"); in testMaps()
/external/sdv/vsomeip/third_party/boost/function/test/
Dfunction_n_test.cpp631 add_with_throw_on_copy atc; in test_ref() local
633 boost::function2<int, int, int> f(ref(atc)); in test_ref()
Dfunction_test.cpp624 add_with_throw_on_copy atc; in test_ref() local
626 boost::function<int (int, int)> f(boost::ref(atc)); in test_ref()
/external/libdrm/tests/amdgpu/
Dras_tests.c303 /* UTC ATC L2 2MB cache */
305 /* UTC ATC L2 4KB cache */
/external/angle/src/tests/gl_tests/
DCopyCompressedTextureTest.cpp87 // Single compressed ATC block of source pixels all set to:
/external/mesa3d/src/util/format/
Du_format_table.py128 if format.layout in ('astc', 'atc'):
Du_format.csv305 PIPE_FORMAT_ATC_RGB , atc, 4, 4, 1, x64, , , , xyz1, rgb
306 PIPE_FORMAT_ATC_RGBA_EXPLICIT , atc, 4, 4, 1, x128, , , , xyzw, rgb
307 PIPE_FORMAT_ATC_RGBA_INTERPOLATED , atc, 4, 4, 1, x128, , , , xyzw, rgb
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h366 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC,
520 /// - ATC=1
/external/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h363 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC,
517 /// - ATC=1
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DAMDKernelCodeT.h362 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC,
516 /// - ATC=1
/external/python/cpython3/Tools/stringbench/
Dstringbench.py1254 @bench('dna.replace("ATC", "ATT")',
1258 from_str = STR("ATC")
/external/iproute2/tc/
Dm_pedit.c41 "\t<RAW>:= <OFFSETC>[ATC]<CMD>\n \t\tOFFSETC:= offset <offval> <u8|u16|u32>\n" in explain()
/external/rust/crates/ash/src/extensions/experimental/
Damd.rs134 pub const ATC: Self = Self(26); constant

123