Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_blit.c122 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local
123 staging : texture->flushed_depth_texture; in r600_blit_decompress_depth()
179 surf_tmpl.format = flushed_depth_texture->resource.b.b.format; in r600_blit_decompress_depth()
181 &flushed_depth_texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth()
Dr600_texture.c582 r600_texture_reference(&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()
1155 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() local
1156 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture()
1160 if (rtex->flushed_depth_texture) in r600_init_flushed_depth_texture()
1208 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in r600_init_flushed_depth_texture()
1209 if (*flushed_depth_texture == NULL) { in r600_init_flushed_depth_texture()
1214 (*flushed_depth_texture)->non_disp_tiling = false; in r600_init_flushed_depth_texture()
Dr600_pipe_common.h208 struct r600_texture *flushed_depth_texture; member
Dr600_state.c721 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()
828 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c482 si_texture_reference(&tex->flushed_depth_texture, new_tex->flushed_depth_texture); in si_reallocate_texture_inplace()
1697 assert(!tex->flushed_depth_texture); in si_init_flushed_depth_texture()
1741 tex->flushed_depth_texture = in si_init_flushed_depth_texture()
1743 if (!tex->flushed_depth_texture) { in si_init_flushed_depth_texture()
Dsi_blit.c333 (tex->flushed_depth_texture || si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b))) { in si_decompress_depth()
334 struct si_texture *dst = tex->flushed_depth_texture; in si_decompress_depth()
338 assert(tex->flushed_depth_texture); in si_decompress_depth()
Dsi_buffer.c234 si_texture_reference(&tex->flushed_depth_texture, NULL); in si_resource_destroy()
Dsi_state.c4575 if (!tex->flushed_depth_texture && !si_init_flushed_depth_texture(ctx, texture)) { in si_create_sampler_view()
4581 assert(tex->flushed_depth_texture); in si_create_sampler_view()
4586 if (tex->flushed_depth_texture->buffer.b.b.format != tex->buffer.b.b.format) in si_create_sampler_view()
4587 pipe_format = tex->flushed_depth_texture->buffer.b.b.format; in si_create_sampler_view()
4589 tex = tex->flushed_depth_texture; in si_create_sampler_view()
Dsi_descriptors.c230 tex = tex->flushed_depth_texture; in si_sampler_view_add_buffer()
296 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()
Dsi_pipe.h379 struct si_texture *flushed_depth_texture; member