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.c562 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() local
1150 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()
Dr600_pipe_common.h219 struct r600_texture *flushed_depth_texture; member
Dr600_state.c717 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view_custom()
824 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
/external/mesa3d/src/gallium/drivers/radeon/
Dr600_texture.c820 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() local
1514 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()
Dr600_pipe_common.h214 struct r600_texture *flushed_depth_texture; member
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_blit.c345 (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()
Dsi_state.c3906 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()
Dsi_descriptors.c252 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()