Home
last modified time | relevance | path

Searched refs:is_flushed_depth (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c219 bool is_imported, bool is_scanout, bool is_flushed_depth, in si_init_surface() argument
230 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() local
1320 !(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()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c205 bool is_flushed_depth) in r600_init_surface() argument
216 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() local
1102 false, false, is_flushed_depth); in r600_texture_create()