Searched refs:brw_batch_has_aperture_space (Results 1 – 6 of 6) sorted by relevance
547 if (!brw_batch_has_aperture_space(brw, bo_sizes)) in intelEmitCopyBlit()550 if (!brw_batch_has_aperture_space(brw, bo_sizes)) in intelEmitCopyBlit()821 if (!brw_batch_has_aperture_space(brw, mt->bo->size)) in intel_miptree_set_alpha_to_one()
49 bool brw_batch_has_aperture_space(struct brw_context *brw,
197 if (!brw_batch_has_aperture_space(brw, 0)) { in brw_dispatch_compute_common()
292 if (!brw_batch_has_aperture_space(brw, 0)) { in genX()
891 if (!brw_batch_has_aperture_space(brw, 0)) { in brw_draw_single_prim()
1041 brw_batch_has_aperture_space(struct brw_context *brw, unsigned extra_space) in brw_batch_has_aperture_space() function