HomeSort by relevance Sort by last modified time
    Searched defs:DecorationManager (Results 1 - 2 of 2) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
decoration_manager.h 31 class DecorationManager {
34 explicit DecorationManager(Module* module) : module_(module) {
37 DecorationManager() = delete;
128 friend bool operator==(const DecorationManager&, const DecorationManager&);
129 friend bool operator!=(const DecorationManager& lhs,
130 const DecorationManager& rhs) {
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
decoration_manager.h 31 class DecorationManager {
34 explicit DecorationManager(Module* module) : module_(module) {
37 DecorationManager() = delete;
128 friend bool operator==(const DecorationManager&, const DecorationManager&);
129 friend bool operator!=(const DecorationManager& lhs,
130 const DecorationManager& rhs) {

Completed in 258 milliseconds