Searched refs:A_cols (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_arithmetics.cpp | 489 A_rows, B_rows, C_rows, D_rows, A_cols, B_cols, C_cols, D_cols; in ArithmeticsPass() local 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 534 if (notEqual(A_cols, B_rows)) { in ArithmeticsPass()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 489 A_rows, B_rows, C_rows, D_rows, A_cols, B_cols, C_cols, D_cols; in ArithmeticsPass() local 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 534 if (notEqual(A_cols, B_rows)) { in ArithmeticsPass()
|
/third_party/spirv-tools/source/val/ |
D | validate_arithmetics.cpp | 489 A_rows, B_rows, C_rows, D_rows, A_cols, B_cols, C_cols, D_cols; in ArithmeticsPass() local 501 A_cols = _.EvalInt32IfConst(A->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 534 if (notEqual(A_cols, B_rows)) { in ArithmeticsPass()
|