Searched refs:si_init_flushed_depth_texture (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_pipe_common.h | 602 bool si_init_flushed_depth_texture(struct pipe_context *ctx,
|
D | r600_texture.c | 1507 bool si_init_flushed_depth_texture(struct pipe_context *ctx, in si_init_flushed_depth_texture() function 1729 if (!si_init_flushed_depth_texture(ctx, &resource, &staging_depth)) { in r600_texture_transfer_map() 1756 if (!si_init_flushed_depth_texture(ctx, texture, &staging_depth)) { in r600_texture_transfer_map()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_blit.c | 346 si_init_flushed_depth_texture(&sctx->b.b, &tex->resource.b.b, NULL))) { in si_decompress_depth()
|
D | si_state.c | 3907 !si_init_flushed_depth_texture(ctx, texture, NULL)) { in si_create_sampler_view_custom()
|