Home
last modified time | relevance | path

Searched refs:supports_fast_clear (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_mipmap_tree.h286 bool supports_fast_clear; member
Dintel_mipmap_tree.c385 mt->supports_fast_clear = true; in intel_miptree_choose_aux_usage()
1079 mt->supports_fast_clear = in intel_miptree_create_for_dri_image()
2775 bool supports_fast_clear = false; in intel_miptree_prepare_external() local
2793 supports_fast_clear = mod_info->supports_clear_color; in intel_miptree_prepare_external()
2798 aux_usage, supports_fast_clear); in intel_miptree_prepare_external()
2859 mt->supports_fast_clear = false; in intel_miptree_make_shareable()
Dbrw_blorp.c1198 if (!irb->mt->supports_fast_clear || in do_single_blorp_clear()