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()
562 r600_texture_reference(&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()1149 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() local1150 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture()1154 if (rtex->flushed_depth_texture) in r600_init_flushed_depth_texture()1202 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in r600_init_flushed_depth_texture()1203 if (*flushed_depth_texture == NULL) { in r600_init_flushed_depth_texture()1208 (*flushed_depth_texture)->non_disp_tiling = false; in r600_init_flushed_depth_texture()
219 struct r600_texture *flushed_depth_texture; member
717 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()824 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
820 r600_texture_reference(&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()1513 struct r600_texture **flushed_depth_texture = staging ? in si_init_flushed_depth_texture() local1514 staging : &rtex->flushed_depth_texture; in si_init_flushed_depth_texture()1518 if (rtex->flushed_depth_texture) in si_init_flushed_depth_texture()1566 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in si_init_flushed_depth_texture()1567 if (*flushed_depth_texture == NULL) { in si_init_flushed_depth_texture()
214 struct r600_texture *flushed_depth_texture; member
345 (tex->flushed_depth_texture || in si_decompress_depth()347 struct r600_texture *dst = tex->flushed_depth_texture; in si_decompress_depth()351 assert(tex->flushed_depth_texture); in si_decompress_depth()
3906 if (!tmp->flushed_depth_texture && in si_create_sampler_view_custom()3913 assert(tmp->flushed_depth_texture); in si_create_sampler_view_custom()3918 if (tmp->flushed_depth_texture->resource.b.b.format != tmp->resource.b.b.format) in si_create_sampler_view_custom()3919 pipe_format = tmp->flushed_depth_texture->resource.b.b.format; in si_create_sampler_view_custom()3921 tmp = tmp->flushed_depth_texture; in si_create_sampler_view_custom()
252 resource = &tex->flushed_depth_texture->resource.b.b; in si_sampler_view_add_buffer()321 tex = tex->flushed_depth_texture; in si_set_mutable_tex_desc_fields()