Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_pipeline.c513 v3dvx_pack(pipeline->vcm_cache_size, VCM_CACHE_SIZE, vcm) { in pack_vcm_cache_size()
514 vcm.number_of_16_vertex_batches_for_binning = pipeline->vpm_cfg_bin.Vc; in pack_vcm_cache_size()
515 vcm.number_of_16_vertex_batches_for_rendering = pipeline->vpm_cfg.Vc; in pack_vcm_cache_size()
/third_party/ffmpeg/libavcodec/
Dqsvenc.h166 int vcm; member
Dqsvenc_h264.c108 …{ "vcm", "Use the video conferencing mode ratecontrol", OFFSET(qsv.vcm), AV_OPT_TYPE_IN…
Dqsvenc.c307 int want_vcm = q->vcm; in select_rc_mode()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c790 cl_emit(&job->bcl, VCM_CACHE_SIZE, vcm) { in v3d_emit_gl_shader_state()
791 vcm.number_of_16_vertex_batches_for_binning = vpm_cfg_bin.Vc; in v3d_emit_gl_shader_state()
792 vcm.number_of_16_vertex_batches_for_rendering = vpm_cfg.Vc; in v3d_emit_gl_shader_state()
/third_party/ffmpeg/doc/
Dencoders.texi3130 @var{VCM} - video conferencing mode, when the @option{vcm} option is set.