Searched refs:si_init_flushed_depth_texture (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.h1368 bool si_init_flushed_depth_texture(struct pipe_context *ctx,
H A Dsi_texture.c1711 bool si_init_flushed_depth_texture(struct pipe_context *ctx, function in typeref:typename:bool
1933 if (!si_init_flushed_depth_texture(ctx, &resource, &staging_depth)) {
1958 if (!si_init_flushed_depth_texture(ctx, texture, &staging_depth)) {
H A Dsi_blit.c358 si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b, NULL))) {
H A Dsi_state.c4121 !si_init_flushed_depth_texture(ctx, texture, NULL)) {
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_blit.c322 (tex->flushed_depth_texture || si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b))) {
H A Dsi_pipe.h1530 bool si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture);
H A Dsi_texture.c1611 bool si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture) function in typeref:typename:bool
H A Dsi_state.c4378 if (!tex->flushed_depth_texture && !si_init_flushed_depth_texture(ctx, texture)) {

Completed in 34 milliseconds