Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_decoder.c877 unsigned nr_of_idct_render_targets, max_inst; in init_idct() local
883 nr_of_idct_render_targets = dec->base.context->screen->get_param in init_idct()
894 if (nr_of_idct_render_targets >= 4 && max_inst >= 32*4) in init_idct()
896 nr_of_idct_render_targets = 4; in init_idct()
898 nr_of_idct_render_targets = 1; in init_idct()
916 templat.width = dec->base.width / nr_of_idct_render_targets; in init_idct()
922 formats, nr_of_idct_render_targets, PIPE_USAGE_STATIC in init_idct()
932 nr_of_idct_render_targets, matrix, matrix)) in init_idct()
936 nr_of_idct_render_targets, matrix, matrix)) in init_idct()