Home
last modified time | relevance | path

Searched refs:brw_batch_has_aperture_space (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_blit.c547 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()
Dintel_batchbuffer.h49 bool brw_batch_has_aperture_space(struct brw_context *brw,
Dbrw_compute.c197 if (!brw_batch_has_aperture_space(brw, 0)) { in brw_dispatch_compute_common()
DgenX_blorp_exec.c292 if (!brw_batch_has_aperture_space(brw, 0)) { in genX()
Dbrw_draw.c891 if (!brw_batch_has_aperture_space(brw, 0)) { in brw_draw_single_prim()
Dintel_batchbuffer.c1041 brw_batch_has_aperture_space(struct brw_context *brw, unsigned extra_space) in brw_batch_has_aperture_space() function