Searched refs:flushed_depth_texture (Results 1 – 9 of 9) sorted by relevance
120 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local121 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()
583 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() local1164 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()
213 struct r600_texture *flushed_depth_texture; member
716 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()823 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
498 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()
313 (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()
4218 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()
317 struct si_texture *flushed_depth_texture; member
233 tex = tex->flushed_depth_texture; in si_sampler_view_add_buffer()307 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()