Searched refs:supports_fast_clear (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_mipmap_tree.h263 bool supports_fast_clear; member in struct:intel_mipmap_tree
H A Dintel_mipmap_tree.c387 mt->supports_fast_clear = true;
1071 mt->supports_fast_clear =
2748 bool supports_fast_clear = false; local in function:intel_miptree_prepare_external
2766 supports_fast_clear = mod_info->supports_clear_color;
2771 aux_usage, supports_fast_clear);
2834 mt->supports_fast_clear = false;
H A Dbrw_blorp.c1251 if (!irb->mt->supports_fast_clear ||
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_mipmap_tree.h263 bool supports_fast_clear; member in struct:brw_mipmap_tree
H A Dbrw_mipmap_tree.c187 mt->supports_fast_clear = true;
570 mt->supports_fast_clear = false;
658 mt->supports_fast_clear = false;
871 mt->supports_fast_clear =
2106 bool supports_fast_clear = false; local in function:brw_miptree_prepare_external
2124 supports_fast_clear = mod_info->supports_clear_color;
2129 aux_usage, supports_fast_clear);
2192 mt->supports_fast_clear = false;
H A Dbrw_blorp.c1228 if (!irb->mt->supports_fast_clear ||

Completed in 20 milliseconds