Home
last modified time | relevance | path

Searched refs:right_num_cols (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_arithmetics.cpp331 uint32_t right_num_cols = 0; in ArithmeticsPass() local
334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
356 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_arithmetics.cpp331 uint32_t right_num_cols = 0; in ArithmeticsPass() local
334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
356 if (res_num_cols != right_num_cols) in ArithmeticsPass()
/third_party/spirv-tools/source/val/
Dvalidate_arithmetics.cpp331 uint32_t right_num_cols = 0; in ArithmeticsPass() local
334 if (!_.GetMatrixTypeInfo(right_type_id, &right_num_rows, &right_num_cols, in ArithmeticsPass()
356 if (res_num_cols != right_num_cols) in ArithmeticsPass()