Searched refs:flushed_depth_texture (Results 1 – 9 of 9) sorted by relevance
250 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 …]
52 struct r600_resource_texture *flushed_depth_texture; member
139 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()
1469 rtex = rtex->flushed_depth_texture; in si_cb()2036 tmp = tmp->flushed_depth_texture; in si_create_sampler_view()
236 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() local567 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()
56 struct r600_texture *flushed_depth_texture; member
139 struct r600_texture *flushed_depth_texture = staging ? in r600_blit_decompress_depth() local140 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()
1050 tmp = tmp->flushed_depth_texture; in r600_create_sampler_view()1271 rtex = rtex->flushed_depth_texture; in r600_init_color_surface()
1025 tmp = tmp->flushed_depth_texture; in evergreen_create_sampler_view()1257 rtex = rtex->flushed_depth_texture; in evergreen_init_color_surface()