Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c1037 R600_RESOURCE_FLAG_FLUSHED_DEPTH) || in r600_texture_create_object()
1049 R600_RESOURCE_FLAG_FLUSHED_DEPTH))) { in r600_texture_create_object()
1167 templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH)) { in r600_choose_tiling()
1210 bool is_flushed_depth = templ->flags & R600_RESOURCE_FLAG_FLUSHED_DEPTH; in r600_texture_create()
1345 resource.flags = texture->flags | R600_RESOURCE_FLAG_FLUSHED_DEPTH; in r600_init_flushed_depth_texture()
Dr600_pipe_common.h49 #define R600_RESOURCE_FLAG_FLUSHED_DEPTH (PIPE_RESOURCE_FLAG_DRV_PRIV << 1) macro