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 D | si_pipe.h | 1368 bool si_init_flushed_depth_texture(struct pipe_context *ctx,
|
| H A D | si_texture.c | 1711 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 D | si_blit.c | 358 si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b, NULL))) {
|
| H A D | si_state.c | 4121 !si_init_flushed_depth_texture(ctx, texture, NULL)) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_blit.c | 322 (tex->flushed_depth_texture || si_init_flushed_depth_texture(&sctx->b, &tex->buffer.b.b))) {
|
| H A D | si_pipe.h | 1530 bool si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture);
|
| H A D | si_texture.c | 1611 bool si_init_flushed_depth_texture(struct pipe_context *ctx, struct pipe_resource *texture) function in typeref:typename:bool
|
| H A D | si_state.c | 4378 if (!tex->flushed_depth_texture && !si_init_flushed_depth_texture(ctx, texture)) {
|
Completed in 34 milliseconds