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.c187 mt->supports_fast_clear = true; in intel_miptree_choose_aux_usage()
570 mt->supports_fast_clear = false; in intel_miptree_create()
658 mt->supports_fast_clear = false; in intel_miptree_create_for_bo()
871 mt->supports_fast_clear = in intel_miptree_create_for_dri_image()
2163 bool supports_fast_clear = false; in intel_miptree_prepare_external() local
2181 supports_fast_clear = mod_info->supports_clear_color; in intel_miptree_prepare_external()
2186 aux_usage, supports_fast_clear); in intel_miptree_prepare_external()
2249 mt->supports_fast_clear = false; in intel_miptree_make_shareable()
Dintel_mipmap_tree.h263 bool supports_fast_clear; member
Dbrw_blorp.c1248 if (!irb->mt->supports_fast_clear || in do_single_blorp_clear()