Searched refs:LogicallyMatch (Results 1 – 12 of 12) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_function.cpp | 53 return _.LogicallyMatch(a_type_inst, b_type_inst, true); in DoPointeesLogicallyMatch()
|
D | validation_state.cpp | 1193 bool ValidationState_t::LogicallyMatch(const Instruction* lhs, in LogicallyMatch() function in spvtools::val::ValidationState_t 1229 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch() 1250 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
|
D | validate_composites.cpp | 570 if (!_.LogicallyMatch(source_type, result_type, false)) { in ValidateCopyLogical()
|
D | validation_state.h | 709 bool LogicallyMatch(const Instruction* lhs, const Instruction* rhs,
|
/third_party/spirv-tools/source/val/ |
D | validate_function.cpp | 53 return _.LogicallyMatch(a_type_inst, b_type_inst, true); in DoPointeesLogicallyMatch()
|
D | validation_state.cpp | 1365 bool ValidationState_t::LogicallyMatch(const Instruction* lhs, in LogicallyMatch() function in spvtools::val::ValidationState_t 1401 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch() 1422 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
|
D | validate_composites.cpp | 570 if (!_.LogicallyMatch(source_type, result_type, false)) { in ValidateCopyLogical()
|
D | validation_state.h | 754 bool LogicallyMatch(const Instruction* lhs, const Instruction* rhs,
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_function.cpp | 53 return _.LogicallyMatch(a_type_inst, b_type_inst, true); in DoPointeesLogicallyMatch()
|
D | validation_state.cpp | 1193 bool ValidationState_t::LogicallyMatch(const Instruction* lhs, in LogicallyMatch() function in spvtools::val::ValidationState_t 1229 return LogicallyMatch(lhs_ele, rhs_ele, check_decorations); in LogicallyMatch() 1250 if (!LogicallyMatch(lhs_ele, rhs_ele, check_decorations)) { in LogicallyMatch()
|
D | validate_composites.cpp | 570 if (!_.LogicallyMatch(source_type, result_type, false)) { in ValidateCopyLogical()
|
D | validation_state.h | 709 bool LogicallyMatch(const Instruction* lhs, const Instruction* rhs,
|