Searched refs:DEPTH_CLEAR_SLOW (Results 1 – 1 of 1) sorted by relevance
32 enum { DEPTH_CLEAR_SLOW, DEPTH_CLEAR_FAST }; enumerator498 extra.db_depth_clear = index == DEPTH_CLEAR_SLOW ? false : true; in create_depthstencil_pipeline()501 extra.db_stencil_clear = index == DEPTH_CLEAR_SLOW ? false : true; in create_depthstencil_pipeline()549 int index = fast ? DEPTH_CLEAR_FAST : DEPTH_CLEAR_SLOW; in pick_depthstencil_pipeline()