/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2015-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-debug/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/spirv-tools/kokoro/windows-msvc-2017-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2013-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2015-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-debug/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/windows-msvc-2017-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/skia/third_party/externals/icu/source/samples/uresb/ |
H A D | resources.mak | 2 ## License & terms of use: http://www.unicode.org/copyright.html
|
/third_party/spirv-tools/kokoro/windows-msvc-2017-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/spirv-tools/kokoro/windows-msvc-2019-debug/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/spirv-tools/kokoro/windows-msvc-2019-release/ |
H A D | build.bat | 4 :: you may not use this file except in compliance with the License.
|
/third_party/vulkan-loader/loader/ |
H A D | asm_test_x86.S | 7 # you may not use this file except in compliance with the License.
|
/third_party/gn/src/gn/ |
H A D | functions_target.cc | 95 " You would generally use |$target_out_dir| or |$target_gen_dir| to\n" \ 108 // Common help paragraph on targets that can use different languages. 134 want to use rebase_path() to convert paths to be relative to the 141 If the command line length is very long, you can use response files to pass 222 invocation should be unique. Normally you use "{{source_name_part}}" in each 229 If the command line length is very long, you can use response files to pass 376 of the "bundle_data" target use them. 539 generally use |$target_out_dir| or |$target_gen_dir| to reference the output 585 # you can use get_target_outputs() to get the input file which can eliminate 687 to dynamically load the library at runtime), then you should use [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_mediump.c | 8 * the rights to use, copy, modify, merge, publish, distribute, sublicense, 614 nir_foreach_use(use, ssa) { in fold_16bit_destination() 615 nir_instr *instr = use->parent_instr; in fold_16bit_destination() 626 nir_foreach_use(use, ssa) { in fold_16bit_destination() 627 nir_alu_instr *conv = nir_instr_as_alu(use->parent_instr); in fold_16bit_destination()
|
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
H A D | nir.c | 7 * the rights to use, copy, modify, merge, publish, distribute, sub license, 61 nir_foreach_use(use, ssa) { in register_node_ssa() 62 if (use->parent_instr->block != ssa->parent_instr->block) { in register_node_ssa() 69 nir_foreach_if_use(use, ssa) { in register_node_ssa() 70 if (nir_cf_node_prev(&use->parent_if->cf_node) != in register_node_ssa()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 4 // you may not use this file except in compliance with the License. 423 const char* use, in AddGlobalDependency() 436 UnknownSymbol(to, from->source, use); in AddGlobalDependency() 448 void UnknownSymbol(Symbol name, Source source, const char* use) { in UnknownSymbol() argument 451 "unknown " + std::string(use) + ": '" + symbols_.NameFor(name) + "'", in UnknownSymbol() 421 AddGlobalDependency(const ast::Node* from, Symbol to, const char* use, const char* action) AddGlobalDependency() argument
|
/third_party/spirv-tools/source/val/ |
H A D | validate_interfaces.cpp | 4 // you may not use this file except in compliance with the License. 30 // all the components. This limit is set to be well beyond practical use cases. 49 // Checks that \c var is listed as an interface in all the entry points that use 55 for (auto use : var->uses()) { in check_interface_variable() 56 uses.push_back(use.first); in check_interface_variable() 66 for (auto use : user->uses()) { in check_interface_variable() 67 uses.push_back(use.first); in check_interface_variable() 236 // Populates |locations| (and/or |output_index1_locations|) with the use
|
/third_party/libunwind/libunwind/doc/ |
H A D | libunwind.tex | 68 \Prog{Libunwind} is very easy to use when unwinding a stack from 146 If we put all of the above together, here is how we could use 197 unwinding works exactly like in the local case. That is, you can use 206 platforms (architectures). Indeed, a single program can use 241 that multiple threads may use \Prog{libunwind} simulatenously. 246 use locking. Such routines \emph{must~not} be called from signal 293 select the exact caching policy in use for a given address-space
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | celt_pvq_search.asm | 27 %use "smartalign" 53 ; Subsequent opcodes are going to use the constant in the form 72 ; Subsequent opcode are going to use the base address in the form 370 ; if 1, use a float op that give half precision but execute for around 3 cycles. 373 ; Opus also does use rsqrt approximation in their intrinsics code.
|
/third_party/node/deps/v8/src/compiler/ |
H A D | memory-lowering.cc | 122 for (Node* use : graph()->start()->uses()) { in GetWasmInstanceNode() 123 if (use->opcode() == IrOpcode::kParameter && in GetWasmInstanceNode() 124 ParameterIndexOf(use->op()) == wasm::kWasmInstanceParameterIndex) { in GetWasmInstanceNode() 125 wasm_instance_node_.set(use); in GetWasmInstanceNode() 126 return use; in GetWasmInstanceNode()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 4 // you may not use this file except in compliance with the License. 46 // Then, when rewriting a use of the definition, the rewriter walks the 47 // paths from the use the loop exits. At each step, it will insert a phi 63 // Rewrites the use of |def_insn_| by the instruction |user| at the index 65 // phi instructions from |user| to the loop exit blocks' phis. The use of 69 // block. This operation does not update the def/use manager, instead it 148 // Return the new def to use for the basic block |bb_id|. 149 // If |bb_id| does not have a suitable def to use then we: 182 // Get the block that defines the value to use for each predecessor. in GetOrBuildIncoming() 214 // Return the new def to use fo [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_utils.cpp | 4 // you may not use this file except in compliance with the License. 46 // Then, when rewriting a use of the definition, the rewriter walks the 47 // paths from the use the loop exits. At each step, it will insert a phi 63 // Rewrites the use of |def_insn_| by the instruction |user| at the index 65 // phi instructions from |user| to the loop exit blocks' phis. The use of 69 // block. This operation does not update the def/use manager, instead it 148 // Return the new def to use for the basic block |bb_id|. 149 // If |bb_id| does not have a suitable def to use then we: 182 // Get the block that defines the value to use for each predecessor. in GetOrBuildIncoming() 214 // Return the new def to use fo [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | loop_utils.cpp | 4 // you may not use this file except in compliance with the License. 45 // Then, when rewriting a use of the definition, the rewriter walks the 46 // paths from the use the loop exits. At each step, it will insert a phi 62 // Rewrites the use of |def_insn_| by the instruction |user| at the index 64 // phi instructions from |user| to the loop exit blocks' phis. The use of 68 // block. This operation does not update the def/use manager, instead it 147 // Return the new def to use for the basic block |bb_id|. 148 // If |bb_id| does not have a suitable def to use then we: 181 // Get the block that defines the value to use for each predecessor. in GetOrBuildIncoming() 213 // Return the new def to use fo [all...] |
/kernel/linux/linux-5.10/arch/arc/kernel/ |
H A D | entry-compact.S | 81 * will use the 'j limm' form of the instruction as long as somewhere is in 234 ; can clobber scratch regs, hence use of stack to stash it 335 ; use the same priority as rtie: EXCPN, L2 IRQ, L1 IRQ, None 336 ; Note that we use realtime STATUS32 (not pt_regs->status32) to
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry-compact.S | 81 * will use the 'j limm' form of the instruction as long as somewhere is in 234 ; can clobber scratch regs, hence use of stack to stash it 320 ; use the same priority as rtie: EXCPN, L2 IRQ, L1 IRQ, None 321 ; Note that we use realtime STATUS32 (not pt_regs->status32) to
|