Searched refs:result_num_cols (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 254 uint32_t result_num_cols = 0; in ValidateCompositeConstruct() local 257 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateCompositeConstruct() 262 if (result_num_cols + 2 != num_operands) { in ValidateCompositeConstruct() 449 uint32_t result_num_cols = 0; in ValidateTranspose() local 453 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateTranspose() 477 result_num_cols != matrix_num_rows) { in ValidateTranspose()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_composites.cpp | 254 uint32_t result_num_cols = 0; in ValidateCompositeConstruct() local 257 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateCompositeConstruct() 262 if (result_num_cols + 2 != num_operands) { in ValidateCompositeConstruct() 449 uint32_t result_num_cols = 0; in ValidateTranspose() local 453 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateTranspose() 477 result_num_cols != matrix_num_rows) { in ValidateTranspose()
|