Home
last modified time | relevance | path

Searched defs:declarations (Results 1 – 25 of 65) sorted by relevance

123

/third_party/spirv-tools/test/val/
Dval_ray_tracing_reorder_test.cpp33 const std::string& declarations = "") { in GenerateReorderThreadCode()
69 const std::string declarations = R"( in TEST_F() local
84 const std::string declarations = R"( in TEST_F() local
101 const std::string& body = "", const std::string& declarations = "", in GenerateReorderShaderCode()
188 const std::string declarations = R"( in TEST_F() local
210 const std::string declarations = R"( in TEST_F() local
233 const std::string declarations = R"( in TEST_F() local
257 const std::string declarations = R"( in TEST_F() local
291 const std::string declarations = R"( in TEST_F() local
312 const std::string declarations = R"( in TEST_F() local
[all …]
Dval_ray_query_test.cpp36 const std::string& declarations = "") { in GenerateShaderCode()
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
Dmain.go154 type declarations map[string]ast.Decl type
249 declarations declarations member
375 declarations declarations member
/third_party/typescript/src/services/
Drename.ts48 const { declarations } = symbol; constant
97 const { declarations } = symbol; constant
DgoToDefinition.ts110 const declarations = symbol.getDeclarations(); constant
432 …const declarations = signatureDeclarations.filter(selectConstructors ? isConstructorDeclaration : … constant
/third_party/weex-loader/deps/weex-styler/lib/
Dshorthand-parser.js50 module.exports = function (declarations) { argument
/third_party/lwip/contrib/apps/LwipMibCompiler/LwipSnmpCodeGeneration/
DMibCFile.cs53 private readonly List<CodeElement> declarations = new List<CodeElement>(); field in LwipSnmpCodeGeneration.MibCFile
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
DWrapSwitchStatementsInBlocks.cpp50 std::vector<TIntermDeclaration *> declarations; in visitSwitch() local
/third_party/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/
DCodeContainerBase.cs40 private readonly List<CodeElement> declarations = new List<CodeElement>(); field in CCodeGeneration.CodeContainerBase
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/spirv-tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
DEmulateFragColorData.cpp94 TIntermSequence declarations; in addDeclarations() local
/third_party/mbedtls/docs/proposed/
Dpsa-driver-interface.md1341 #### Declaring driver entry points
1347 #### Driver location values
1355 #### Multiple transparent drivers
/third_party/typescript/src/compiler/transformers/
Des2018.ts1129 const declarations = flattenDestructuringBinding( constant
1187 const declarations = flattenDestructuringBinding( constant
Ddestructuring.ts201 const declarations: VariableDeclaration[] = []; constant
/third_party/typescript/src/compiler/
DvisitorPublic.ts363 const declarations = context.endLexicalEnvironment(); constant
384 const declarations = context.endBlockScope(); constant
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-def/src/
Ditem_scope.rs47 declarations: Vec<ModuleDefId>, field
111 pub fn declarations(&self) -> impl Iterator<Item = ModuleDefId> + '_ { in declarations() method
/third_party/python/Doc/reference/
Dlexical_analysis.rst110 .. _explicit-joining:
/third_party/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py236 declarations = "" variable
/third_party/skia/m133/resources/sksl/es2_conformance/
Dimport_conformance_tests.py236 declarations = "" variable
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DFileDescriptor.cs64 private readonly Lazy<Dictionary<IDescriptor, DescriptorDeclaration>> declarations; field in Google.Protobuf.Reflection.FileDescriptor
/third_party/mesa3d/src/compiler/glsl/
Dast.h351 exec_list declarations; variable
906 exec_list declarations; variable
985 exec_list declarations; variable
1297 exec_list declarations; variable
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineExtendedDynamicStateTests.cpp315 std::vector<std::string> declarations; in getAttributeDeclarations() local
329 std::vector<std::string> declarations; in getDescriptorDeclarations() local
451 std::vector<std::string> declarations; in getAttributeDeclarations() local
465 std::vector<std::string> declarations; in getDescriptorDeclarations() local
571 std::vector<std::string> declarations; in getAttributeDeclarations() local
672 auto declarations = VertexWithPadding::getAttributeDeclarations(); in getAttributeDeclarations() local
679 auto declarations = VertexWithPadding::getDescriptorDeclarations(); in getDescriptorDeclarations() local
710 std::vector<std::string> declarations; in getFragInputAttributes() local
744 std::vector<std::string> declarations; in getAttributeDeclarations() local
762 std::vector<std::string> declarations; in getDescriptorDeclarations() local
[all …]
/third_party/typescript/src/services/refactors/
DconvertParamsToDestructuredObject.ts681 declarations: Node[]; property

123