Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h746 bool r600_init_flushed_depth_texture(struct pipe_context *ctx,
Dr600_texture.c1157 bool r600_init_flushed_depth_texture(struct pipe_context *ctx, in r600_init_flushed_depth_texture() function
1383 if (!r600_init_flushed_depth_texture(ctx, &resource, &staging_depth)) { in r600_texture_transfer_map()
1410 if (!r600_init_flushed_depth_texture(ctx, texture, &staging_depth)) { in r600_texture_transfer_map()
Dr600_blit.c450 if (!r600_init_flushed_depth_texture(ctx, tex, NULL)) in r600_decompress_subresource()
Dr600_state.c712 if (!r600_init_flushed_depth_texture(ctx, texture, NULL)) { in r600_create_sampler_view_custom()
822 r600_init_flushed_depth_texture(&rctx->b.b, surf->base.texture, NULL); in r600_init_color_surface()