Searched defs:EntryPoint (Results 1 – 15 of 15) sorted by relevance
119 struct EntryPoint { struct129 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 …]
23 struct EntryPoint { struct37 std::vector<EntryPoint> entry_points_; argument
24 public class EntryPoint { class
27 public class EntryPoint { class
145 struct EntryPoint struct147 std::string name;148 spv::ExecutionModel execution_model;
192 enum class EntryPoint { enum
124 class EntryPoint( class
625 LPVOID EntryPoint; member
630 struct EntryPoint struct632 const void *entry;633 size_t codeSize = 0;
16 enum class EntryPoint enum
718 TEST_F(CommandParserTest, EntryPoint) { in TEST_F() argument