Home
last modified time | relevance | path

Searched refs:is_flushing_texture (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_resource.h53 boolean is_flushing_texture; member
Dr600_blit.c173 if (tex->is_flushing_texture) in si_flush_depth_textures()
187 if (tex->is_flushing_texture) in si_flush_depth_textures()
341 if (rsrc->depth && !rsrc->is_flushing_texture) in r600_resource_copy_region()
Dr600_texture.c390 if (rtex->depth && !rtex->is_flushing_texture) { in si_texture_transfer_destroy()
654 ((struct r600_resource_texture *)rtex->flushed_depth_texture)->is_flushing_texture = TRUE; in r600_texture_depth_flush()
Dsi_state.c1467 if (rtex->depth && !rtex->is_flushing_texture) { in si_cb()
2034 if (tmp->depth && !tmp->is_flushing_texture) { in si_create_sampler_view()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.h57 boolean is_flushing_texture; member
Dr600_blit.c246 assert(tex->is_depth && !tex->is_flushing_texture); in r600_decompress_depth_textures()
343 if (rsrc->is_depth && !rsrc->is_flushing_texture) { in r600_copy_first_sample()
695 if (rsrc->is_depth && !rsrc->is_flushing_texture) { in r600_resource_copy_region()
Dr600_texture.c593 (*flushed_depth_texture)->is_flushing_texture = TRUE; in r600_init_flushed_depth_texture()
Dr600_state.c1045 if (tmp->is_depth && !tmp->is_flushing_texture) { in r600_create_sampler_view()
1269 if (rtex->is_depth && !rtex->is_flushing_texture) { in r600_init_color_surface()
Devergreen_state.c1020 if (tmp->is_depth && !tmp->is_flushing_texture) { in evergreen_create_sampler_view()
1255 if (rtex->is_depth && !rtex->is_flushing_texture) { in evergreen_init_color_surface()
Dr600_state_common.c630 if (rtex->is_depth && !rtex->is_flushing_texture) { in r600_set_sampler_views()