Home
last modified time | relevance | path

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

/external/swiftshader/src/Pipeline/
DSpirvShaderDebugger.cpp414 struct ObjectImpl : public BASE struct
416 using ID = sw::SpirvID<TYPE>;
417 static constexpr auto Kind = KIND;
419 ObjectImpl() in ObjectImpl() function
426 static constexpr bool kindof(Object::Kind kind) { return kind == Kind; } in kindof()