Home
last modified time | relevance | path

Searched defs:EntryPointInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dentry_point_info.h38 struct EntryPointInfo { struct
67 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;
Dentry_point_info.cc23 EntryPointInfo::EntryPointInfo(std::string the_name, in EntryPointInfo() function in tint::reader::spirv::EntryPointInfo