Searched defs:EntryPointInfo (Results 1 – 2 of 2) sorted by relevance
38 struct EntryPointInfo { struct67 std::string name;69 ast::PipelineStage stage = ast::PipelineStage::kNone;76 bool owns_inner_implementation;78 std::string inner_name;80 std::vector<uint32_t> inputs;82 std::vector<uint32_t> outputs;88 GridSize workgroup_size;
23 EntryPointInfo::EntryPointInfo(std::string the_name, in EntryPointInfo() function in tint::reader::spirv::EntryPointInfo