Home
last modified time | relevance | path

Searched refs:has_patch (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_interfaces.cpp231 bool has_patch = false; in GetLocationsForVariable() local
264 has_patch = true; in GetLocationsForVariable()
278 if (!has_patch) { in GetLocationsForVariable()
283 if (!is_output && !has_patch) { in GetLocationsForVariable()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_interfaces.cpp239 bool has_patch = false; in GetLocationsForVariable() local
272 has_patch = true; in GetLocationsForVariable()
286 if (!has_patch) { in GetLocationsForVariable()
291 if (!is_output && !has_patch) { in GetLocationsForVariable()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_interfaces.cpp239 bool has_patch = false; in GetLocationsForVariable() local
272 has_patch = true; in GetLocationsForVariable()
286 if (!has_patch) { in GetLocationsForVariable()
291 if (!is_output && !has_patch) { in GetLocationsForVariable()
/third_party/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h287 bool has_patch() const;
1031 inline bool Version::has_patch() const { in has_patch() function