Lines Matching refs:compile
149 flush_batch_match = re.compile(r": flush_batch: (\S+): cleared=(\S+), gmem_reason=(\S+), num_draws=(\S+)")
150 framebuffer_match = re.compile(r": framebuffer: (\S+)x(\S+)x(\S+)@(\S+), nr_cbufs: (\S+)")
151 surface_match = re.compile(r": surface: (\S+)x(\S+)@(\S+), fmt=(\S+)")
154 gmem_match = re.compile(r": render_gmem: (\S+)x(\S+) bins of (\S+)x(\S+)")
155 sysmem_match = re.compile(r": render_sysmem")
156 state_restore_match = re.compile(r"\+(\S+): end_state_restore")
157 prologue_match = re.compile(r"\+(\S+): end_prologue")
158 binning_ib_match = re.compile(r"\+(\S+): end_binning_ib")
159 vsc_overflow_match = re.compile(r"\+(\S+): end_vsc_overflow_test")
160 draw_ib_match = re.compile(r"\+(\S+): end_draw_ib")
161 resolve_match = re.compile(r"\+(\S+): end_resolve")
163 start_clear_restore_match = re.compile(r"start_clear_restore: fast_cleared: (\S+)")
164 end_clear_restore_match = re.compile(r"\+(\S+): end_clear_restore")
167 compute_match = re.compile(r": start_compute")
168 blit_match = re.compile(r": start_blit")
171 elapsed_match = re.compile(r"ELAPSED: (\S+) ns")
172 eof_match = re.compile(r"END OF FRAME (\S+)")