Searched refs:m1_is_const_int32 (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.cpp | 993 bool m1_is_int32 = false, m1_is_const_int32 = false, m2_is_int32 = false, in CooperativeMatrixShapesMatch() local 997 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1002 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1008 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1013 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1019 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1024 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.cpp | 993 bool m1_is_int32 = false, m1_is_const_int32 = false, m2_is_int32 = false, in CooperativeMatrixShapesMatch() local 997 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1002 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1008 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1013 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1019 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1024 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch()
|
/third_party/spirv-tools/source/val/ |
D | validation_state.cpp | 1165 bool m1_is_int32 = false, m1_is_const_int32 = false, m2_is_int32 = false, in CooperativeMatrixShapesMatch() local 1169 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1174 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1180 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1185 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1191 std::tie(m1_is_int32, m1_is_const_int32, m1_value) = in CooperativeMatrixShapesMatch() 1196 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch()
|