Home
last modified time | relevance | path

Searched refs:nr_so_targets_saved (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/cso_cache/
Dcso_context.c103 unsigned nr_so_targets_saved; member
1470 ctx->nr_so_targets_saved = ctx->nr_so_targets; in cso_save_stream_outputs()
1489 if (ctx->nr_so_targets == 0 && ctx->nr_so_targets_saved == 0) { in cso_restore_stream_outputs()
1494 assert(ctx->nr_so_targets_saved <= PIPE_MAX_SO_BUFFERS); in cso_restore_stream_outputs()
1495 for (i = 0; i < ctx->nr_so_targets_saved; i++) { in cso_restore_stream_outputs()
1507 pipe->set_stream_output_targets(pipe, ctx->nr_so_targets_saved, in cso_restore_stream_outputs()
1510 ctx->nr_so_targets = ctx->nr_so_targets_saved; in cso_restore_stream_outputs()
1511 ctx->nr_so_targets_saved = 0; in cso_restore_stream_outputs()