Lines Matching refs:group
191 renderpass = RenderPass(cleared=match.group(2),
192 gmem_reason=match.group(3),
193 num_draws=match.group(4))
200 renderpass.fb = FramebufferState(width=match.group(1),
201 height=match.group(2),
202 layers=match.group(3),
203 samples=match.group(4),
204 nr_cbufs=match.group(5))
209 surface = SurfaceState(width=match.group(1),
210 height=match.group(2),
211 samples=match.group(3),
212 format=match.group(4))
219 renderpass.binning_state = BinningState(nbins_x=match.group(1),
220 nbins_y=match.group(2),
221 bin_w=match.group(3),
222 bin_h=match.group(4))
234 renderpass.state_restore_time += int(match.group(1))
239 renderpass.prologue_time += int(match.group(1))
245 renderpass.binning_time += int(match.group(1))
251 renderpass.vsc_overflow_test_time += int(match.group(1))
256 renderpass.draw_time += int(match.group(1))
262 renderpass.resolve_time += int(match.group(1))
267 renderpass.fast_cleared = match.group(1)
272 renderpass.restore_clear_time += int(match.group(1))
287 frame.frame_nr = int(match.group(1))
296 time = int(match.group(1))