Searched refs:dst_clear_supported (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blit.c347 bool dst_clear_supported = dst_aux_usage != ISL_AUX_USAGE_NONE; local in function:iris_blit
357 dst_aux_usage, dst_clear_supported);
546 bool src_clear_supported, dst_clear_supported; local in function:iris_copy_region
550 &dst_clear_supported);
590 dst_aux_usage, dst_clear_supported);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blit.c637 bool src_clear_supported, dst_clear_supported; local in function:iris_copy_region
641 &dst_clear_supported, true);
688 dst_aux_usage, dst_clear_supported);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c404 const bool dst_clear_supported = dst_aux_usage != ISL_AUX_USAGE_NONE; local in function:brw_blorp_blit_miptrees
406 dst_aux_usage, dst_clear_supported);
457 bool src_clear_supported, dst_clear_supported; local in function:brw_blorp_copy_miptrees
485 dst_clear_supported = devinfo->gen >= 9;
489 dst_clear_supported = false;
496 dst_aux_usage, dst_clear_supported);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blorp.c405 const bool dst_clear_supported = dst_aux_usage != ISL_AUX_USAGE_NONE; local in function:brw_blorp_blit_miptrees
407 dst_aux_usage, dst_clear_supported);
456 bool src_clear_supported, dst_clear_supported; local in function:brw_blorp_copy_miptrees
483 dst_clear_supported = false;
487 dst_clear_supported = false;
494 dst_aux_usage, dst_clear_supported);

Completed in 9 milliseconds