Home
last modified time | relevance | path

Searched refs:r600_init_flushed_depth_texture (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_resource.h140 bool r600_init_flushed_depth_texture(struct pipe_context *ctx,
Dr600_blit.c344 if (!r600_init_flushed_depth_texture(ctx, info->src.res, NULL)) in r600_copy_first_sample()
696 if (!r600_init_flushed_depth_texture(ctx, src, NULL)) in r600_resource_copy_region()
Dr600_texture.c560 bool r600_init_flushed_depth_texture(struct pipe_context *ctx, in r600_init_flushed_depth_texture() function
649 if (!r600_init_flushed_depth_texture(ctx, texture, &staging_depth)) { in r600_texture_get_transfer()
Dr600_state.c1046 if (!r600_init_flushed_depth_texture(ctx, texture, NULL)) { in r600_create_sampler_view()
1270 r600_init_flushed_depth_texture(&rctx->context, surf->base.texture, NULL); in r600_init_color_surface()
Devergreen_state.c1021 if (!r600_init_flushed_depth_texture(ctx, texture, NULL)) { in evergreen_create_sampler_view()
1256 r600_init_flushed_depth_texture(&rctx->context, pipe_tex, NULL); in evergreen_init_color_surface()