Home
last modified time | relevance | path

Searched refs:flushed_depth_texture (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c115 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local
116 staging : texture->flushed_depth_texture; in r600_blit_decompress_depth()
172 surf_tmpl.format = flushed_depth_texture->resource.b.b.format; in r600_blit_decompress_depth()
174 &flushed_depth_texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth()
Dr600_state.c716 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()
823 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c567 r600_texture_reference(&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()
1297 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() local
1298 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture()
1302 if (rtex->flushed_depth_texture) in r600_init_flushed_depth_texture()
1350 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in r600_init_flushed_depth_texture()
1351 if (*flushed_depth_texture == NULL) { in r600_init_flushed_depth_texture()
1356 (*flushed_depth_texture)->non_disp_tiling = false; in r600_init_flushed_depth_texture()
Dr600_pipe_common.h252 struct r600_texture *flushed_depth_texture; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c340 (tex->flushed_depth_texture || in si_flush_depth_texture()
342 struct r600_texture *dst = tex->flushed_depth_texture; in si_flush_depth_texture()
346 assert(tex->flushed_depth_texture); in si_flush_depth_texture()
Dsi_state.c3106 if (!tmp->flushed_depth_texture && in si_create_sampler_view_custom()
3113 assert(tmp->flushed_depth_texture); in si_create_sampler_view_custom()
3118 if (tmp->flushed_depth_texture->resource.b.b.format != tmp->resource.b.b.format) in si_create_sampler_view_custom()
3119 pipe_format = tmp->flushed_depth_texture->resource.b.b.format; in si_create_sampler_view_custom()
3121 tmp = tmp->flushed_depth_texture; in si_create_sampler_view_custom()
Dsi_descriptors.c310 resource = &tex->flushed_depth_texture->resource.b.b; in si_sampler_view_add_buffer()
387 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()