Searched refs:n_matrix (Results 1 – 1 of 1) sorted by relevance
3527 for (unsigned int n_matrix = 0; n_matrix < m_n_batches; ++n_matrix) in initBuffers() local3529 double* matrix_ptr = (double*)(m_bo_1_data + n_matrix * m_bo_1_batch_size + m_bo_1_offset_matrix); in initBuffers()3533 matrix_ptr[n_element] = (double)(n_matrix * 3 * 3 + n_element + 1); in initBuffers()3574 for (unsigned int n_matrix = 0; n_matrix < m_n_batches; ++n_matrix) in initBuffers() local3576 unsigned char* matrix_ptr = m_bo_2_data + n_matrix * m_bo_2_batch_size + m_bo_2_offset_matrix; in initBuffers()3580 u.d = (double)(n_matrix * 4 * 2 + n_element); in initBuffers()