Home
last modified time | relevance | path

Searched defs:declarations (Results 1 - 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A 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/
H A Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/spirv-tools/test/opt/
H A Dcfg_cleanup_test.cpp27 const std::string declarations = R"(OpCapability Shader in TEST_F() local
/third_party/spirv-tools/test/val/
H A Dval_ray_tracing_reorder_test.cpp52 ss << declarations; in GenerateReorderThreadCode() local
69 const std::string declarations = R"( in TEST_F() local
84 const std::string declarations = R"( in TEST_F() local
172 ss << declarations; in GenerateReorderShaderCode() local
188 const std::string declarations = R"( in TEST_F() local
210 const std::string declarations = R"( TEST_F() local
233 const std::string declarations = R"( TEST_F() local
257 const std::string declarations = R"( TEST_F() local
291 const std::string declarations = R"( TEST_F() local
312 const std::string declarations = R"( TEST_F() local
334 const std::string declarations = R"( TEST_F() local
350 const std::string declarations = R"( TEST_F() local
366 const std::string declarations = R"( TEST_F() local
383 const std::string declarations = R"( TEST_F() local
400 const std::string declarations = R"( TEST_F() local
417 const std::string declarations = R"( TEST_F() local
434 const std::string declarations = R"( TEST_F() local
452 const std::string declarations = R"( TEST_F() local
470 const std::string declarations = R"( TEST_F() local
486 const std::string declarations = R"( TEST_F() local
502 const std::string declarations = R"( TEST_F() local
518 const std::string declarations = R"( TEST_F() local
534 const std::string declarations = R"( TEST_F() local
561 const std::string declarations = R"( TEST_F() local
580 const std::string declarations = R"( TEST_F() local
[all...]
H A Dval_ray_query_test.cpp101 ss << declarations; in GenerateShaderCode() local
H A Dval_image_test.cpp341 ss << declarations; in GenerateShaderCode() local
442 ss << declarations; in GenerateKernelCode() local
1330 const std::string declarations = R"( in TEST_F() local
3901 const std::string declarations = R"( in TEST_F() local
4093 const std::string declarations = R"( in TEST_F() local
6345 const std::string& declarations = R"( TEST_F() local
6393 const std::string& declarations = R"( TEST_F() local
6412 const std::string& declarations = R"( TEST_F() local
6437 const std::string& declarations = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/d3d/
H A DWrapSwitchStatementsInBlocks.cpp50 std::vector<TIntermDeclaration *> declarations; in visitSwitch() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/vulkan/
H A DEmulateFragColorData.cpp94 TIntermSequence declarations; in addDeclarations() local
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/idlgen/
H A Dmain.go154 type declarations map[string]ast.Decl type
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.py38 from pygccxml import declarations namespace
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_image_test.cpp323 ss << declarations; in GenerateShaderCode() local
3523 const std::string declarations = R"( in TEST_F() local
3704 const std::string declarations = R"( in TEST_F() local
5950 const std::string& declarations = R"( in TEST_F() local
5998 const std::string& declarations = R"( in TEST_F() local
6017 const std::string& declarations = R"( TEST_F() local
6042 const std::string& declarations = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_image_test.cpp323 ss << declarations; in GenerateShaderCode() local
3523 const std::string declarations = R"( in TEST_F() local
3704 const std::string declarations = R"( in TEST_F() local
5950 const std::string& declarations = R"( in TEST_F() local
5998 const std::string& declarations = R"( in TEST_F() local
6017 const std::string& declarations = R"( TEST_F() local
6042 const std::string& declarations = R"( TEST_F() local
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DFileDescriptor.cs81 private readonly Lazy<Dictionary<IDescriptor, DescriptorDeclaration>> declarations; field in Google.Protobuf.Reflection.FileDescriptor
/third_party/skia/resources/sksl/es2_conformance/
H A Dimport_conformance_tests.py236 declarations = "" variable
/third_party/node/deps/v8/src/runtime/
H A Druntime-scopes.cc128 Handle<FixedArray> declarations = args.at<FixedArray>(0); in RUNTIME_FUNCTION() local
176 Handle<FixedArray> declarations in RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Ddeclarations.cc38 std::vector<T*> declarations = in CheckAlreadyDeclared() local
H A Dast.h187 std::vector<Declaration*> declarations; member
212 std::vector<Declaration*>& declarations() { return declarations_; } in declarations() function in v8::internal::torque::Ast
213 const std::vector<Declaration*>& declarations() const { in declarations() function in v8::internal::torque::Ast
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_fpc.h57 uint32_t declarations[I915_PROGRAM_SIZE]; member
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc859 void AstPrinter::PrintDeclarations(Declaration::List* declarations) { in PrintDeclarations() argument
H A Dscopes.h224 base::ThreadedList<Declaration>* declarations() { return &decls_; } in declarations() function in v8::internal::Scope
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp609 std::string& declarations = specializationMap["DECLARATIONS"]; in initPrograms() local
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessVertexArraysTests.cpp285 std::string declarations = ""; in PrepareProgram() local
/third_party/skia/src/sksl/
H A DSkSLDSLParser.cpp250 void DSLParser::declarations() { in declarations() function in SkSL::DSLParser
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInterfaceMatchingTests.cpp607 std::string& declarations = specializationMap["DECLARATIONS"]; in initPrograms() local
[all...]
/third_party/libabigail/src/
H A Dabg-writer.cc2442 typedef scope_decl::declarations declarations; in write_translation_unit() typedef
2573 typedef scope_decl::declarations declarations; in write_namespace_decl() typedef
[all...]

Completed in 52 milliseconds

12