Searched refs:B_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 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 527 if (notEqual(B_cols, C_cols) || notEqual(B_cols, D_cols) || 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 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 527 if (notEqual(B_cols, C_cols) || notEqual(B_cols, D_cols) || 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 502 B_cols = _.EvalInt32IfConst(B->GetOperandAs<uint32_t>(4)); in ArithmeticsPass() 527 if (notEqual(B_cols, C_cols) || notEqual(B_cols, D_cols) || in ArithmeticsPass()
|