Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dr600_texture.c250 if (rtex->flushed_depth_texture) in r600_texture_destroy()
251 si_resource_reference((struct si_resource **)&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()
327 trans->transfer.stride = rtex->flushed_depth_texture->surface.level[level].pitch_bytes; in si_texture_get_transfer()
328 trans->offset = r600_texture_get_offset(rtex->flushed_depth_texture, level, box->z); in si_texture_get_transfer()
391 if ((transfer->usage & PIPE_TRANSFER_WRITE) && rtex->flushed_depth_texture) in si_texture_transfer_destroy()
414 if (rtex->flushed_depth_texture) in si_texture_transfer_map()
415 buf = rtex->flushed_depth_texture->resource.cs_buf; in si_texture_transfer_map()
443 if (rtex->flushed_depth_texture) { in si_texture_transfer_unmap()
444 buf = rtex->flushed_depth_texture->resource.cs_buf; in si_texture_transfer_unmap()
633 if (rtex->flushed_depth_texture) in r600_texture_depth_flush()
[all …]
Dr600_resource.h52 struct r600_resource_texture *flushed_depth_texture; member
Dr600_blit.c139 surf_tmpl.format = texture->flushed_depth_texture->real_format; in si_blit_uncompress_depth()
142 (struct pipe_resource*)texture->flushed_depth_texture, &surf_tmpl); in si_blit_uncompress_depth()
397 (struct pipe_resource *)texture->flushed_depth_texture, 0, in r600_blit_push_depth()
Dsi_state.c1469 rtex = rtex->flushed_depth_texture; in si_cb()
2036 tmp = tmp->flushed_depth_texture; in si_create_sampler_view()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c236 if (rtex->flushed_depth_texture) in r600_texture_destroy()
237 pipe_resource_reference((struct pipe_resource **)&rtex->flushed_depth_texture, NULL); in r600_texture_destroy()
566 struct r600_texture **flushed_depth_texture = staging ? in r600_init_flushed_depth_texture() local
567 staging : &rtex->flushed_depth_texture; in r600_init_flushed_depth_texture()
569 if (!staging && rtex->flushed_depth_texture) in r600_init_flushed_depth_texture()
587 …*flushed_depth_texture = (struct r600_texture *)ctx->screen->resource_create(ctx->screen, &resourc… in r600_init_flushed_depth_texture()
588 if (*flushed_depth_texture == NULL) { in r600_init_flushed_depth_texture()
593 (*flushed_depth_texture)->is_flushing_texture = TRUE; in r600_init_flushed_depth_texture()
Dr600_resource.h56 struct r600_texture *flushed_depth_texture; member
Dr600_blit.c139 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local
140 staging : texture->flushed_depth_texture; in r600_blit_decompress_depth()
198 surf_tmpl.format = flushed_depth_texture->resource.b.b.format; in r600_blit_decompress_depth()
204 &flushed_depth_texture->resource.b.b, &surf_tmpl); in r600_blit_decompress_depth()
Dr600_state.c1050 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view()
1271 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
Devergreen_state.c1025 tmp = tmp->flushed_depth_texture; in evergreen_create_sampler_view()
1257 rtex = rtex->flushed_depth_texture; in evergreen_init_color_surface()