| /external/bazelbuild-rules_cc/cc/toolchains/impl/ |
| D | legacy_converter.bzl | 137 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 …]
|
| D | toolchain_config_info.bzl | 133 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/ |
| D | issue56-1.yaml | 22 :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/ |
| D | formats.csv | 373 # 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
|
| D | format_info.py | 127 elif fmat.layout == 'atc':
|
| D | shader_query.cpp | 61 DECL_RESOURCE_FUNC(ATC, gl_active_atomic_buffer); 1259 * ATC and UBO resources hold stage references of their own.
|
| /external/llvm/test/CodeGen/AMDGPU/ |
| D | hsa-func.ll | 47 ; Make sure we are setting the ATC bit:
|
| D | hsa.ll | 46 ; Make sure we are setting the ATC bit:
|
| /external/openthread/src/core/net/ |
| D | ip6_headers.hpp | 158 * @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/ |
| D | ac_perfcounter.h | 67 ATC = 0x1A, enumerator
|
| D | amd_kernel_code_t.h | 243 * - 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/ |
| D | InvokeMethodDebuggee.java | 71 testClass tc, testClass[] atc, testClass[][] aatc) { in testMethod3() argument
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue56/ |
| D | PerlTest.java | 43 LinkedHashMap c = (LinkedHashMap) b.get("atc"); in testMaps()
|
| /external/sdv/vsomeip/third_party/boost/function/test/ |
| D | function_n_test.cpp | 631 add_with_throw_on_copy atc; in test_ref() local 633 boost::function2<int, int, int> f(ref(atc)); in test_ref()
|
| D | function_test.cpp | 624 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/ |
| D | ras_tests.c | 303 /* UTC ATC L2 2MB cache */ 305 /* UTC ATC L2 4KB cache */
|
| /external/angle/src/tests/gl_tests/ |
| D | CopyCompressedTextureTest.cpp | 87 // Single compressed ATC block of source pixels all set to:
|
| /external/mesa3d/src/util/format/ |
| D | u_format_table.py | 128 if format.layout in ('astc', 'atc'):
|
| D | u_format.csv | 305 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/ |
| D | AMDKernelCodeT.h | 366 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC, 520 /// - ATC=1
|
| /external/llvm/lib/Target/AMDGPU/ |
| D | AMDKernelCodeT.h | 363 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC, 517 /// - ATC=1
|
| /external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/ |
| D | AMDKernelCodeT.h | 362 /// - ATC: from SH_MEM_CONFIG.PRIVATE_ATC, 516 /// - ATC=1
|
| /external/python/cpython3/Tools/stringbench/ |
| D | stringbench.py | 1254 @bench('dna.replace("ATC", "ATT")', 1258 from_str = STR("ATC")
|
| /external/iproute2/tc/ |
| D | m_pedit.c | 41 "\t<RAW>:= <OFFSETC>[ATC]<CMD>\n \t\tOFFSETC:= offset <offval> <u8|u16|u32>\n" in explain()
|
| /external/rust/crates/ash/src/extensions/experimental/ |
| D | amd.rs | 134 pub const ATC: Self = Self(26); constant
|