Searched refs:r600_init_flushed_depth_texture (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_resource.h | 140 bool r600_init_flushed_depth_texture(struct pipe_context *ctx,
|
D | r600_blit.c | 344 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()
|
D | r600_texture.c | 560 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()
|
D | r600_state.c | 1046 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()
|
D | evergreen_state.c | 1021 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()
|