Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c1234 !(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()
Dsi_pipe.h109 #define SI_RESOURCE_FLAG_FLUSHED_DEPTH (PIPE_RESOURCE_FLAG_DRV_PRIV << 1) macro