Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_mipmap_tree.c187 mt->supports_fast_clear = true; in brw_miptree_choose_aux_usage()
570 mt->supports_fast_clear = false; in brw_miptree_create()
658 mt->supports_fast_clear = false; in brw_miptree_create_for_bo()
871 mt->supports_fast_clear = in brw_miptree_create_for_dri_image()
2106 bool supports_fast_clear = false; in brw_miptree_prepare_external() local
2124 supports_fast_clear = mod_info->supports_clear_color; in brw_miptree_prepare_external()
2129 aux_usage, supports_fast_clear); in brw_miptree_prepare_external()
2192 mt->supports_fast_clear = false; in brw_miptree_make_shareable()
Dbrw_mipmap_tree.h263 bool supports_fast_clear; member
Dbrw_blorp.c1228 if (!irb->mt->supports_fast_clear || in do_single_blorp_clear()