Searched refs:mc_types (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/state_trackers/xvmc/tests/ |
D | testlib.c | 49 const unsigned int *mc_types, in GetPort() argument 88 if ((surface_info[j].mc_type & mc_types[k]) == mc_types[k]) in GetPort()
|
D | test_rendering.c | 140 const unsigned int mc_types[] = {XVMC_MOCOMP | XVMC_MPEG_2}; in main() local 164 mc_types, in main() 165 sizeof(mc_types)/sizeof(*mc_types), in main()
|
D | test_surface.c | 38 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; in main() local 56 mc_types, in main()
|
D | test_blocks.c | 39 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; in main() local 59 mc_types, in main()
|
D | test_context.c | 38 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; in main() local 55 mc_types, in main()
|
D | testlib.h | 57 const unsigned int *mc_types,
|
D | test_subpicture.c | 60 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; in main() local 82 mc_types, in main()
|
D | xvmc_bench.c | 184 const unsigned int mc_types[2] = {XVMC_MOCOMP | XVMC_MPEG_2, XVMC_IDCT | XVMC_MPEG_2}; in main() local 212 mc_types, in main()
|