Home
last modified time | relevance | path

Searched refs:result_num_rows (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp253 uint32_t result_num_rows = 0; in ValidateCompositeConstruct() local
257 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateCompositeConstruct()
448 uint32_t result_num_rows = 0; in ValidateTranspose() local
453 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateTranspose()
476 if (result_num_rows != matrix_num_cols || in ValidateTranspose()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_composites.cpp253 uint32_t result_num_rows = 0; in ValidateCompositeConstruct() local
257 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateCompositeConstruct()
448 uint32_t result_num_rows = 0; in ValidateTranspose() local
453 if (!_.GetMatrixTypeInfo(result_type, &result_num_rows, &result_num_cols, in ValidateTranspose()
476 if (result_num_rows != matrix_num_cols || in ValidateTranspose()