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

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

Completed in 88 milliseconds