Searched refs:flushed_depth_texture (Results 1 – 10 of 10) sorted by relevance
122 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local123 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()
582 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() local1156 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()
208 struct r600_texture *flushed_depth_texture; member
721 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()828 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
482 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()
333 (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()
234 si_texture_reference(&tex->flushed_depth_texture, NULL); in si_resource_destroy()
4575 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()
230 tex = tex->flushed_depth_texture; in si_sampler_view_add_buffer()296 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()
379 struct si_texture *flushed_depth_texture; member