Searched refs:C_rows (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 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 520 if (notEqual(A_rows, C_rows) || notEqual(A_rows, D_rows) || in ArithmeticsPass() 521 notEqual(C_rows, D_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 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 520 if (notEqual(A_rows, C_rows) || notEqual(A_rows, D_rows) || in ArithmeticsPass() 521 notEqual(C_rows, D_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 498 C_rows = _.EvalInt32IfConst(C->GetOperandAs<uint32_t>(3)); in ArithmeticsPass() 520 if (notEqual(A_rows, C_rows) || notEqual(A_rows, D_rows) || in ArithmeticsPass() 521 notEqual(C_rows, D_rows)) { in ArithmeticsPass()
|