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.c962 unsigned nr_of_idct_render_targets, max_inst; in init_idct() local
968 nr_of_idct_render_targets = dec->context->screen->get_param in init_idct()
979 if (nr_of_idct_render_targets >= 4 && max_inst >= 32*4) in init_idct()
981 nr_of_idct_render_targets = 4; in init_idct()
983 nr_of_idct_render_targets = 1; in init_idct()
1001 templat.width = dec->base.width / nr_of_idct_render_targets; in init_idct()
1006 formats, nr_of_idct_render_targets, 1, PIPE_USAGE_DEFAULT, in init_idct()
1017 nr_of_idct_render_targets, matrix, matrix)) in init_idct()
1021 nr_of_idct_render_targets, matrix, matrix)) in init_idct()