Home
last modified time | relevance | path

Searched refs:Bindings (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/rust/crates/bindgen/book/src/
DSUMMARY.md10 - [Include the Generated Bindings in `src/lib.rs`](./tutorial-4.md)
13 - [Bindings for non-system libraries](./non-system-libraries.md)
15 - [Customizing the Generated Bindings](./customizing-generated-bindings.md)
26 - [Generating Bindings to C++](./cpp.md)
27 - [Generating Bindings to Objective-c](./objc.md)
Dcustomizing-generated-bindings.md1 # Customizing the Generated Bindings
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DComputeProgram.hpp50 …ader, vk::PipelineLayout const *pipelineLayout, const vk::DescriptorSet::Bindings &descriptorSets);
60 vk::DescriptorSet::Bindings const &descriptorSetBindings,
73 vk::DescriptorSet::Bindings descriptorSets;
86 const vk::DescriptorSet::Bindings &descriptorSets;
DVertexProgram.hpp32 const vk::DescriptorSet::Bindings &descriptorSets);
39 const vk::DescriptorSet::Bindings &descriptorSets;
DPixelProgram.hpp29 const vk::DescriptorSet::Bindings &descriptorSets);
DPixelRoutine.hpp33 const vk::DescriptorSet::Bindings &descriptorSets);
45 const vk::DescriptorSet::Bindings &descriptorSets;
/third_party/glslang/Test/
Dspv.bufferhandle8.frag27 Blah Bindings[];
31 t3.Bindings[0] = t3.Bindings[1];
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl_handle_test.cc239 std::string Bindings(std::vector<uint32_t> ids) { in Bindings() function
270 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
292 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
331 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
373 FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
413 FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
452 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
481 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
513 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
545 Preamble() + FragMain() + Bindings({10, 20}) + CommonTypes() + R"( in TEST_F()
[all …]
/third_party/ninja/src/
Deval_env.h75 typedef std::map<std::string, EvalString> Bindings; typedef
76 Bindings bindings_;
/third_party/skia/third_party/externals/swiftshader/src/Device/
DContext.hpp68 const DescriptorSet::Bindings &ds,
71 inline const DescriptorSet::Bindings &getDescriptorSets() const { return descriptorSets; } in getDescriptorSets()
82 DescriptorSet::Bindings descriptorSets = {};
/third_party/alsa-lib/doc/
Dasoundrc.txt211 bindings { # Bindings table
261 bindings { # Bindings table
285 bindings { # Bindings table
292 bindings { # Bindings table
323 bindings { # Bindings table
333 bindings { # Bindings table
343 bindings { # Bindings table
/third_party/skia/site/docs/user/modules/
Dparticles.md169 "Bindings": []
262 "Bindings": []
291 "Bindings": []
344 "Bindings": []
374 "Bindings": [
445 "Bindings": []
/third_party/python/Doc/library/
Dtkinter.dnd.rst19 function that you write (see :ref:`Bindings-and-Events`). The function should
64 :ref:`Bindings-and-Events`
/third_party/node/deps/v8/third_party/jinja2/
DDIR_METADATA2 component: "Blink>Bindings"
/third_party/skia/third_party/externals/jinja2/
DDIR_METADATA2 component: "Blink>Bindings"
/third_party/skia/experimental/tskit/bindings/
Dcore.d.ts4 export interface Bindings { interface
Dextension.d.ts4 export interface Bindings { interface
/third_party/skia/experimental/tskit/interface/
Dcore.ts7 declare const Module: core.Bindings;
Dextension.ts8 declare const Module: extension.Bindings;
/third_party/skia/experimental/tskit/go/gen_types/testdata/
Dexpectedambientnamespace1.d.ts4 export interface Bindings { interface
/third_party/curl/lib/vauth/
Dspnego_sspi.c220 pkgBindings.Bindings = &channelBindings; in Curl_auth_decode_spnego_message()
230 chlg_buf[1].pvBuffer = pkgBindings.Bindings; in Curl_auth_decode_spnego_message()
Dntlm_sspi.c284 pkgBindings.Bindings = &channelBindings; in Curl_auth_create_ntlm_type3_message()
294 type_2_bufs[1].pvBuffer = pkgBindings.Bindings; in Curl_auth_create_ntlm_type3_message()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkDescriptorSet.hpp41 using Bindings = std::array<uint8_t *, vk::MAX_BOUND_DESCRIPTOR_SETS>; typedef in vk::DescriptorSet
/third_party/typescript/tests/cases/user/chrome-devtools-frontend/
Ddefinitions.js7 var Bindings = {}; variable
/third_party/rust/crates/libloading/
DREADME.mkd3 Bindings around the platform's dynamic library loading primitives with greatly improved memory safe…

12345