/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() 84 find_matching_signature(name, &callee->parameters, linked->symbols); in visit_enter() 112 ir_function *f = linked->symbols->get_function(name); in visit_enter() 114 f = new(linked) ir_function(name); in visit_enter() 120 linked->symbols->add_function(f); in visit_enter() 121 linked->ir->push_tail(f); in visit_enter() 127 linked_sig = new(linked) ir_function_signature(callee->return_type); in visit_enter() 156 ir_instruction *copy = original->clone(linked, ht); in visit_enter() 166 ir_instruction *copy = original->clone(linked, ht); in visit_enter() [all …]
|
D | gl_nir_link_uniform_blocks.c | 588 struct gl_linked_shader *const linked = prog->_LinkedShaders[stage]; in gl_nir_link_uniform_blocks() local 594 if (!linked) in gl_nir_link_uniform_blocks() 597 link_linked_shader_uniform_blocks(mem_ctx, ctx, prog, linked, in gl_nir_link_uniform_blocks() 601 link_linked_shader_uniform_blocks(mem_ctx, ctx, prog, linked, in gl_nir_link_uniform_blocks() 612 linked->Program->sh.UniformBlocks = in gl_nir_link_uniform_blocks() 613 ralloc_array(linked, struct gl_uniform_block *, num_ubo_blocks); in gl_nir_link_uniform_blocks() 614 ralloc_steal(linked, ubo_blocks); in gl_nir_link_uniform_blocks() 615 linked->Program->sh.NumUniformBlocks = num_ubo_blocks; in gl_nir_link_uniform_blocks() 617 linked->Program->sh.UniformBlocks[i] = &ubo_blocks[i]; in gl_nir_link_uniform_blocks() 624 linked->Program->nir->info.num_ubos = num_ubo_blocks; in gl_nir_link_uniform_blocks() [all …]
|
D | linker.cpp | 2468 gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in link_intrastage_shaders() local 2469 linked->Stage = shader_list[0]->Stage; in link_intrastage_shaders() 2476 _mesa_delete_linked_shader(ctx, linked); in link_intrastage_shaders() 2483 linked->Program = gl_prog; in link_intrastage_shaders() 2485 linked->ir = new(linked) exec_list; in link_intrastage_shaders() 2486 clone_ir_list(mem_ctx, linked->ir, main->ir); in link_intrastage_shaders() 2488 link_fs_inout_layout_qualifiers(prog, linked, shader_list, num_shaders); in link_intrastage_shaders() 2494 if (linked->Stage != MESA_SHADER_FRAGMENT) in link_intrastage_shaders() 2501 populate_symbol_table(linked, shader_list[0]->symbols); in link_intrastage_shaders() 2507 _mesa_get_main_function_signature(linked->symbols); in link_intrastage_shaders() [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()
|
/external/angle/src/tests/gl_tests/ |
D | BindUniformLocationTest.cpp | 163 GLint linked = 0; in TEST_P() local 164 glGetProgramiv(mProgram, GL_LINK_STATUS, &linked); in TEST_P() 165 ASSERT_EQ(0, linked); in TEST_P() 170 linked = 0; in TEST_P() 171 glGetProgramiv(mProgram, GL_LINK_STATUS, &linked); in TEST_P() 172 EXPECT_EQ(1, linked); in TEST_P() 477 GLint linked = GL_FALSE; in TEST_P() local 478 glGetProgramiv(mProgram, GL_LINK_STATUS, &linked); in TEST_P() 479 ASSERT_GL_TRUE(linked); in TEST_P() 508 GLint linked = GL_FALSE; in TEST_P() local [all …]
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_program.c | 170 struct gl_linked_shader *linked = shprog->_LinkedShaders[i]; in st_get_shader_program_completion_status() local 173 if (!linked || !linked->Program) in st_get_shader_program_completion_status() 176 if (st_program(linked->Program)->variants) in st_get_shader_program_completion_status() 177 sh = st_program(linked->Program)->variants->driver_shader; in st_get_shader_program_completion_status()
|
/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/mesa3d/src/mesa/main/ |
D | glspirv.c | 146 struct gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in _mesa_spirv_link_shaders() local 147 linked->Stage = shader_type; in _mesa_spirv_link_shaders() 154 _mesa_delete_linked_shader(ctx, linked); in _mesa_spirv_link_shaders() 163 linked->Program = gl_prog; in _mesa_spirv_link_shaders() 166 _mesa_shader_spirv_data_reference(&linked->spirv_data, in _mesa_spirv_link_shaders() 169 prog->_LinkedShaders[shader_type] = linked; in _mesa_spirv_link_shaders()
|
/external/v8/src/objects/ |
D | js-weak-refs.tq | 15 // For the linked list of FinalizationRegistries that need cleanup. This 28 // For storing doubly linked lists of WeakCells in JSFinalizationRegistry's 33 // For storing doubly linked lists of WeakCells per key in
|
/external/angle/third_party/glslang/src/Test/baseResults/ |
D | reflection.linked.out | 1 reflection.linked.vert 2 reflection.linked.frag
|
D | reflection.linked.options.out | 1 reflection.linked.vert 2 reflection.linked.frag
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | reflection.linked.out | 1 reflection.linked.vert 2 reflection.linked.frag
|
D | reflection.linked.options.out | 1 reflection.linked.vert 2 reflection.linked.frag
|
/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/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/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/angle/third_party/glslang/src/Test/ |
D | runtests | 48 $EXE -l -q -C reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflection.linked.out 49 diff -b $BASEDIR/reflection.linked.out $TARGETDIR/reflection.linked.out || HASERROR=1 50 …ables --reflect-unwrap-io-blocks reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflec… 51 diff -b $BASEDIR/reflection.linked.options.out $TARGETDIR/reflection.linked.options.out || HASERROR…
|
/external/deqp-deps/glslang/Test/ |
D | runtests | 48 $EXE -l -q -C reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflection.linked.out 49 diff -b $BASEDIR/reflection.linked.out $TARGETDIR/reflection.linked.out || HASERROR=1 50 …ables --reflect-unwrap-io-blocks reflection.linked.vert reflection.linked.frag > $TARGETDIR/reflec… 51 diff -b $BASEDIR/reflection.linked.options.out $TARGETDIR/reflection.linked.options.out || HASERROR…
|
/external/mesa3d/src/gallium/drivers/radeonsi/glsl_tests/ |
D | amdgcn_glslc.c | 277 GLint linked; in main() local 278 glGetProgramiv(prog, GL_LINK_STATUS, &linked); in main() 280 if (!linked) { in main()
|