Searched refs:is_flushed_depth (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c166 bool is_flushed_depth, bool tc_compatible_htile)
177 if (!is_flushed_depth && ptex->format == PIPE_FORMAT_Z32_FLOAT_S8X24_UINT) {
184 if (!is_flushed_depth && is_depth) {
1227 bool is_flushed_depth = templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH || local in function:si_texture_create_with_modifier
1238 !(sscreen->debug_flags & DBG(NO_HYPERZ)) && !is_flushed_depth &&
1272 is_flushed_depth, tc_compatible_htile))
163 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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dr600_texture.c204 bool is_flushed_depth)
215 if (rscreen->chip_class >= EVERGREEN && !is_flushed_depth &&
223 if (!is_flushed_depth && is_depth) {
1100 bool is_flushed_depth = templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH; local in function:r600_texture_create
1105 false, false, is_flushed_depth);
196 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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Dr600_texture.c205 bool is_flushed_depth)
216 if (rscreen->chip_class >= EVERGREEN && !is_flushed_depth &&
224 if (!is_flushed_depth && is_depth) {
1093 bool is_flushed_depth = templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH; local in function:r600_texture_create
1098 false, false, is_flushed_depth);
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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_texture.c229 bool is_flushed_depth,
241 if (!is_flushed_depth &&
249 if (!is_flushed_depth && is_depth) {
1582 bool is_flushed_depth = templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH; local in function:si_texture_create
1594 !is_flushed_depth &&
1601 0, 0, false, false, is_flushed_depth,
221 si_init_surface(struct si_screen * sscreen,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,bool tc_compatible_htile) argument

Completed in 13 milliseconds