Searched refs:first_begin (Results 1 – 5 of 5) sorted by relevance
313 InputIterator1 first_begin, InputIterator1 first_end, in test_all_eq_impl() argument316 InputIterator1 first_it = first_begin; in test_all_eq_impl()383 InputIterator1 first_begin, InputIterator1 first_end, in test_all_with_impl() argument387 InputIterator1 first_it = first_begin; in test_all_with_impl()
156 query->first_begin = query->first->head; in gfx10_sh_query_begin()260 results_begin = query->first_begin; in gfx10_sh_query_get_result()367 unsigned begin = qbuf == query->first ? query->first_begin : 0; in gfx10_sh_query_get_result_resource()
263 unsigned first_begin; member
991 unsigned results_base = gfx10_query->first_begin; in si_emit_query_predication()995 unsigned begin = qbuf == gfx10_query->first ? gfx10_query->first_begin : 0; in si_emit_query_predication()
433 auto first_begin = GetSliceBeginAndSize(first_slice_cnode, SliceBeginIndex); in SiblingsAreSameSlice() local435 …MS_CHECK_TRUE_MSG(first_begin.size() >= first_axes.size(), RET_ERROR, "first_begin.size() is wrong… in SiblingsAreSameSlice()462 if (begin[j] != first_begin[k]) { in SiblingsAreSameSlice()470 … auto actual_first_size = first_size[k] > 0 ? first_size[k] : ref_shape[axe] - first_begin[k]; in SiblingsAreSameSlice()