Searched defs:ObjectImpl (Results 1 – 1 of 1) sorted by relevance
414 struct ObjectImpl : public BASE struct416 using ID = sw::SpirvID<TYPE>;417 static constexpr auto Kind = KIND;419 ObjectImpl() in ObjectImpl() function426 static constexpr bool kindof(Object::Kind kind) { return kind == Kind; } in kindof()