Home
last modified time | relevance | path

Searched refs:linkage (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_link.c45 struct shader_linkage *linkage) in svga_link_shaders() argument
49 for (i = 0; i < ARRAY_SIZE(linkage->input_map); i++) { in svga_link_shaders()
50 linkage->input_map[i] = INVALID_INDEX; in svga_link_shaders()
53 for (i = 0; i < ARRAY_SIZE(linkage->prevShader.output_map); i++) { in svga_link_shaders()
54 linkage->prevShader.output_map[i] = INVALID_INDEX; in svga_link_shaders()
84 linkage->input_map[i] = j; in svga_link_shaders()
85 linkage->prevShader.output_map[j] = i; in svga_link_shaders()
97 linkage->input_map[i] = out_index; in svga_link_shaders()
98 linkage->prevShader.output_map[out_index] = i; in svga_link_shaders()
100 free_slot = MAX2(free_slot, linkage->input_map[i] + 1); in svga_link_shaders()
[all …]
/third_party/flutter/skia/third_party/externals/libwebp/
Dbuild.gradle260 lib library: "webp", linkage: "static"
276 lib library: "webp", linkage: "static"
292 lib library: "webpdemux", linkage: "static"
293 lib library: "webp", linkage: "static"
315 lib library: "webp", linkage: "static"
316 lib library: "imageio_util", linkage: "static"
332 lib library: "example_util", linkage: "static"
333 lib library: "imagedec", linkage: "static"
334 lib library: "imageio_util", linkage: "static"
335 lib library: "webpdemux", linkage: "static"
[all …]
/third_party/skia/third_party/externals/libwebp/
Dbuild.gradle261 lib library: "webp", linkage: "static"
277 lib library: "webp", linkage: "static"
293 lib library: "webpdemux", linkage: "static"
294 lib library: "webp", linkage: "static"
316 lib library: "webp", linkage: "static"
317 lib library: "imageio_util", linkage: "static"
333 lib library: "example_util", linkage: "static"
334 lib library: "imagedec", linkage: "static"
335 lib library: "imageio_util", linkage: "static"
336 lib library: "webpdemux", linkage: "static"
[all …]
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c364 const GstMpegtsDVBLinkageMobileHandOver *linkage = in dump_linkage() local
367 "", linkage->hand_over_type, in dump_linkage()
369 linkage->hand_over_type)); in dump_linkage()
371 linkage->origin_type ? "SDT" : "NIT"); in dump_linkage()
373 linkage->network_id); in dump_linkage()
375 linkage->initial_service_id); in dump_linkage()
380 const GstMpegtsDVBLinkageEvent *linkage = in dump_linkage() local
383 linkage->target_event_id); in dump_linkage()
385 linkage->target_listed ? "TRUE" : "FALSE"); in dump_linkage()
387 linkage->event_simulcast ? "TRUE" : "FALSE"); in dump_linkage()
[all …]
/third_party/rust/crates/bindgen/bindgen/ir/
Dfunction.rs96 linkage: Linkage, field
107 linkage: Linkage, in new()
115 linkage, in new()
145 pub fn linkage(&self) -> Linkage { in linkage() method
146 self.linkage in linkage()
676 let linkage = cursor.linkage(); in parse() localVariable
677 let linkage = match linkage { in parse() localVariable
701 matches!(linkage, Linkage::External) in parse()
740 Self::new(name.clone(), mangled_name, sig, comment, kind, linkage); in parse()
/third_party/python/Lib/
Dplatform.py640 def architecture(executable=sys.executable, bits='', linkage=''): argument
683 linkage = l
684 return bits, linkage
688 return bits, linkage
698 linkage = 'ELF'
702 linkage = 'WindowsPE'
704 linkage = 'PE'
706 linkage = 'COFF'
708 linkage = 'MSDOS'
713 return bits, linkage
[all …]
/third_party/spirv-tools/utils/
Dcheck_symbol_exports.py85 linkage = match.group(1)
90 if not (symbol_is_new_or_delete.match(symbol) and linkage == 'w'):
91 if not (symbol_is_thunk.match(symbol) and linkage == 'w'):
/third_party/skia/third_party/externals/spirv-tools/utils/
Dcheck_symbol_exports.py85 linkage = match.group(1)
90 if not (symbol_is_new_or_delete.match(symbol) and linkage == 'w'):
91 if not (symbol_is_thunk.match(symbol) and linkage == 'w'):
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Dcheck_symbol_exports.py85 linkage = match.group(1)
90 if not (symbol_is_new_or_delete.match(symbol) and linkage == 'w'):
91 if not (symbol_is_thunk.match(symbol) and linkage == 'w'):
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/main/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/master/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.5.x/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.6.x/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/vk-gl-cts/doc/testspecs/GLES31/
Dfunctional.uniform_location.txt33 - Duplicate location with various linkage and usage
34 - Overlapping structs and arrays with various linkage and usage
57 linkage.
63 Struct, nested struct and linkage cases are randomized.
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1019 struct ir3_shader_linkage linkage = { in tu6_emit_vpc() local
1025 ir3_link_shaders(&linkage, last_shader, fs, true); in tu6_emit_vpc()
1028 ir3_link_stream_out(&linkage, last_shader); in tu6_emit_vpc()
1033 bool primid_passthru = linkage.primid_loc != 0xff; in tu6_emit_vpc()
1037 tu_cs_emit(cs, ~linkage.varmask[0]); in tu6_emit_vpc()
1038 tu_cs_emit(cs, ~linkage.varmask[1]); in tu6_emit_vpc()
1039 tu_cs_emit(cs, ~linkage.varmask[2]); in tu6_emit_vpc()
1040 tu_cs_emit(cs, ~linkage.varmask[3]); in tu6_emit_vpc()
1059 layer_loc = linkage.max_loc; in tu6_emit_vpc()
1060 ir3_link_add(&linkage, VARYING_SLOT_LAYER, layer_regid, 0x1, linkage.max_loc); in tu6_emit_vpc()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp209 if (GlobalValue::isInterposableLinkage(GVSummary->linkage())) { in selectCallee()
227 if (GlobalValue::isLocalLinkage(Summary->linkage()) && in selectCallee()
305 return GlobalValue::isLocalLinkage(RefSummary->linkage()) && in computeImportForReferencedGlobals()
844 if (S->linkage() == GlobalValue::AvailableExternallyLinkage || in computeDeadSymbols()
845 S->linkage() == GlobalValue::WeakODRLinkage || in computeDeadSymbols()
846 S->linkage() == GlobalValue::LinkOnceODRLinkage) in computeDeadSymbols()
848 else if (GlobalValue::isInterposableLinkage(S->linkage())) in computeDeadSymbols()
990 auto NewLinkage = GS->second->linkage(); in thinLTOResolvePrevailingInModule()
1078 return !GlobalValue::isLocalLinkage(GS->second->linkage()); in thinLTOInternalizeModule()
1280 if (GlobalValue::isLocalLinkage(S->linkage())) in doImportingForModule()
/third_party/libabigail/tests/data/test-read-ctf/
Dtest-enum.o.abi7 <enum-decl name='e' linkage-name='e' id='type-id-1'>
12 <enum-decl name='ie' linkage-name='ie' id='type-id-3'>
Dtest-enum-ctf.o.abi8 <enum-decl name='e' linkage-name='e' id='type-id-2'>
13 <enum-decl name='ie' linkage-name='ie' id='type-id-3'>
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.3.x/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/vk-gl-cts/external/openglcts/data/mustpass/gles/aosp_mustpass/3.2.4.x/src/
Dgles2-driver-issues.txt22 dEQP-GLES2.functional.shaders.linkage.varying_type_mismatch_1
23 dEQP-GLES2.functional.shaders.linkage.varying_illegal_usage_1
24 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_1
25 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_2
26 dEQP-GLES2.functional.shaders.linkage.uniform_struct_type_conflict_3
27 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_1
28 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_2
29 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_3
30 dEQP-GLES2.functional.shaders.linkage.uniform_struct_precision_conflict_4
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp224 GlobalValue::LinkageTypes Linkage = GS.second->linkage(); in computeLTOCacheKey()
312 GlobalValue::LinkageTypes OriginalLinkage = S->linkage(); in thinLTOResolvePrevailingGUID()
316 GlobalValue::isAppendingLinkage(S->linkage())) in thinLTOResolvePrevailingGUID()
347 if (S->linkage() != OriginalLinkage) in thinLTOResolvePrevailingGUID()
348 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
383 (VarSummary->linkage() == GlobalValue::WeakODRLinkage || in isWeakObjectWithRWAccess()
384 VarSummary->linkage() == GlobalValue::LinkOnceODRLinkage); in isWeakObjectWithRWAccess()
394 if (GlobalValue::isLocalLinkage(S->linkage())) in thinLTOInternalizeAndPromoteGUID()
399 !GlobalValue::isLocalLinkage(S->linkage()) && in thinLTOInternalizeAndPromoteGUID()
400 (!GlobalValue::isInterposableLinkage(S->linkage()) || in thinLTOInternalizeAndPromoteGUID()
[all …]
/third_party/rust/crates/cxx/book/src/build/
Dother.md72 See the [Rust reference's *Linkage*][linkage] page for some general information
75 [linkage]: https://doc.rust-lang.org/reference/linkage.html
/third_party/musl/src/thread/powerpc/
Dsyscall_cp.s11 #r0: volatile. may be modified during linkage.
16 #r11-r12: volatile. may be modified during linkage
/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dgen-ucd-table.py94 code.print_c(linkage='static inline')
112 code.print_c(linkage='static inline')
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.h265 …ddFlattenedMember(const TVariable&, const TType&, TFlattenData&, const TString& name, bool linkage,
282 void flatten(const TVariable& variable, bool linkage, bool arrayed = false);
283 int flatten(const TVariable& variable, const TType&, TFlattenData&, TString name, bool linkage,
285 …t flattenStruct(const TVariable& variable, const TType&, TFlattenData&, TString name, bool linkage,
287 …nt flattenArray(const TVariable& variable, const TType&, TFlattenData&, TString name, bool linkage,

12345678910>>...14