Searched refs:per_stream (Results 1 – 3 of 3) sorted by relevance
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_gs_intrinsics.c | 62 bool per_stream; member 284 if (!state->per_stream && stream != 0) in append_set_vertex_and_primitive_count() 290 if (state->per_stream && !(shader->info.gs.active_stream_mask & (1 << stream))) { in append_set_vertex_and_primitive_count() 319 a_block_needs_set_vertex_and_primitive_count(nir_block *end_block, bool per_stream) in a_block_needs_set_vertex_and_primitive_count() argument 327 if (!per_stream && stream != 0) in a_block_needs_set_vertex_and_primitive_count() 357 bool per_stream = options & nir_lower_gs_intrinsics_per_stream; in nir_lower_gs_intrinsics() local 369 state.per_stream = per_stream; in nir_lower_gs_intrinsics() 374 if (!a_block_needs_set_vertex_and_primitive_count(impl->end_block, per_stream)) in nir_lower_gs_intrinsics() 384 if (per_stream && !(shader->info.gs.active_stream_mask & (1 << i))) in nir_lower_gs_intrinsics() 387 if (i == 0 || per_stream) { in nir_lower_gs_intrinsics()
|
/third_party/ffmpeg/doc/ |
D | print_options.c | 52 static void print_option(const AVOption *opts, const AVOption *o, int per_stream) in print_option() argument 57 printf("@item -%s%s @var{", o->name, per_stream ? "[:stream_specifier]" : ""); in print_option() 97 static void show_opts(const AVOption *opts, int per_stream) in show_opts() argument 104 print_option(opts, o, per_stream); in show_opts()
|
/third_party/ffmpeg/libavformat/ |
D | hashenc.c | 34 int per_stream; member 80 c->per_stream = 0; in hash_init() 97 c->per_stream = 1; in streamhash_init() 128 av_hash_update(c->hashes[c->per_stream ? pkt->stream_index : 0], pkt->data, pkt->size); in hash_write_packet() 135 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_write_trailer() 138 if (c->per_stream) { in hash_write_trailer() 158 int num_hashes = c->per_stream ? s->nb_streams : 1; in hash_free() 264 c->per_stream = 0; in framehash_init()
|