Searched refs:SI_RESOURCE_FLAG_FLUSHED_DEPTH (Results 1 – 2 of 2) sorted by relevance
1234 !(templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH); in si_choose_tiling()1309 bool is_flushed_depth = templ->flags & SI_RESOURCE_FLAG_FLUSHED_DEPTH || in si_texture_create()1546 resource.flags = texture->flags | SI_RESOURCE_FLAG_FLUSHED_DEPTH; in si_init_flushed_depth_texture()
109 #define SI_RESOURCE_FLAG_FLUSHED_DEPTH (PIPE_RESOURCE_FLAG_DRV_PRIV << 1) macro