Home
last modified time | relevance | path

Searched refs:check_decorations (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidation_state.cpp1195 bool check_decorations) { in LogicallyMatch() argument
1200 if (check_decorations) { in LogicallyMatch()
1229 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch()
1250 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
Dvalidation_state.h710 bool check_decorations);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidation_state.cpp1195 bool check_decorations) { in LogicallyMatch() argument
1200 if (check_decorations) { in LogicallyMatch()
1229 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch()
1250 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
Dvalidation_state.h710 bool check_decorations);
/third_party/spirv-tools/source/val/
Dvalidation_state.cpp1367 bool check_decorations) { in LogicallyMatch() argument
1372 if (check_decorations) { in LogicallyMatch()
1401 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch()
1422 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
Dvalidation_state.h755 bool check_decorations);