Searched refs:is_flushed_depth (Results 1 – 2 of 2) sorted by relevance
219 bool is_imported, bool is_scanout, bool is_flushed_depth, in si_init_surface() argument230 if (!is_flushed_depth && ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) { in si_init_surface()237 if (!is_flushed_depth && is_depth) { in si_init_surface()1309 bool is_flushed_depth = templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH || in si_texture_create() local1320 !(sscreen->debug_flags & DBG(NO_HYPERZ)) && !is_flushed_depth && in si_texture_create()1353 plane_templ[i].bind & PIPE_BIND_SCANOUT, is_flushed_depth, in si_texture_create()
205 bool is_flushed_depth) in r600_init_surface() argument216 if (rscreen->chip_class >= EVERGREEN && !is_flushed_depth && in r600_init_surface()224 if (!is_flushed_depth && is_depth) { in r600_init_surface()1097 bool is_flushed_depth = templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH; in r600_texture_create() local1102 false, false, is_flushed_depth); in r600_texture_create()