/external/mesa3d/src/glsl/ |
D | link_functions.cpp | 39 call_link_visitor(gl_shader_program *prog, gl_shader *linked, in call_link_visitor() argument 46 this->linked = linked; in call_link_visitor() 79 find_matching_signature(name, &callee->parameters, &linked, 1, in visit_enter() 103 ir_function *f = linked->symbols->get_function(name); in visit_enter() 105 f = new(linked) ir_function(name); in visit_enter() 111 linked->symbols->add_function(f); in visit_enter() 112 linked->ir->push_tail(f); in visit_enter() 120 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter() 150 ir_instruction *copy = original->clone(linked, ht); in visit_enter() 159 ir_instruction *copy = original->clone(linked, ht); in visit_enter() [all …]
|
D | opt_array_splitting.cpp | 101 bool get_split_list(exec_list *instructions, bool linked); 204 bool linked) in get_split_list() argument 211 if (!linked) { in get_split_list() 356 optimize_split_arrays(exec_list *instructions, bool linked) in optimize_split_arrays() argument 359 if (!refs.get_split_list(instructions, linked)) in optimize_split_arrays()
|
D | linker.cpp | 1060 gl_shader *linked = ctx->Driver.NewShader(NULL, 0, main->Type); in link_intrastage_shaders() local 1061 linked->ir = new(linked) exec_list; in link_intrastage_shaders() 1062 clone_ir_list(mem_ctx, linked->ir, main->ir); in link_intrastage_shaders() 1064 linked->UniformBlocks = uniform_blocks; in link_intrastage_shaders() 1065 linked->NumUniformBlocks = num_uniform_blocks; in link_intrastage_shaders() 1066 ralloc_steal(linked, linked->UniformBlocks); in link_intrastage_shaders() 1068 populate_symbol_table(linked); in link_intrastage_shaders() 1073 ir_function_signature *const main_sig = get_main_function_signature(linked); in link_intrastage_shaders() 1079 move_non_declarations(linked->ir, (exec_node *) &main_sig->body, false, in link_intrastage_shaders() 1080 linked); in link_intrastage_shaders() [all …]
|
D | ir_optimization.h | 40 bool do_common_optimization(exec_list *ir, bool linked, 79 bool optimize_split_arrays(exec_list *instructions, bool linked);
|
/external/guice/core/src/com/google/inject/internal/ |
D | ExposedKeyFactory.java | 52 public T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) in get() argument 54 return delegate.getInternalFactory().get(errors, context, dependency, linked); in get()
|
D | InternalFactory.java | 36 T get(Errors errors, InternalContext context, Dependency<?> dependency, boolean linked) in get() argument
|
/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/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 200 GrGLint linked = GR_GL_INIT_ZERO; in checkLinkStatus() local 201 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in checkLinkStatus() 202 if (!linked) { in checkLinkStatus() 220 return SkToBool(linked); in checkLinkStatus()
|
/external/libmojo/mojo/edk/embedder/ |
D | BUILD.gn | 27 # This isn't really a standalone target; it must be linked into the 70 # This isn't really a standalone target; it must be linked into the 117 # This isn't really a standalone target; it must be linked into the
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/ |
D | sm4_to_tgsi.cpp | 416 unsigned linked = program.cf_insn_linked[insn_num]; in translate_insns() local 417 if(program.insns[linked]->opcode == SM4_OPCODE_ENDIF) in translate_insns() 422 label_to_sm4_insn_num.push_back(std::make_pair(label, linked)); in translate_insns() 429 unsigned endif = program.cf_insn_linked[linked]; in translate_insns() 432 label_to_sm4_insn_num.push_back(std::make_pair(label, linked)); in translate_insns() 434 translate_insns(linked + 1, endif); in translate_insns() 436 sm4_to_tgsi_insn_num[linked] = ureg_get_instruction_number(ureg); in translate_insns() 440 translate_insns(insn_num + 1, linked); in translate_insns()
|
/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/libpng/scripts/ |
D | makefile.linux | 137 @echo " Running pngtest dynamically linked with $(LIBSO):" 141 @echo " Running pngtest statically linked with libpng.a:"
|
/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
|
/external/blktrace/btt/ |
D | devs.c | 170 iop->linked = dip_rb_ins(dip, iop); in dip_alloc() 178 if (iop->linked) { in iop_rem_dip() 180 iop->linked = 0; in iop_rem_dip()
|
/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/selinux/libsepol/include/sepol/ |
D | module_to_cil.h | 6 int sepol_module_policydb_to_cil(FILE *fp, struct policydb *pdb, int linked);
|
/external/eigen/doc/ |
D | TopicResizing.dox | 8 Is linked from the tutorial on the Matrix class.
|
D | TopicScalarTypes.dox | 8 Is linked from the tutorial on the Matrix class.
|
D | TopicEigenExpressionTemplates.dox | 8 Is linked from the tutorial on arithmetic ops.
|
/external/v8/tools/cfi/ |
D | blacklist.txt | 3 # a statically linked libc++.
|
/external/curl/m4/ |
D | curl-functions.m4 | 581 AC_MSG_CHECKING([if alarm can be linked]) 668 AC_MSG_CHECKING([if basename can be linked]) 758 AC_MSG_CHECKING([if closesocket can be linked]) 851 AC_MSG_CHECKING([if CloseSocket can be linked]) 943 AC_MSG_CHECKING([if connect can be linked]) 1039 AC_MSG_CHECKING([if fcntl can be linked]) 1188 AC_MSG_CHECKING([if fdopen can be linked]) 1274 AC_MSG_CHECKING([if fgetxattr can be linked]) 1396 AC_MSG_CHECKING([if flistxattr can be linked]) 1519 AC_MSG_CHECKING([if freeaddrinfo can be linked]) [all …]
|
/external/llvm/test/tools/dsymutil/X86/ |
D | empty_range.s | 59 # debug map object isn't found. Check that we only linked one file.
|
/external/ImageMagick/scripts/ |
D | format_c_api_docs | 539 $html .= linked( $keyword, $keywords{$keyword} ); 644 sub linked { subroutine
|
/external/ImageMagick/PerlMagick/ |
D | README.txt | 51 PERL interpreter!) with PerlMagick statically linked (but other libraries 52 linked statically or dynamically according to system linker default), 60 than 'perl' (e.g. 'PerlMagick') and with PerlMagick statically linked
|