Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c120 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local
121 staging : texture->flushed_depth_texture; in r600_blit_decompress_depth()
177 surf_tmpl.format = flushed_depth_texture->resource.b.b.format; in r600_blit_decompress_depth()
179 &flushed_depth_texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth()
Dr600_texture.c583 r600_texture_reference(&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()
1163 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() local
1164 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture()
1168 if (rtex->flushed_depth_texture) in r600_init_flushed_depth_texture()
1216 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in r600_init_flushed_depth_texture()
1217 if (*flushed_depth_texture == NULL) { in r600_init_flushed_depth_texture()
1222 (*flushed_depth_texture)->non_disp_tiling = false; in r600_init_flushed_depth_texture()
Dr600_pipe_common.h213 struct r600_texture *flushed_depth_texture; member
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/radeonsi/
Dsi_texture.c498 si_texture_reference(&tex->flushed_depth_texture, new_tex->flushed_depth_texture); in si_reallocate_texture_inplace()
813 si_texture_reference(&tex->flushed_depth_texture, NULL); in si_texture_destroy()
1505 assert(!tex->flushed_depth_texture); in si_init_flushed_depth_texture()
1548 tex->flushed_depth_texture = in si_init_flushed_depth_texture()
1550 if (!tex->flushed_depth_texture) { in si_init_flushed_depth_texture()
Dsi_blit.c313 (tex->flushed_depth_texture || si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b))) { in si_decompress_depth()
314 struct si_texture *dst = tex->flushed_depth_texture; in si_decompress_depth()
318 assert(tex->flushed_depth_texture); in si_decompress_depth()
Dsi_state.c4218 if (!tex->flushed_depth_texture && !si_init_flushed_depth_texture(ctx, texture)) { in si_create_sampler_view_custom()
4224 assert(tex->flushed_depth_texture); in si_create_sampler_view_custom()
4229 if (tex->flushed_depth_texture->buffer.b.b.format != tex->buffer.b.b.format) in si_create_sampler_view_custom()
4230 pipe_format = tex->flushed_depth_texture->buffer.b.b.format; in si_create_sampler_view_custom()
4232 tex = tex->flushed_depth_texture; in si_create_sampler_view_custom()
Dsi_pipe.h317 struct si_texture *flushed_depth_texture; member
Dsi_descriptors.c233 tex = tex->flushed_depth_texture; in si_sampler_view_add_buffer()
307 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()