Lines Matching refs:start
307 def bind_sampler_states(self, shader, start, num_states, states):
308 # FIXME: Handle non-zero start
309 assert start == 0
457 def set_sampler_views(self, shader, start, num, unbind_num_trailing_slots, take_ownership, views):
458 # FIXME: Handle non-zero start
459 assert start == 0
517 for i in range(info.start, info.start + count):
531 def _merge_vertices(self, start, count):
536 for index in range(start, start + count):
537 if index >= start + 16:
606 min_index = draws[0].start
607 max_index = draws[0].start + draws[0].count - 1