Home
last modified time | relevance | path

Searched refs:fast_clear_state (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_resolve_map.h125 enum intel_fast_clear_state fast_clear_state; member
Dbrw_blorp.c818 const enum intel_fast_clear_state fast_clear_state = in do_single_blorp_clear() local
846 if (!color_updated && fast_clear_state == INTEL_FAST_CLEAR_STATE_CLEAR) in do_single_blorp_clear()
Dintel_mipmap_tree.c2154 return item->fast_clear_state; in intel_miptree_get_fast_clear_state()
2222 const enum intel_fast_clear_state fast_clear_state = in intel_miptree_used_for_rendering() local
2230 fast_clear_state == INTEL_FAST_CLEAR_STATE_CLEAR) { in intel_miptree_used_for_rendering()
2286 assert(item->fast_clear_state != INTEL_FAST_CLEAR_STATE_RESOLVED); in intel_miptree_resolve_color()
2307 assert(map->fast_clear_state != INTEL_FAST_CLEAR_STATE_RESOLVED); in intel_miptree_all_slices_resolve_color()
Dbrw_context.h1190 struct brw_fast_clear_state *fast_clear_state; member