Searched refs:index_offsets (Results 1 – 3 of 3) sorted by relevance
51 const std::vector<int64_t> &index_offsets() const { return index_offsets_; } in index_offsets() function
1652 const glw::GLuint* index_offsets[] = { m_draw_call_index_offset, m_draw_call_index2_offset }; in setUpTestCases() local1653 const unsigned int n_index_offsets = sizeof(index_offsets) / sizeof(index_offsets[0]); in setUpTestCases()1657 const glw::GLuint* current_index_offset = index_offsets[n_index_offset]; in setUpTestCases()2334 const glw::GLuint* index_offsets[] = { m_draw_call_index_offset, m_draw_call_index2_offset }; in setUpTestCases() local2335 const unsigned int n_index_offsets = sizeof(index_offsets) / sizeof(index_offsets[0]); in setUpTestCases()2339 const glw::GLuint* current_index_offset = index_offsets[n_index_offset]; in setUpTestCases()
2685 auto index_offsets = gatherv2_info->index_offsets(); in CheckpointStrategy() local2686 if (param_split_shapes.size() != index_offsets.size()) { in CheckpointStrategy()2691 …manual_shape.emplace_back(std::make_pair(param_split_shapes[LongToSize(i)], index_offsets[LongToSi… in CheckpointStrategy()