Searched refs:mat_cols (Results 1 – 3 of 3) sorted by relevance
47 int64 mat_cols = cols; in MatVec() local50 std::swap(mat_rows, mat_cols); in MatVec()53 auto mat = MatrixMap(mat_buf, mat_rows, mat_cols); in MatVec()
172 unsigned mat_cols = 1; in try_mask_partial_io() local176 mat_cols = glsl_get_matrix_columns(glsl_without_array(type)); in try_mask_partial_io()186 if (offset >= num_elems * elem_width * mat_cols) { in try_mask_partial_io()
182 const int mat_cols = Transpose ? mat.dimension(0) : mat.dimension(1); in Initialize() local184 DCHECK_LE(num_cols + col_offset, mat_cols); in Initialize()