Searched refs:m2_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 | 994 m2_is_const_int32 = false; in CooperativeMatrixShapesMatch() local 999 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1002 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1010 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1013 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1021 std::tie(m2_is_int32, m2_is_const_int32, m2_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 | 994 m2_is_const_int32 = false; in CooperativeMatrixShapesMatch() local 999 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1002 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1010 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1013 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1021 std::tie(m2_is_int32, m2_is_const_int32, m2_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 | 1166 m2_is_const_int32 = false; in CooperativeMatrixShapesMatch() local 1171 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1174 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1182 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1185 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch() 1193 std::tie(m2_is_int32, m2_is_const_int32, m2_value) = in CooperativeMatrixShapesMatch() 1196 if (m1_is_const_int32 && m2_is_const_int32 && m1_value != m2_value) { in CooperativeMatrixShapesMatch()
|