Home
last modified time | relevance | path

Searched refs:linked (Results 1 – 25 of 776) sorted by relevance

12345678910>>...32

/third_party/mesa3d/src/compiler/glsl/
Dlink_functions.cpp41 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 …]
Dgl_nir_link_uniform_blocks.c591 struct gl_linked_shader *const linked = prog->_LinkedShaders[stage]; in gl_nir_link_uniform_blocks() local
597 if (!linked) in gl_nir_link_uniform_blocks()
600 link_linked_shader_uniform_blocks(mem_ctx, prog, linked, in gl_nir_link_uniform_blocks()
604 link_linked_shader_uniform_blocks(mem_ctx, prog, linked, in gl_nir_link_uniform_blocks()
615 linked->Program->sh.UniformBlocks = in gl_nir_link_uniform_blocks()
616 ralloc_array(linked, struct gl_uniform_block *, num_ubo_blocks); in gl_nir_link_uniform_blocks()
617 ralloc_steal(linked, ubo_blocks); in gl_nir_link_uniform_blocks()
618 linked->Program->sh.NumUniformBlocks = num_ubo_blocks; in gl_nir_link_uniform_blocks()
620 linked->Program->sh.UniformBlocks[i] = &ubo_blocks[i]; in gl_nir_link_uniform_blocks()
627 linked->Program->nir->info.num_ubos = num_ubo_blocks; in gl_nir_link_uniform_blocks()
[all …]
Dlinker.cpp2407 gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in link_intrastage_shaders() local
2408 linked->Stage = shader_list[0]->Stage; in link_intrastage_shaders()
2415 _mesa_delete_linked_shader(ctx, linked); in link_intrastage_shaders()
2422 linked->Program = gl_prog; in link_intrastage_shaders()
2424 linked->ir = new(linked) exec_list; in link_intrastage_shaders()
2425 clone_ir_list(mem_ctx, linked->ir, main->ir); in link_intrastage_shaders()
2427 link_fs_inout_layout_qualifiers(prog, linked, shader_list, num_shaders); in link_intrastage_shaders()
2433 if (linked->Stage != MESA_SHADER_FRAGMENT) in link_intrastage_shaders()
2440 populate_symbol_table(linked, shader_list[0]->symbols); in link_intrastage_shaders()
2446 _mesa_get_main_function_signature(linked->symbols); in link_intrastage_shaders()
[all …]
Dopt_array_splitting.cpp104 bool get_split_list(exec_list *instructions, bool linked);
272 bool linked) in get_split_list() argument
279 if (!linked) { in get_split_list()
440 optimize_split_arrays(exec_list *instructions, bool linked) in optimize_split_arrays() argument
443 if (!refs.get_split_list(instructions, linked)) in optimize_split_arrays()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DBindUniformLocationTest.cpp163 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 …]
/third_party/typescript/tests/baselines/reference/tscWatch/resolutionCache/
Dwith-modules-linked-to-sibling-folder.js46 /user/username/projects/myproject/linked-package/dist/other.d.ts
47 /user/username/projects/myproject/linked-package/dist/index.d.ts
52 /user/username/projects/myproject/linked-package/dist/other.d.ts
53 /user/username/projects/myproject/linked-package/dist/index.d.ts
58 /user/username/projects/myproject/linked-package/dist/other.d.ts (used version)
59 /user/username/projects/myproject/linked-package/dist/index.d.ts (used version)
75 /user/username/projects/myproject/linked-package/dist/index.d.ts:
77 /user/username/projects/myproject/linked-package/dist/other.d.ts:
81 /user/username/projects/myproject/linked-package/package.json:
85 /user/username/projects/myproject/linked-package:
/third_party/node/deps/npm/tap-snapshots/test/lib/commands/
Dlink.js.test.cjs13 exports[`test/lib/commands/link.js TAP link global linked pkg to local nm when using args > should …
15 {CWD}/prefix/node_modules/@myscope/linked -> {CWD}/other/scoped-linked
22 exports[`test/lib/commands/link.js TAP link global linked pkg to local workspace using args > shoul…
24 {CWD}/prefix/node_modules/@myscope/linked -> {CWD}/other/scoped-linked
33 {CWD}/prefix/node_modules/@myscope/linked -> {CWD}/other/scoped-linked
38 {CWD}/prefix/node_modules/@myscope/linked -> {CWD}/other/scoped-linked
52 exports[`test/lib/commands/link.js TAP test linked installed as symlinks > linked package should no…
/third_party/typescript/tests/baselines/reference/
DmoduleResolutionWithSymlinks_preserveSymlinks.errors.txt1 …_modules/linked2/index").C' is not assignable to type 'import("/app/node_modules/linked/index").C'.
7 /// <reference types="linked" />
9 import { C as C1 } from "linked";
16 …_modules/linked2/index").C' is not assignable to type 'import("/app/node_modules/linked/index").C'.
19 ==== /linked/index.d.ts (0 errors) ====
DmoduleResolutionWithSymlinks_preserveSymlinks.types3 /// <reference types="linked" />
5 import { C as C1 } from "linked";
/third_party/alsa-lib/src/pcm/
Dpcm_multi.c48 snd_pcm_t *linked; member
326 if (multi->slaves[i].linked) in reset_links()
327 snd_pcm_unlink(multi->slaves[i].linked); in reset_links()
328 multi->slaves[0].linked = NULL; in reset_links()
332 multi->slaves[i].linked = multi->slaves[0].pcm; in reset_links()
367 if (!multi->slaves[i].linked) in snd_pcm_multi_hw_free()
372 multi->slaves[i].linked = NULL; in snd_pcm_multi_hw_free()
532 if (multi->slaves[0].linked) in snd_pcm_multi_start()
533 return snd_pcm_start(multi->slaves[0].linked); in snd_pcm_multi_start()
535 if (multi->slaves[i].linked) in snd_pcm_multi_start()
[all …]
/third_party/node/deps/npm/test/lib/commands/
Dlink.js119 linked: t.fixture('symlink', '../../../other/scoped-linked'), property
209 linked: t.fixture('symlink', '../../../other/scoped-linked'), property
297 linked: t.fixture('symlink', '../../../other/scoped-linked'), property
340 linked: t.fixture('symlink', '../../../scoped-linked'), property
377 linked: t.fixture('symlink', '../../../other/scoped-linked'), property
410 linked: t.fixture('symlink', '../../other/linked'), property
414 linked: { property
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/
DVK_EXT_pipeline_library_group_handles.adoc14 and handles are guaranteed to remain bitwise identical when linked into other pipelines.
20 …pipeline libraries are compiled in isolation, and later, pipelines can be linked rapidly on-demand.
21 Based on the relevant materials that are active in a scene, a ray tracing pipeline can be linked th…
41 This is problematic since fully linked pipelines must include a ray generation shader stage. Forcin…
64 …on time and there are no differences in querying group handles from a library or a linked pipeline.
67 Group indices work as-if the pipeline was already fully linked.
69 Note that invariance is not relevant for linked pipelines that are created without `VK_PIPELINE_CRE…
70 These pipelines cannot be linked into any other pipelines, so the question of invariance does not e…
120 The downside of this approach is that we cannot easily remove pipelines once linked.
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_cl_event.txt45 This extension allows creating OpenGL sync objects linked to OpenCL
85 equivalent to waiting for completion of the linked CL event object.
92 creates a linked sync object. <context> and <event> must be handles
104 the linked sync object will be UNSIGNALED. When the status of
105 <event> changes to CL_COMPLETE, the status of the linked sync object
122 Creating a linked sync object places a reference on the linked
170 signaled or unsignaled. Additionally, sync objects linked to OpenCL
193 to be in use if there is a corresponding fence command or linked
197 Once any corresponding fence commands or linked OpenCL events have
242 1) What should the command to create a sync object linked to an
[all …]
/third_party/EGL/extensions/KHR/
DEGL_KHR_cl_event.txt57 This extension allows creating an EGL fence sync object linked to an
97 OpenCL event object to which the sync object is linked. This
101 equivalent to waiting for completion of the linked CL event object."
120 the linked sync object will be EGL_UNSIGNALED_KHR. When the status
121 of <event> changes to CL_COMPLETE, the status of the linked sync
124 Creating a linked sync object places a reference on the linked
179 2) What should the command to create a sync object linked to an
214 5) Are there any restrictions on the use of a sync object linked to a CL
221 RESOLVED: A sync object linked to a CL event object places a single
224 eglDestroySync has a dependency on the completion of the linked event
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/
DEGL_KHR_cl_event.txt57 This extension allows creating an EGL fence sync object linked to an
97 OpenCL event object to which the sync object is linked. This
101 equivalent to waiting for completion of the linked CL event object."
120 the linked sync object will be EGL_UNSIGNALED_KHR. When the status
121 of <event> changes to CL_COMPLETE, the status of the linked sync
124 Creating a linked sync object places a reference on the linked
179 2) What should the command to create a sync object linked to an
214 5) Are there any restrictions on the use of a sync object linked to a CL
221 RESOLVED: A sync object linked to a CL event object places a single
224 eglDestroySync has a dependency on the completion of the linked event
/third_party/openGLES/extensions/ARB/
DARB_cl_event.txt55 This extension allows creating OpenGL sync objects linked to OpenCL
95 equivalent to waiting for completion of the linked CL event object.
102 creates a linked sync object. <context> and <event> must be handles
114 the linked sync object will be UNSIGNALED. When the status of
115 <event> changes to CL_COMPLETE, the status of the linked sync object
132 Creating a linked sync object places a reference on the linked
180 signaled or unsignaled. Additionally, sync objects linked to OpenCL
203 to be in use if there is a corresponding fence command or linked
207 Once any corresponding fence commands or linked OpenCL events have
252 1) What should the command to create a sync object linked to an
[all …]
/third_party/mesa3d/src/mesa/main/
Dglspirv.c147 struct gl_linked_shader *linked = rzalloc(NULL, struct gl_linked_shader); in _mesa_spirv_link_shaders() local
148 linked->Stage = shader_type; in _mesa_spirv_link_shaders()
155 _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()
/third_party/node/deps/v8/src/objects/
Djs-weak-refs.tq15 // For the linked list of FinalizationRegistries that need cleanup. This
27 // For storing doubly linked lists of WeakCells in JSFinalizationRegistry's
32 // For storing doubly linked lists of WeakCells per key in
/third_party/openssl/doc/man3/
DSSL_get_fd.pod5 SSL_get_fd, SSL_get_rfd, SSL_get_wfd - get file descriptor linked to an SSL object
17 SSL_get_fd() returns the file descriptor which is linked to B<ssl>.
36 The file descriptor linked to B<ssl>.
/third_party/node/deps/npm/node_modules/bin-links/lib/
Dlink-bin.js7 .then(linked => linked && fixBin(absFrom))
/third_party/glslang/Test/baseResults/
Dreflection.linked.out1 reflection.linked.vert
2 reflection.linked.frag
Dreflection.linked.options.out1 reflection.linked.vert
2 reflection.linked.frag
/third_party/node/lib/internal/modules/esm/
Dmodule_job.js88 this.linked = link();
91 PromisePrototypeThen(this.linked, undefined, noop);
112 const dependencyJobs = await moduleJob.linked;
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp502 GrGLint linked = GR_GL_INIT_ZERO; in checkLinkStatus() local
503 GL_CALL(GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in checkLinkStatus()
504 if (!linked) { in checkLinkStatus()
527 return SkToBool(linked); in checkLinkStatus()
629 GrGLint linked = GR_GL_INIT_ZERO; in PrecompileProgram() local
630 GR_GL_CALL(glGpu->glInterface(), GetProgramiv(programID, GR_GL_LINK_STATUS, &linked)); in PrecompileProgram()
631 if (!linked) { in PrecompileProgram()
/third_party/EGL/extensions/NV/
DEGL_NV_cuda_event.txt51 This extension allows creating an EGL sync object linked to a CUDA
90 equivalent to waiting for completion of the corresponding linked
127 If an <event> is linked to the sync object, the status of this type
131 the event has not yet completed, the status of the linked sync
133 status of the linked sync object will be EGL_SIGNALED. Calling
153 is not linked to the sync object, then an EGL_BAD_ATTRIBUTE error is

12345678910>>...32