Home
last modified time | relevance | path

Searched defs:EntryPoint (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/tint/src/inspector/
Dentry_point.h119 struct EntryPoint { struct
129 std::string name;
131 std::string remapped_name;
133 ast::PipelineStage stage = ast::PipelineStage::kNone;
135 uint32_t workgroup_size_x = 0;
137 uint32_t workgroup_size_y = 0;
139 uint32_t workgroup_size_z = 0;
141 std::vector<StageVariable> input_variables;
143 std::vector<StageVariable> output_variables;
145 std::vector<OverridableConstant> overridable_constants;
[all …]
/third_party/spirv-tools/test/val/
Dval_code_generator.h23 struct EntryPoint { struct
37 std::vector<EntryPoint> entry_points_; argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_code_generator.h23 struct EntryPoint { struct
37 std::vector<EntryPoint> entry_points_; argument
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_code_generator.h23 struct EntryPoint { struct
37 std::vector<EntryPoint> entry_points_; argument
/third_party/libphonenumber/tools/java/cpp-build/src/com/google/i18n/phonenumbers/
DEntryPoint.java24 public class EntryPoint { class
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/
DEntryPoint.java27 public class EntryPoint { class
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.hpp145 struct EntryPoint struct
147 std::string name;
148 spv::ExecutionModel execution_model;
/third_party/skia/modules/particles/include/
DSkParticleEffect.h192 enum class EntryPoint { enum
/third_party/python/Lib/importlib/metadata/
D__init__.py124 class EntryPoint( class
/third_party/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp625 LPVOID EntryPoint; member
/third_party/flutter/skia/third_party/externals/angle2/util/windows/third_party/StackWalker/src/
DStackWalker.cpp625 LPVOID EntryPoint; member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DSubzeroReactor.cpp630 struct EntryPoint struct
632 const void *entry;
633 size_t codeSize = 0;
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
Dentry_points_enum_autogen.h16 enum class EntryPoint enum
/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h16 enum class EntryPoint enum
/third_party/vk-gl-cts/external/amber/src/src/vkscript/
Dcommand_parser_test.cc718 TEST_F(CommandParserTest, EntryPoint) { in TEST_F() argument