Searched refs:r600_init_flushed_depth_texture (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_pipe_common.h | 746 bool r600_init_flushed_depth_texture(struct pipe_context *ctx,
|
D | r600_texture.c | 1157 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()
|
D | r600_blit.c | 450 if (!r600_init_flushed_depth_texture(ctx, tex, NULL)) in r600_decompress_subresource()
|
D | r600_state.c | 712 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()
|