Searched refs:is_flushed_depth (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_texture.c | 176 bool is_flushed_depth, bool tc_compatible_htile) in si_init_surface() 187 if (!is_flushed_depth && ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) { in si_init_surface() 194 if (!is_flushed_depth && is_depth) { in si_init_surface() 1260 bool is_flushed_depth = templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH || in si_texture_create_with_modifier() local 1271 !(sscreen->debug_flags & DBG(NO_HYPERZ)) && !is_flushed_depth && in si_texture_create_with_modifier() 1304 is_flushed_depth, tc_compatible_htile)) in si_texture_create_with_modifier() 173 si_init_surface(struct si_screen *sscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, uint64_t modifier, bool is_imported, bool is_scanout, bool is_flushed_depth, bool tc_compatible_htile) si_init_surface() argument
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_texture.c | 205 bool is_flushed_depth) in r600_init_surface() 216 if (rscreen->gfx_level >= EVERGREEN && !is_flushed_depth && in r600_init_surface() 224 if (!is_flushed_depth && is_depth) { in r600_init_surface() 1089 bool is_flushed_depth = templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH; in r600_texture_create() local 1094 false, false, is_flushed_depth); in r600_texture_create() 197 r600_init_surface(struct r600_common_screen *rscreen, struct radeon_surf *surface, const struct pipe_resource *ptex, enum radeon_surf_mode array_mode, unsigned pitch_in_bytes_override, unsigned offset, bool is_imported, bool is_scanout, bool is_flushed_depth) r600_init_surface() argument
|
Completed in 9 milliseconds