/external/mesa3d/src/compiler/glsl/ |
D | link_functions.cpp | 41 call_link_visitor(gl_shader_program *prog, gl_linked_shader *linked, in call_link_visitor() argument 48 this->linked = linked; in call_link_visitor() 85 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter() 113 ir_function *f = linked->symbols->get_function(name); in visit_enter() 115 f = new(linked) ir_function(name); in visit_enter() 121 linked->symbols->add_function(f); in visit_enter() 122 linked->ir->push_tail(f); in visit_enter() 128 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter() 158 ir_instruction *copy = original->clone(linked, ht); in visit_enter() 168 ir_instruction *copy = original->clone(linked, ht); in visit_enter() [all …]
|
D | opt_array_splitting.cpp | 104 bool get_split_list(exec_list *instructions, bool linked); 272 bool linked) in get_split_list() argument 279 if (!linked) { in get_split_list() 448 optimize_split_arrays(exec_list *instructions, bool linked) in optimize_split_arrays() argument 451 if (!refs.get_split_list(instructions, linked)) in optimize_split_arrays()
|
D | linker.cpp | 2278 gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in link_intrastage_shaders() local 2279 linked->Stage = shader_list[0]->Stage; in link_intrastage_shaders() 2288 _mesa_delete_linked_shader(ctx, linked); in link_intrastage_shaders() 2295 linked->Program = gl_prog; in link_intrastage_shaders() 2297 linked->ir = new(linked) exec_list; in link_intrastage_shaders() 2298 clone_ir_list(mem_ctx, linked->ir, main->ir); in link_intrastage_shaders() 2300 link_fs_inout_layout_qualifiers(prog, linked, shader_list, num_shaders); in link_intrastage_shaders() 2306 if (linked->Stage != MESA_SHADER_FRAGMENT) in link_intrastage_shaders() 2311 populate_symbol_table(linked, shader_list[0]->symbols); in link_intrastage_shaders() 2317 _mesa_get_main_function_signature(linked->symbols); in link_intrastage_shaders() [all …]
|
/external/kotlinc/bin/ |
D | kotlinc | 21 local linked="$(readlink "$source")" 22 local dir="$(cd -P $(dirname "$source") && cd -P $(dirname "$linked") && pwd)" 23 source="$dir/$(basename "$linked")"
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.04.txt | 21 Libraries are now linked using a relative pathname, instead of 32 e2fsck may now be linked dynamically, by using the 36 systems were being linked dynamically anyway. 38 Programs such as fsck which didn't need to be linked against 39 libext2fs (or mke2fs which didn't need to be linked against libe2p)
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/CommandGuide/ |
D | dsymutil.rst | 14 its symbol table. By default, the linked debug information is placed in a 23 be returned if any architectures can not be properly linked. This option can 25 architectures will be linked by default and any architectures that can't be 26 properly linked will cause :program:`dsymutil` to return an error. 77 output stream. When enabled warnings are embedded in the linked DWARF debug 109 :program:`dsymutil` returns 0 if the DWARF debug information was linked
|
/external/syzkaller/prog/ |
D | parse_test.go | 96 [ 2351.935478] Modules linked in: 100 [ 2351.935478] Modules linked in: 106 [ 2351.935478] Modules linked in:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/gold/X86/ |
D | thinlto_no_objects.ll | 1 ; Check that thinlto-index-only= always creates linked objects file, even 4 ; Non-ThinLTO file should not get into list of linked objects.
|
/external/guice/core/src/com/google/inject/internal/ |
D | ExposedKeyFactory.java | 54 public T get(InternalContext context, Dependency<?> dependency, boolean linked) in get() argument 57 return delegate.getInternalFactory().get(context, dependency, linked); in get()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | transitive-lazy-link.ll | 1 ; @f and @g are lazily linked. @f requires @g - ensure @g is correctly linked.
|
D | only-needed-named-metadata.ll | 2 ; metadata reference should not cause them to be linked. 8 ; otherwise unreferenced globals to be linked. This also ensures that the 12 ; part of the comdat group being linked, which is not technically correct.
|
/external/curl/docs/cmdline-opts/ |
D | pubkey.d | 13 this public key extraction requires libcurl to be linked against a copy of 14 libssh2 1.2.8 or higher that is itself linked against OpenSSL.)
|
/external/llvm/test/Linker/ |
D | transitive-lazy-link.ll | 1 ; @f and @g are lazily linked. @f requires @g - ensure @g is correctly linked.
|
D | only-needed-named-metadata.ll | 2 ; metadata reference should not cause them to be linked. 8 ; otherwise unreferenced globals to be linked. This also ensures that the 12 ; part of the comdat group being linked, which is not technically correct.
|
/external/syzkaller/pkg/report/testdata/linux/report/ |
D | 7 | 10 [ 536.437530] Modules linked in: 17 Modules linked in:
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | amdgcn_glslc.c | 276 GLint linked; in main() local 277 glGetProgramiv(prog, GL_LINK_STATUS, &linked); in main() 279 if (!linked) { in main()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_EncodeProto.pbtxt | 53 linked-in descriptor pool or a filename provided by the caller using 59 or the special value `local://`, in which case only descriptors linked 66 The `local://` database only covers descriptors linked into the
|
D | api_def_DecodeProtoV2.pbtxt | 73 linked-in descriptor pool or a filename provided by the caller using 103 or the special value `local://`, in which case only descriptors linked 110 The `local://` database only covers descriptors linked into the
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-ld.pod | 50 All object and bitcode files are linked first in the order they were 51 specified on the command line. All library files are linked next. 52 Some libraries may not be linked into the object program; see below. 56 Object files and static bitcode objects are always linked into the output 60 library may not be linked in, and the dependent library will not have its 67 performed by converting the linked bitcode into native assembly (.s) or C code
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dbg-value-g-gmlt.ll | 6 ; llvm-link foo.ll bar.ll -S -o linked.ll 7 ; opt -std-link-opts linked.ll -S -o opt.ll 33 ; ModuleID = 'linked.ll'
|
/external/libpng/scripts/ |
D | makefile.linux | 137 @echo " Running pngtest dynamically linked with $(LIBSO):" 141 @echo " Running pngtest statically linked with libpng.a:"
|
/external/blktrace/btt/ |
D | devs.c | 167 iop->linked = dip_rb_ins(dip, iop); in dip_alloc() 175 if (iop->linked) { in iop_rem_dip() 177 iop->linked = 0; in iop_rem_dip()
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Projects.rst | 61 a directory from which they can be linked later. 153 By default, a library is a ``.o`` file that is linked directly into a 174 linked into the program. These libraries must be libraries that come from 179 Note that this works only for statically linked libraries. 184 linked into the program. These libraries must be LLVM libraries. The 191 Note that this works only for statically linked libraries. LLVM is split
|
/external/llvm/docs/ |
D | Projects.rst | 61 a directory from which they can be linked later. 153 By default, a library is a ``.o`` file that is linked directly into a 174 linked into the program. These libraries must be libraries that come from 179 Note that this works only for statically linked libraries. 184 linked into the program. These libraries must be LLVM libraries. The 191 Note that this works only for statically linked libraries. LLVM is split
|
/external/eigen/cmake/ |
D | FindStandardMathLibrary.cmake | 36 # the test program linked successfully without any linker flag. 53 # the test program linked successfully when linking to the 'm' library
|